R. Ryantm
6259a2386a
treesheets: unstable-2023-07-16 -> unstable-2023-07-22
2023-07-27 00:54:34 +00:00
Vladimír Čunát
1c0d654684
Merge #239191 : treewide: gobject-introspection from buildInputs to nativeBuildInputs
...
...into staging
2023-07-26 20:53:32 +02:00
R. Ryantm
e381388f5e
morgen: 2.7.4 -> 2.7.5
2023-07-26 10:59:18 +00:00
Maximilian Bosch
9e0bf8497f
libreoffice-qt: fix build
...
Broke in 408ece7d3d
because the
`disallowedRequisites` fails here since the QT variant apparently needs
to reference a few dev outputs[1].
I won't look into the details of that now, so the easiest way to unbreak
is to skip the check for the QT variant. It should be kept for non-QT
though to make sure that a change similar to the BUILDCONFIG thing isn't
missed again by us.
[1] https://github.com/NixOS/nixpkgs/pull/245361#issuecomment-1651389735
error: output '/nix/store/2y0czyy26gcsqhmcvd2mlqa35f0gcl4l-libreoffice-7.5.4.1' is not allowed to refer to the following paths:
/nix/store/0hmvklj0mbhrn8flwbcwivvkv45limhg-freetype-2.13.0-dev
/nix/store/0rnx7rc87hwkbrhsys7mgwq4jw6pz7ma-zlib-1.2.13-dev
[...]
2023-07-26 12:54:36 +02:00
Maximilian Bosch
408ece7d3d
libreoffice-fresh: strip away BUILDCONFIG, reduce runtime closure size by ~20%
...
In v7.5.x a change was introduced that writes the BUILDCONFIG into
`$out/lib/libreoffice/program/libsofficeapp.so` including the
`PKG_CONFIG_PATH` containing references to all `dev` outputs of library
dependencies:
$ strings $(nix-build -A libreoffice-fresh)/lib/libreoffice/program/libsofficeapp.so|grep PKG_CONFIG_PATH
[...], "BuildConfig": "[...] 'PKG_CONFIG_PATH=[...]'"
This isn't really needed because this information can also be obtained
by `nix derivation show`. Also, this causes a 20% larger runtime-closure
because of all the dev dependencies being referenced by the output and
thus downloaded whenever libreoffice is substituted somewhere. The
actual numbers look like this:
$ nix path-info -Sh ./result-old
/nix/store/3mzrqh4gg7v27vdrrap9dj3x8myysmyf-libreoffice-7.5.4.1-wrapped 2.0G
$ nix path-info -Sh ./result
/nix/store/g5y60s0a2q2v6r58xcayv62z7fjfi816-libreoffice-7.5.4.1-wrapped 1.6G
Only `libreoffice-fresh` is affected, `pkgs.libreoffice` isn't because
it still points to 7.4 whereas the problematic change was introduced in
7.5.
To make sure this doesn't get reintroduced by accident, the derivation
also prohibits now to reference any dev output from a build input.
[1] https://gerrit.libreoffice.org/c/core/+/141197
2023-07-25 18:05:49 +02:00
linsui
e1ebc51ef6
jabref: fix gapps wrapper
2023-07-24 14:10:59 +08:00
kilianar
de2e43ac7b
portfolio: 0.64.4 -> 0.64.5
...
https://github.com/buchen/portfolio/releases/tag/0.64.5
2023-07-23 22:27:21 +02:00
Robert Schütz
0a5266e136
Merge pull request #243549 from tjni/jaraco-renames
...
treewide: rename jaraco_* to jaraco-*
2023-07-23 11:39:19 -07:00
maxine
743859780c
Merge pull request #245003 from bobby285271/upd/gnome
2023-07-23 13:07:54 +02:00
Bobby Rong
2c3b2b8b4b
gnote: 44.0 → 44.1
...
https://gitlab.gnome.org/GNOME/gnote/-/compare/44.0...44.1
2023-07-23 17:20:48 +08:00
Nikolay Korotkiy
f465da1662
Merge pull request #234375 from eliandoran/feature/trilium_wmclass
...
trilium-desktop: add startupWMClass to desktop icon
2023-07-22 15:43:39 +04:00
Felix Bühler
0a2745684e
Merge pull request #239624 from Stunkymonkey/use-optionalString-then
...
treewide: use optionalString instead of 'then ""'
2023-07-22 13:02:47 +02:00
kilianar
835701caa5
fava: 1.24.4 -> 1.25
...
https://github.com/beancount/fava/releases/tag/v1.25
2023-07-17 21:43:51 +02:00
R. Ryantm
a2d01ab246
treesheets: unstable-2023-07-15 -> unstable-2023-07-16
2023-07-17 07:24:29 +00:00
Nick Cao
082c76fa5a
Merge pull request #243833 from r-ryantm/auto-update/treesheets
...
treesheets: unstable-2023-07-08 -> unstable-2023-07-15
2023-07-16 21:40:46 -06:00
R. Ryantm
82b5af51e2
treesheets: unstable-2023-07-08 -> unstable-2023-07-15
2023-07-16 17:29:53 +00:00
Mario Rodas
e89e614086
Merge pull request #243525 from kilianar/portfolio-0.64.2
...
portfolio: 0.64.1 -> 0.64.4
2023-07-16 08:19:04 -05:00
kilianar
e4918dbaab
portfolio: 0.64.1 -> 0.64.4
...
https://github.com/buchen/portfolio/releases/tag/0.64.4
2023-07-15 15:38:07 +02:00
Theodore Ni
cc90670759
python310Packages.jaraco-functools: rename from jaraco_functools
2023-07-14 15:22:09 -07:00
Patrizio Bekerle
e98b2ab233
qownnotes: 23.7.1 -> 23.7.2
2023-07-14 14:53:24 +02:00
Patrizio Bekerle
710613e539
qownnotes: 23.6.6 -> 23.7.1
2023-07-12 20:13:25 +02:00
Weijia Wang
6fd9edc944
Merge pull request #243021 from JesusMtnezForks/libreoffice
...
libreoffice-bin: 7.4.3 -> 7.4.7
2023-07-12 16:32:48 +03:00
Jan Tojnar
1923a6a8ac
qpdfview: Bump C++ standard version
...
The build was failing due to missing `std::option`,
reportedly after Poppler 23.02.0 → 23.07.0 bump.
2023-07-12 11:33:10 +02:00
JesusMtnez
8e089e7135
libreoffice-bin: 7.4.3 -> 7.4.7
2023-07-12 10:24:29 +02:00
DarkOnion0
346351b783
appflowy: 0.2.5 -> 0.2.6
2023-07-11 17:56:49 +02:00
Sandro
b218fea2d6
Merge pull request #242581 from atorres1985-contrib/vnote
2023-07-11 15:32:20 +02:00
Weijia Wang
5dad42d653
Merge pull request #242646 from r-ryantm/auto-update/treesheets
...
treesheets: unstable-2023-05-18 -> unstable-2023-07-08
2023-07-11 16:22:33 +03:00
Nick Cao
49c68bc283
Merge pull request #241970 from DarkOnion0/appflowy
...
appflowy: 0.2.4 -> 0.2.5
2023-07-11 13:09:48 +08:00
R. Ryantm
13d4e09476
treesheets: unstable-2023-05-18 -> unstable-2023-07-08
2023-07-10 13:42:49 +00:00
Anderson Torres
105465eb60
vnote: 3.13.0 -> 3.15.1
2023-07-10 00:43:33 -03:00
Atemu
67eec418ab
Merge pull request #240860 from Atemu/fhsenv-no-multiarch
...
buildFHSEnv: disable multiArch by default
2023-07-08 13:53:41 +02:00
DarkOnion0
65f8078adc
appflowy: 0.2.4 -> 0.2.5
2023-07-06 22:19:51 +02:00
Lassulus
1ae1914f0c
Merge pull request #212480 from dbalan/roam-research
...
roam-research: init at 0.0.18
2023-07-05 01:02:44 +02:00
Dhananjay Balan
49d6651dc8
roam-research: init at 0.0.18
2023-07-04 23:22:56 +02:00
R. Ryantm
a7d4f895ff
trilium-desktop: 0.60.3 -> 0.60.4
2023-07-02 17:46:49 +00:00
Nick Cao
03219c7874
Merge pull request #240957 from r-ryantm/auto-update/morgen
...
morgen: 2.7.3 -> 2.7.4
2023-07-02 08:00:42 +08:00
R. Ryantm
bfb398b80b
morgen: 2.7.3 -> 2.7.4
2023-07-01 17:45:25 +00:00
Frank Lanitz
005fa5b3c4
homebank: 5,5,6 -> 5.6.5
2023-07-01 17:19:25 +02: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
Sandro
81bdbd2525
Merge pull request #240225 from leona-ya/paperless-1-16-5
2023-06-29 14:43:36 +02:00
Leona Maroni
28cb82dd98
paperless-ngx: 1.16.3 -> 1.16.5
2023-06-28 21:55:56 +02:00
Artturin
9999bf7a21
treewide: gobject-introspection from buildInputs to nativeBuildInputs
...
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
2023-06-28 22:33:40 +03:00
Leona Maroni
e169d121d6
paperless-ngx: add leona as maintainer
2023-06-28 08:42:23 +08:00
Shawn8901
9ec300ecdb
portfolio: 0.64.0 -> 0.64.1 ( #240009 )
2023-06-27 18:20:40 +02:00
Yongun Seong
858374d7e3
gnucash: 5.2 -> 5.3
2023-06-27 17:58:32 +09:00
Yongun Seong
be10d3e74b
gnucash: 5.1 -> 5.2
2023-06-26 10:43:23 -03:00
Martin Weinelt
e5f0408efa
Merge pull request #239375 from pbek/auto-update/qownnotes
...
qownnotes: 23.6.5 -> 23.6.6
2023-06-25 12:23:22 +02:00
Nick Cao
3c35f082b8
Merge pull request #239584 from DarkOnion0/appflowy
...
appflowy: 0.2.2 -> 0.2.4
2023-06-25 12:26:50 +08:00
Felix Buehler
f3719756b5
treewide: use optionalString instead of 'then ""'
2023-06-24 20:19:19 +02:00
Bobby Rong
9ad3b08e63
Merge pull request #239505 from bobby285271/upd/planify
...
planify: renamed from elementary-planner, unstable-2023-04-20 -> 4.1
2023-06-24 23:51:59 +08:00
DarkOnion0
d0868bd5f1
appflowy: 0.2.2 -> 0.2.4
2023-06-24 10:15:38 +02:00
Bobby Rong
da1b5e43ef
planify: unstable-2023-04-20 -> 4.1
...
https://github.com/alainm23/planify/compare/97c0f1c30d087e2a...4.1
2023-06-24 11:42:03 +08:00
Bobby Rong
b721d27214
planify: renamed from elementary-planner
...
A throw is used instead of alias because this corresponds to a very
breaking upstream change and I don't see automatic data migration
right now.
2023-06-24 11:42:03 +08:00
Patrizio Bekerle
a9c0f2bd83
qownnotes: 23.6.5 -> 23.6.6
2023-06-23 15:58:01 +02:00
Leona Maroni
8ae2739959
paperless-ngx: restrict platforms to linux
...
darwin is not supported upstream, and the build fails there
2023-06-22 23:10:59 +02:00
Leona Maroni
1340ad8592
paperless-ngx: 1.16.1 -> 1.16.3
2023-06-22 22:37:29 +02:00
Nikola Knezevic
f8cd609d85
Fix: make Espanso.app on darwin
...
This change creates an app on darwin, as this is expected on the
platform.
2023-06-19 03:49:09 +00:00
Martin Weinelt
f4b5cda2db
Merge pull request #232210 from e1mo/paperless-1-14-5
...
paperless-ngx: 1.14.4 -> 1.16.1, python3Packages.python-ipware: init at 0.9.0, python3Packages.tika-client: init at 0.1.0
2023-06-18 23:50:58 +02:00
Moritz 'e1mo' Fromm
83809e4609
paperless-ngx: 1.14.4 -> 1.16.1
...
Various smaller new features (quick filters from document detail,
explanations for relative dates, pagination for tasks) and various other
bug fixes and minor enhancements. v1.16.0 contains seemingly smaller
features and and changed their tika client libary.
Especially noteworthy for v1.14.5 seems a security fix around the display
of texts in the frontend.
Full changelog available at
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v1.14.5
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v1.15.0
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v1.15.1
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v1.16.0
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v1.16.1
2023-06-18 20:24:45 +02:00
Nick Cao
a902fee0ba
Merge pull request #238120 from pbek/feature/qownnotes-update
...
qownnotes: 23.6.4 -> 23.6.5
2023-06-17 19:24:57 -06:00
kilianar
b5122f1a6e
portfolio: 0.63.1 -> 0.64.0
...
https://github.com/buchen/portfolio/releases/tag/0.64.0
2023-06-17 18:42:31 +02:00
Pol Dellaiera
f734d222a2
Merge pull request #238111 from eliandoran/update/trilium
...
trilium-desktop: 0.59.4 -> 0.60.3
2023-06-17 16:18:50 +02:00
Patrizio Bekerle
131c14aaf2
qownnotes: 23.6.4 -> 23.6.5
2023-06-16 19:10:07 +02:00
Elian Doran
a6cad64413
trilium-desktop: 0.59.4 -> 0.60.3
2023-06-16 18:51:38 +03:00
DarkOnion0
be8e909820
appflowy: 0.2.1 -> 0.2.2
2023-06-16 10:43:44 +02:00
Sandro
570b69e2b7
Merge pull request #231952 from aidalgol/zim-icon-fix
2023-06-15 11:30:29 +02:00
Weijia Wang
50b836701f
Merge pull request #237319 from DarkOnion0/appflowy
...
appflowy: 0.1.5 -> 0.2.1
2023-06-13 00:42:26 +03:00
R. Ryantm
dbb0a93db7
timeular: 5.8.7 -> 5.9.0
2023-06-12 10:24:21 +00:00
DarkOnion0
1e07280e78
appflowy: 0.1.6 -> 0.2.1
2023-06-12 11:00:13 +02:00
DarkOnion0
d84ed53fce
appflowy: 0.1.5 -> 0.1.6
2023-06-12 10:45:06 +02:00
Weijia Wang
e16ba98104
Merge pull request #236870 from r-ryantm/auto-update/morgen
...
morgen: 2.7.2 -> 2.7.3
2023-06-11 22:22:38 +03:00
Aidan Gauland
d1b239ac5d
zim: install desktop application icon
2023-06-11 16:40:39 +12:00
R. Ryantm
646ddd031f
morgen: 2.7.2 -> 2.7.3
2023-06-09 15:57:30 +00:00
Patrizio Bekerle
a464f05eba
qownnotes: 23.6.0 -> 23.6.4
2023-06-09 15:27:50 +02:00
Patrizio Bekerle
35f191f36b
qownnotes: 23.5.3 -> 23.6.0
2023-06-07 15:10:09 +02:00
aszlig
9d0fdbe350
Merge pull request #236135 (paperwork-json)
...
This adds paperwork-json to the executables of the paperwork package.
The executable in question is similar in nature to paperwork-cli but
it's designed to be used in scripts.
I've done a quick test on my local machine and given that it's just
adding another executable I'm merging this since I do not see a lot of
room for breaking things.
2023-06-06 17:57:55 +02:00
figsoda
3ad6550749
Merge pull request #236147 from Shawn8901/update-portfolio
...
portfolio: 0.62.1 -> 0.63.1
2023-06-06 10:05:54 -04:00
Shawn8901
c229f485d1
portfolio: 0.62.1 -> 0.63.1
2023-06-05 22:45:07 +02:00
Artturi
ed059d6a97
Merge pull request #235974 from Artturin/bookletfix
2023-06-05 21:01:31 +03:00
Guillaume Girol
c3f3039fe3
paperwork: also install paperwork-json
2023-06-05 12:00:00 +00:00
Artturin
ab1a555819
bookletimposer: fix "ValueError: Namespace Gtk not available"
...
gobject-introspection should be in nativeBuildInputs for the
propagations and the hook to work properly
2023-06-05 00:32:50 +03:00
R. Ryantm
f2c40cb4b8
morgen: 2.7.0 -> 2.7.2
2023-06-02 10:06:48 +00:00
7c6f434c
281deb5e89
Merge pull request #234780 from teutat3s/libreoffice
...
libreoffice-still: 7.4.6.2 -> 7.4.7.2, libreoffice-fresh 7.5.2.2 -> 7.5.4.1
2023-05-30 12:05:52 +00:00
teutat3s
9da8091506
libreoffice-fresh: 7.5.2.2 -> 7.5.4.1
2023-05-29 13:27:03 +02:00
teutat3s
c92d120e01
libreoffice-still: 7.4.6.2 -> 7.4.7.2
2023-05-29 13:25:36 +02:00
Patrizio Bekerle
14df2b8df8
qownnotes: use system botan
2023-05-28 10:14:34 +02:00
Elian Doran
83bad4c631
trilium-desktop: add startupWMClass to desktop icon
2023-05-27 10:23:01 +03:00
figsoda
8014b08ee0
treewide/applications: use top-level fetchPypi
2023-05-25 10:51:30 -04:00
R. Ryantm
7a95c56cf2
zk: 0.13.0 -> 0.14.0
2023-05-24 07:28:30 +00:00
Nick Cao
b31c968ff2
Merge pull request #232244 from wineee/wps-clear
...
wpsoffice: don't need wrapGAppsHook nor wrapQtAppsHook & use autoPatchelfIgnoreMissingDeps
2023-05-21 20:54:04 -06:00
Ryan Lahfa
270dcda1e8
Merge pull request #231062 from bobvanderlinden/espanso-update-2.1.8
...
espanso: 0.7.3 -> 2.1.8
2023-05-21 21:44:41 +02:00
Nikola Knezevic
f28bc28062
espanso: support for darwin
2023-05-21 19:10:35 +02:00
Bob van der Linden
150be95855
espanso: add version test
2023-05-21 19:10:34 +02:00
Bob van der Linden
5762a20a25
espanso: 0.7.3 -> 2.1.8
2023-05-21 19:10:34 +02:00
Bobby Rong
53ecdd383b
Merge pull request #231079 from totoroot/update/qownnotes-23.5.3
...
qownnotes: 23.5.0 -> 23.5.3
2023-05-21 19:38:26 +08:00
Yongun Seong
65c5269589
gnucash: fix finance-quote-wrapper exec
2023-05-20 18:13:50 -03:00
rewine
34ebe70480
wpsoffice: remove unnecessary build inputs
2023-05-20 16:05:14 +08:00
Weijia Wang
67d59d6ea2
Merge pull request #232755 from r-ryantm/auto-update/karlender
...
karlender: 0.9.1 -> 0.9.2
2023-05-20 00:45:50 +03:00
Weijia Wang
5bdb2db04b
Merge pull request #232749 from r-ryantm/auto-update/morgen
...
morgen: 2.6.7 -> 2.7.0
2023-05-20 00:32:01 +03:00
R. Ryantm
dedcfd398f
treesheets: unstable-2023-05-17 -> unstable-2023-05-18
2023-05-19 07:58:14 +00:00