Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Martino Fontana
6e465f4550
treewide: fix use of extraPkgs
in AppImages
...
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;`
This caused some packages to be listed twice.
Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`).
Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-13 20:35:07 +02:00
Martino Fontana
bea50e5f6e
treewide: remove multiArch=false
from buildFHSEnv
usages
...
Cleanup after the work of #240860 .
Also preventing new packages to copy from outdated ones.
2024-05-13 20:32:47 +02:00
Peder Bergebakken Sundt
985aa8174d
treewide: unbreak appimageTools.wrapType2 builds
...
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.
contex: #271071
2024-04-24 15:26:52 +02:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
24b4ec339e
joplin-desktop: 2.13.15 -> 2.14.17
2024-03-07 11:22:35 +01:00
Steven Kou
74657ab9c4
joplin-desktop: 2.13.13 -> 2.13.15
2024-01-15 11:17:21 -05:00
Steven Kou
aa67cd6628
joplin-desktop: 2.13.12 -> 2.13.13
2024-01-06 13:42:22 -05:00
Steven Kou
4b5483ae1b
joplin-desktop: 2.13.11 -> 2.13.12
2024-01-02 19:54:11 +01:00
Steven Kou
d8fe985ad3
joplin-desktop: 2.13.9 -> 2.13.11
2023-12-26 18:31:39 -05:00
Steven Kou
a70fb29f4e
joplin-desktop: 2.12.18 -> 2.13.9
2023-12-13 18:33:02 -05:00
Artturi
e806b38bde
Merge pull request #259120 from kouyk/fix/joplin
2023-10-15 07:16:23 +03:00
Steven Kou
f9294b2952
joplin-desktop: add window decorations for wayland
2023-10-04 22:23:50 -04:00
Michael Hoang
6d847579f7
joplin-desktop: remove usage of name
2023-10-04 20:30:13 +02:00
Mikael Fangel
634e912793
joplin-desktop: 2.12.16 -> 2.12.18
2023-10-01 01:55:04 +02:00
Michael Hoang
02300abc7e
joplin-desktop: 2.11.11 -> 2.12.16
2023-09-13 12:56:45 +02:00
Jeremy Borgman
a57a4d2d0e
joplin-desktop: Added aarch64-darwin support
2023-07-28 14:04:54 -05:00
Atemu
f0c58f6e96
tree-wide: use new multiArch buildFHSEnv argument
...
This is much more direct and sensible than setting a function null
2023-07-01 13:42:17 +02:00
JesusMtnez
559a4c59d0
joplin-desktop: 2.10.19 -> 2.11.11
2023-06-28 12:52:04 +02:00
QJoly
5153f78041
joplin-desktop: 2.10.18 -> 2.10.19
2023-06-06 14:24:01 +02:00
Martin Weinelt
3c4a0ecdb0
Merge pull request #223134 from mayjs/update_joplin_desktop
...
joplin-desktop: 2.10.4 -> 2.10.18
2023-05-10 22:07:06 +02:00
Johannes May
9cc9778ce5
joplin-desktop: 2.10.4 -> 2.10.18
...
Changes:
https://github.com/laurent22/joplin/releases/tag/v2.10.6
https://github.com/laurent22/joplin/releases/tag/v2.10.7
https://github.com/laurent22/joplin/releases/tag/v2.10.8
https://github.com/laurent22/joplin/releases/tag/v2.10.9
https://github.com/laurent22/joplin/releases/tag/v2.10.10
https://github.com/laurent22/joplin/releases/tag/v2.10.11
https://github.com/laurent22/joplin/releases/tag/v2.10.12
https://github.com/laurent22/joplin/releases/tag/v2.10.13
https://github.com/laurent22/joplin/releases/tag/v2.10.14
https://github.com/laurent22/joplin/releases/tag/v2.10.15
https://github.com/laurent22/joplin/releases/tag/v2.10.16
https://github.com/laurent22/joplin/releases/tag/v2.10.17
https://github.com/laurent22/joplin/releases/tag/v2.10.18
2023-05-10 21:48:22 +02:00
Michael Hoang
7b4a3549ec
joplin-desktop: Add support for NIXOS_OZONE_WL
2023-04-14 11:20:15 +09:00
Thomas Gerbet
0d41f3a174
joplin-desktop: 2.9.17 -> 2.10.4
...
Fixes CVE-2022-45598.
Changes:
https://github.com/laurent22/joplin/releases/tag/v2.10.2
https://github.com/laurent22/joplin/releases/tag/v2.10.3
https://github.com/laurent22/joplin/releases/tag/v2.10.4
2023-02-09 22:29:09 +01:00
Steven Kou
d5cd7d7d47
joplin-desktop: 2.8.8 -> 2.9.17
...
Diff: https://github.com/laurent22/joplin/compare/v2.8.8...v2.9.17
2022-12-25 12:51:17 +01:00
Bjørn Forsman
0baed3d787
joplin-desktop: make Icon= more bitrot resistant
...
Replace Icon=<nix_store_path_to_icon> with Icon=<icon_name> so that the
desktop file doesn't break when placed in ~/.config/autostart and after
a system upgrade + garbage collect cycle.
2022-11-14 11:02:42 +01:00
Philipp Middendorf
628e2473cd
joplin-desktop: 2.7.15 -> 2.8.8
2022-06-18 09:58:27 +02:00
Artturin
1a634cc057
treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2
...
they're unnecessary since https://github.com/NixOS/nixpkgs/pull/161739/files
which links the schemas to their correct fhs locations and adds
gsettings-desktop-schemas and hicolor-icon-theme to appimage fhs
2022-05-15 05:19:23 +03:00
Dmitry Pogodin
8278250ab7
joplin-desktop: 2.7.13 -> 2.7.15
2022-04-30 09:39:26 +01:00
Schäfer, Denny
cbdb5991e7
joplin-desktop: 2.6.10 -> 2.7.13
2022-02-25 11:16:56 +01:00
Steven Kou
51c22edce5
joplin-desktop: 2.5.12 -> 2.6.10
2021-12-23 02:42:10 +08:00
Will Dietz
fcf045e691
joplin-desktop: 2.4.6 -> 2.5.12
...
https://github.com/laurent22/joplin/releases
In particular, fixes LetsEncrypt cert issues.
2021-11-09 11:21:45 -06:00
Sean Heath
eda7b3d00e
joplin-desktop: 2.3.5 -> 2.4.6
...
Version 2.3.5 cannot sync with notes saved by version 2.4.6.
2021-09-17 21:46:46 +08:00
laikq
05e11f840b
joplin-desktop: 2.1.9 -> 2.3.5
2021-08-25 22:34:27 +02:00
Artturi
5ff1bd08e6
Merge pull request #129240 from binarycode/fix-joplin-desktop-icon
...
joplin-desktop: fix icon
2021-08-08 08:30:08 +03:00
CheariX
b48df55ff7
joplin-desktop: 1.8.5 -> 2.1.9 ( #130611 )
2021-07-19 23:55:05 +02:00
Igor Sidorov
e28a8e1abe
joplin-desktop: fix icon
2021-07-04 15:28:25 +03:00
Christian Mainka
9d37e06ec4
joplin-desktop: 1.7.11 -> 1.8.5
2021-06-09 13:17:29 +02:00
JesusMtnez
6d9a54ed33
joplin-desktop: 1.7.10 -> 1.7.11
2021-04-26 16:53:05 +02:00
Christian Mainka
627e47caa8
joplin-desktop: 1.6.7 -> 1.7.10
2021-02-02 12:31:19 +01:00
Christian Mainka
210dec49a1
joplin-desktop: 1.4.19 -> 1.6.7
2021-01-13 15:13:14 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
ajs124
695fd2d793
joplin-desktop: 1.4.15 -> 1.4.19
2020-12-03 17:12:59 +01:00
Christian Mainka
7dc96e90b1
joplin-desktop: 1.3.18 -> 1.4.15
2020-11-27 16:01:47 +01:00
Christian Mainka
5eb3f97e57
joplin-desktop: 1.2.6 -> 1.3.18
2020-11-11 15:23:11 +01:00
JesusMtnez
bb6c9fbb3c
joplin-desktop: 1.1.4 -> 1.2.6
2020-10-13 11:50:24 +02:00
Nikolay Korotkiy
338b02d59f
joplin-desktop: 1.0.245 -> 1.1.4
2020-09-23 21:53:21 +03:00
Christian Mainka
791f69a30d
joplin-desktop: 1.0.241 -> 1.0.245
2020-09-11 15:42:56 +02:00
Peter Lacey-Bordeaux
a634d700f1
joplin-desktop: 1.0.233 -> 1.0.241
2020-09-08 17:40:30 +02:00
Christian Mainka
4ba054ee37
joplin-desktop: 227 -> 233
2020-08-03 12:35:49 +02:00