3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

2638 commits

Author SHA1 Message Date
Bobby Rong 97fb164856 elementary-planner: Mark as broken
Does not build with e-d-s 3.45+ / libsoup 3 and porting is likely not easy.
2022-10-11 18:52:33 +02:00
Jan Tojnar ed7392af5a gnumeric: 1.12.52 → 1.12.53
https://gitlab.gnome.org/GNOME/gnumeric/-/compare/GNUMERIC_1_12_52...GNUMERIC_1_12_53

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:28 +02:00
github-actions[bot] 265121ef54
Merge master into staging-next 2022-10-10 12:01:42 +00:00
Bobby Rong 294961f1fc
Merge pull request #195251 from trofi/timedoctor-removal
timedoctor: remove broken uninstallable package
2022-10-10 19:01:33 +08:00
github-actions[bot] 96dc7cf3d2
Merge master into staging-next 2022-10-10 06:16:58 +00:00
R. Ryantm 6ceaf4b115 portfolio: 0.59.1 -> 0.59.2 2022-10-09 19:17:26 +00:00
Sergei Trofimovich 012d718bc1 timedoctor: remove broken uninstallable package
The package fails t install as it requires x86_64-linux, but it's
dependency requires i686 linux:

    $ nix build --no-link -f. timedoctor --show-trace
    error: unsupported CPU i686

       … while evaluating the attribute 'version'

       at pkgs/development/compilers/adoptopenjdk-bin/jdk-linux-base.nix:40:3:

           39|
           40|   version = sourcePerArch.${cpuName}.version or (throw "unsupported CPU ${cpuName}");
             |   ^

I only onticed it because it uses `xorg.libXaw3d` while nothing else does.

Let's remove it.
2022-10-09 17:52:29 +01:00
github-actions[bot] 130aa9ca68
Merge master into staging-next 2022-10-09 00:03:29 +00:00
Weijia Wang 3d675948c5 treesheets: add darwin support 2022-10-08 20:25:01 +02:00
Martin Weinelt 253ca4957d Merge remote-tracking branch 'origin/master' into staging-next 2022-10-05 00:44:16 +02:00
Valentin Bruch 64eafc25d6 Update source to fix #194116
Before this commit, paths to GUI config and manual were written to the config file. When running gc after an update, these paths do not exist anymore.
That changes with this commit: Paths are commented out in config file. Nonexisting paths are removed from config file when running beamerpresenter.

Other changes in the code compared to v0.2.3: compatibility with Qt 6.4
2022-10-03 09:44:27 -05:00
github-actions[bot] e879e7d54e
Merge master into staging-next 2022-10-02 00:04:43 +00:00
maxine c44d41af6a
Merge pull request #192659 from PaulGrandperrin/vscode-fix-wayland
electron apps: fix wayland window decorations
2022-10-02 01:32:08 +02:00
Pascal Bach ab70c37322
Merge pull request #193457 from r-ryantm/auto-update/qownnotes
qownnotes: 22.9.1 -> 22.9.2
2022-10-01 22:57:15 +02:00
github-actions[bot] 7170a03e58
Merge master into staging-next 2022-09-30 00:07:38 +00:00
R. Ryantm 419f5ba234 treesheets: unstable-2022-03-12 -> unstable-2022-09-26 2022-09-29 15:10:14 -04:00
github-actions[bot] 9c14978f84
Merge master into staging-next 2022-09-29 12:01:25 +00:00
R. Ryantm 0579b1b8a8 morgen: 2.5.13 -> 2.5.16 2022-09-29 19:00:46 +08:00
Vladimír Čunát 8ba120420f
Merge #191339: staging-next 2022-09-15 2022-09-29 09:16:47 +02:00
R. Ryantm f674725370 qownnotes: 22.9.1 -> 22.9.2 2022-09-29 05:14:30 +00:00
Sandro 5a38d85664
Merge pull request #189720 from linsui/jabref 2022-09-29 00:43:15 +02:00
github-actions[bot] f18d801779
Merge staging-next into staging 2022-09-28 18:05:53 +00:00
Martin Weinelt 7da8d25d87 Merge remote-tracking branch 'origin/master' into staging-next 2022-09-28 17:15:11 +02:00
Paul Grandperrin aeaeca819d NIXOS_OZONE_WL: fix wayland window decorations 2022-09-28 15:56:55 +02:00
Martin Weinelt 0c3649a83a
Merge pull request #192249 from mweinelt/paperless-ngx-tesseract5 2022-09-28 02:28:23 +02:00
github-actions[bot] d6a1c7033e
Merge staging-next into staging 2022-09-28 00:06:37 +00:00
github-actions[bot] 70776ac218
Merge master into staging-next 2022-09-28 00:06:02 +00:00
Florian Brandes e79ac56275 paperless-ngx: 1.8.0 -> 1.9.1
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-09-27 10:24:04 +02:00
Florian Brandes 83df2f2a9f pdfmixtool: 1.0.2 -> 1.1
- add patch to fix build with newer qpdf version

