Commit graph

2731 commits

Author SHA1 Message Date
Artturi 0aa0c46ef5
Merge pull request #205201 from Artturin/lintfixes1
Lint fixes
2022-12-09 05:13:56 +02:00
Artturin c55b931644 treewide: fix lints and remove a unneeded cmake input 2022-12-09 01:16:08 +02:00
Bobby Rong f75e5da997
Merge pull request #204680 from Myaats/trilium-update
trilium-{desktop,server}: 0.56.2 -> 0.57.3
2022-12-08 19:31:38 +08:00
figsoda 003c092947
Merge pull request #205009 from r-ryantm/auto-update/zk
zk: 0.11.1 -> 0.12.0
2022-12-07 12:06:00 -05:00
R. Ryantm a0d4f8a1ed zk: 0.11.1 -> 0.12.0 2022-12-07 15:41:41 +00:00
Bobby Rong dc412439e4
Merge pull request #204514 from kilianar/portfolio-0.59.5
portfolio: 0.59.4 -> 0.59.5
2022-12-06 19:23:08 +08:00
Mats 668c2b8246 trilium-desktop: stop auto generating desktop item 2022-12-05 23:17:24 +01:00
Mats 5a75616264 trilium-{desktop,server}: 0.56.2 -> 0.57.3 2022-12-05 21:09:43 +01:00
Sandro 3fd221a486
Merge pull request #197106 from emmanuelrosa/freeoffice 2022-12-04 21:24:51 +01:00
kilianar 1cca42b6ad portfolio: 0.59.4 -> 0.59.5
https://github.com/buchen/portfolio/releases/tag/0.59.5
2022-12-04 18:59:12 +01:00
R. Ryantm 957fd5d89f mmex: 1.6.0 -> 1.6.1 2022-12-04 17:42:10 +08:00
Mario Rodas eed05da3a3
Merge pull request #199802 from jerith666/openjdk-19
OpenJDK: init 19.0.1
2022-11-30 08:01:20 -05:00
Shawn8901 1befba0d66
portfolio: add update script and make it nix-run-able (#199904) 2022-11-28 23:06:07 +01:00
Sandro 853077236a
Merge pull request #202124 from SuperSandro2000/dbus-passthru-daemon 2022-11-28 01:35:34 +01:00
K900 1be86c6823 cb2bib: wrap correctly 2022-11-27 19:56:00 +01:00
R. Ryantm 7b9642aeef tagainijisho: 1.2.1 -> 1.2.2 2022-11-27 12:39:09 +01:00
R. Ryantm 6fa4fa6508 portfolio: 0.59.3 -> 0.59.4 2022-11-23 21:31:34 +08:00
Matthias Thym c33ec10699 qownnotes: 22.11.5 -> 22.11.7 2022-11-23 12:31:41 +01:00
Matt McHenry e7cfa26a86 openjdk: init 19.0.1
as usual this is mostly copy-pasted from 18, so this commit is best
reviewed with '--find-copies-harder'

stop exposing openjdk 18 since it was not a long-term support release

change the default openjdk from 17 to 19 since nixpkgs is a
rolling-release repository

drop the ceremony around bootstrapping via adoptopenjdk for 64-bit
builds vs. via earlier openjdk builds for 32-bit, because, to be
frank, since we're using temurin now, it's not a simple copy-paste
job.  :-/  if someone needs a 32-bit openjdk, that work can be done
separately.

JavaFX revs from 17 to 19; it looks like 18 was never packaged along
with JDK 18.

* the gradle invocation used to build JavaFX must still be done with
  Java 18, as gradle does not yet support running itself on Java 19.

* a couple of patches need to be applied, since a new State enum was
  introduced in the JDK that collides with one in JavaFX.

* the hash of the gradle dependencies has not changed, which is
  surprising, but as far as I can tell correct.

One application (libreoffice) doesn't work with 19 yet, so pin it to
jdk 17 for now.

Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2022-11-22 20:33:24 -05:00
Shea Levy c6980427ce
zotero: 6.0.16 -> 6.0.18 2022-11-22 04:25:03 -05:00
Sandro Jäckel c7f5becba3 dbus: remove unused daemon passhtru 2022-11-21 20:23:00 +01:00
Emmanuel Rosa c8502694cd freeoffice: 2018-982 -> 2021-1054 2022-11-21 02:07:29 -05:00
Sandro af24cba835
Merge pull request #201953 from das-g/kmymoney-without-qtwebkit 2022-11-20 23:37:36 +01:00
Raphael Borun Das Gupta 89739b5f6a kmymoney: switch from kdewebkit to qtwebengine
(to get rid of transitive dependency on qtwebkit)
See PR #201028 and issue #53079
2022-11-20 13:09:55 +01:00
Robert Schütz 087262f7ac
Merge pull request #201520 from dotlambda/pytest-asyncio-0.20.2-prep
python310Packages.pytest-asyncio: get reverse dependencies ready for update
2022-11-19 21:35:03 -08:00
Robert Schütz 613ab461ba paperless-ngx: test channels in asyncio auto mode 2022-11-19 20:56:28 -08:00
Bobby Rong f58ee0cab1
Merge pull request #201117 from chuangzhu/karlender
karlender: 0.7.1 -> 0.8.0
2022-11-20 11:36:56 +08:00
Mustafa Çalışkan 56639875f7
libreoffice: add Turkish language pack 2022-11-17 16:09:39 +03:00
Bjørn Forsman 37b95c8d49 qownnotes: 22.11.4 -> 22.11.5
Changelog: https://github.com/pbek/QOwnNotes/blob/develop/CHANGELOG.md#22115
2022-11-16 11:07:40 +01:00
Bjørn Forsman 00287cc23d qownnotes: update hash to upstream provided format
So that we can get the checksum from upstream with the curl command in
the comment.

No rebuild.
2022-11-16 11:07:40 +01:00
Matthias Thym 1785135be6 qownnotes: 22.10.2 -> 22.11.4 2022-11-14 20:58:01 +01:00
Chuang Zhu 176d06f506 karlender: 0.7.1 -> 0.8.0 2022-11-14 10:23:19 +08:00
Alexo c47fe07aaa
appflowy: 0.0.4 -> 0.0.6.2 (#192921) 2022-11-13 22:51:39 +01:00
R. Ryantm affef01d4a treesheets: unstable-2022-10-20 -> unstable-2022-11-11 2022-11-13 12:25:48 +01:00
Sebastien Iooss 4922e9c628 zim: 0.74.3 -> 0.75.1 2022-11-12 09:31:10 +01:00
Emmanuel Rosa f7d11c70b4 onlyoffice-bin: 7.1.0 -> 7.2.0
Closes #195131
2022-11-11 19:45:49 +08:00
R. Ryantm c479fab920 portfolio: 0.59.2 -> 0.59.3 2022-11-08 08:37:14 +00:00
Sandro 0fbb874cf2
Merge pull request #199591 from zendo/update-endeavour 2022-11-08 02:08:49 +01:00
zendo 91a82f14d2
endeavour: 42.0 → 43.0
https://gitlab.gnome.org/World/Endeavour/-/compare/v42.0...43.0
2022-11-07 23:30:04 +08:00
zendo 82e844aad1
endeavour: move to pkgs/applications/office
Office is likely a better category for endeavour.
2022-11-07 23:27:26 +08:00
R. Ryantm 3ddb7c1a19 micropad: 4.1.0 -> 4.2.0 2022-11-05 16:30:02 +08:00
7c6f434c 84bc47cb68
Merge pull request #199422 from ncfavier/libreoffice
libreoffice-still: 7.3.6.2 -> 7.3.7.2
2022-11-04 07:51:58 +00:00
Naïm Favier ead02234ed
libreoffice-still: 7.3.6.2 -> 7.3.7.2 2022-11-04 00:20:52 +01:00
markuskowa ca258d7988
Merge pull request #199361 from kouyk/update/zotero
zotero: 6.0.15 -> 6.0.16
2022-11-03 20:14:58 +01:00
Steven Kou fac38806e6
zotero: 6.0.15 -> 6.0.16 2022-11-03 23:09:25 +08:00
Sandro 6b5e3c68fb
Merge pull request #199072 from zendo/update-karlender 2022-11-03 01:41:11 +01:00
Jan Tojnar 6b10854c81
Merge pull request #194232 from yrd/rnote
rnote, poppler: update
2022-11-02 15:45:27 +01:00
Yannik Rödel 969a4732ff scribus: fix for Poppler 22.09 2022-11-02 13:14:43 +01:00
zendo ff51fc679b karlender: 0.6.2 -> 0.7.1 2022-11-02 07:54:54 +08:00
kilianar 172ec47d51 fava: 1.23 -> 1.23.1
https://github.com/beancount/fava/releases/tag/v1.23.1
2022-11-01 10:48:14 +01:00