tracked upstream https://gitlab.com/scarpetta/pdfmixtool/-/issues/81

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-09-27 10:24:04 +02:00
Artturin 0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
Frederik Rietdijk de57d754a0 Merge master into staging-next 2022-09-26 09:31:22 +02:00
kilianar 623d50b213 gnucash: 4.11 -> 4.12
https://github.com/Gnucash/gnucash/releases/tag/4.12
2022-09-25 23:49:22 +02:00
Martin Weinelt 68c0ca4416 Merge remote-tracking branch 'origin/master' into staging-next 2022-09-25 21:36:31 +02:00
R. RyanTM 397da86480
trilium-{desktop,server}: 0.54.3 -> 0.55.1 2022-09-24 19:25:28 +08:00
R. Ryantm 29fb59725d qownnotes: 22.9.0 -> 22.9.1 2022-09-24 16:29:48 +08:00
superherointj f681d14722 mmex: mark broken 2022-09-23 10:10:04 -03:00
linsui 79833127ca jabref: 5.6 -> 5.7 2022-09-23 12:51:26 +08:00
Martin Weinelt 5b1a4ed0bf
paperless-ngx: Upgrade to tesseract5
The documentation of paperless-ngx mentions it supports versions greater
than or equal 4.0.
2022-09-23 01:43:47 +02:00
github-actions[bot] 15bbf4d3fc
Merge master into staging-next 2022-09-21 12:01:48 +00:00
Rhys Davies 4b048a08c3
micropad: 3.30.6 -> 4.0.0 2022-09-21 13:53:41 +12:00
Rhys Davies 54f5655931
micropad: Add updateScript 2022-09-21 13:53:30 +12:00
Martin Weinelt 73e44107a8
paperless-ngx: disable eth-keys tests
Some other override in this package set makes them fail.
2022-09-19 16:05:57 +02:00
Bobby Rong 39d126d5f3
Merge pull request #190911 from wineee/qown
qownnotes: 22.8.4 -> 22.9.0
2022-09-15 20:35:17 +08:00
Mario Rodas 9936031be3
Merge pull request #189931 from stiglers-eponym/master
beamerpresenter: 0.2.2 -> 0.2.3
2022-09-13 00:47:48 -05:00
rewine 8cfaeb6506 qownnotes: 22.8.4 -> 22.9.0 2022-09-12 18:36:42 +08:00
Erik Arvstedt a611c674c2
paperless: use imagemagickBig
`imagemagickBig` has `gs` support. This fixes a warning during
thumbnail generation (`convert: no images defined`).
The type of thumbnails that are generated is unchanged.
2022-09-11 22:04:18 +02:00
Erik Arvstedt e3be4ad2f0
paperless: fix array formatting 2022-09-11 21:58:12 +02:00
Thomas Gerbet 06e4f6fd65 fava: 1.22.2 -> 1.22.3
Fixes CVE-2022-2589.
https://github.com/beancount/fava/compare/v1.22.2...v1.22.3
2022-09-10 13:37:08 +02:00
Pol Dellaiera 648bcc8f42
pympress: Move gobject-introspection to nativeBuildInputs
- Previously the software would fail to run with an error showing that
  it couldn't find gobject-introspection typelib files for GTK3
- By adding gobject-introspection to nativeBuildInputs, the gi typelib
  path is set so that we have all of the typelibs we need

Co-authored-by: Skyler Grey <skyler3665@gmail.com>
2022-09-07 01:01:47 +01:00
Pol Dellaiera f2625ce444
pympress: 1.7.0 -> 1.7.2 2022-09-06 21:48:27 +02:00