Commit Graph

14259 Commits

Author SHA1 Message Date
Mario Rodas
2f63b7dad4
Merge pull request #178112 from pmiddend/update-joplin-desktop-2.8.8
joplin-desktop: 2.7.15 -> 2.8.8
2022-06-18 19:11:40 -05:00
Mario Rodas
9859c72b8f
Merge pull request #177307 from devhell/bump-zettlr
zettlr: 2.2.6 -> 2.3.0
2022-06-18 10:42:50 -05:00
Bobby Rong
f654f67785
Merge pull request #178103 from r-ryantm/auto-update/mkgmap-splitter
mkgmap-splitter: 651 -> 652
2022-06-18 22:29:13 +08:00
Philipp Middendorf
628e2473cd joplin-desktop: 2.7.15 -> 2.8.8 2022-06-18 09:58:27 +02:00
R. Ryantm
686f0f7461 mkgmap-splitter: 651 -> 652 2022-06-18 05:56:47 +00:00
Anderson Torres
fe1afe8da8
Merge pull request #178028 from alexshpilkin/fix-calibre-chm
Fix CHM format support in Calibre
2022-06-17 18:19:23 -03:00
Sergei Trofimovich
36e999c3c7
Merge pull request #177098 from trofi/workaround-fno-common-for-spaceFM
spaceFM: add -fcommon workaround
2022-06-17 20:44:34 +00:00
Sandro
4296666332
Merge pull request #177920 from kraem/kraem/rivercarro_0_1_4
rivercarro: 0.1.2 -> 0.1.4
2022-06-17 21:22:30 +02:00
Sandro
0128b12ec5
Merge pull request #177674 from dotlambda/authenticator-4.1.6
authenticator: 4.1.4 -> 4.1.6
2022-06-17 21:11:28 +02:00
Sandro
0e6db671a0
Merge pull request #178009 from bbenno/update-gollum
gollum: 5.2.3 -> 5.3.0
2022-06-17 21:08:57 +02:00
Cheng Shao
0ada41cd52 HentaiAtHome: use default JDK with ZGC support
This patch uses default JDK for building/running HentaiAtHome, and
enables ZGC by default. The default Serial GC shipped with GraalVM
Community proves to be suboptimal for long-running servers. With this
change, my server quality rises above 8000 according to Hentai@Home
dashboard.
2022-06-17 12:55:49 +00:00
Benno Bielmeier
bed5ba3529 gollum: 5.2.3 → 5.3.0 2022-06-17 10:35:17 +00:00
Mario Rodas
63f175d621
Merge pull request #169734 from r-ryantm/auto-update/cherrytree
cherrytree: 0.99.46 -> 0.99.47
2022-06-16 22:23:22 -05:00
kraem
95961f8927 rivercarro: 0.1.2 -> 0.1.4 2022-06-16 20:50:54 +02:00
Anderson Torres
29769d2a13
Merge pull request #177626 from pennae/blender32
blender: 3.1.0 -> 3.2.0
2022-06-16 11:44:41 -03:00
Alexander Shpilkin
7d883da22a
calibre: fix chm processing dependency 2022-06-16 07:19:21 +03:00
Sergei Trofimovich
a047a47c54
Merge pull request #177090 from trofi/workaround-fno-common-for-gmtp
gmtp: add -fcommon workaround
2022-06-15 06:56:16 +00:00
Robert Schütz
088aa5b021 authenticator: 4.1.4 -> 4.1.6 2022-06-14 19:32:18 +00:00
pennae
9a10ab2b3c blender: 3.1.0 -> 3.2.0 2022-06-14 11:43:23 +02:00
Mario Rodas
996fb96683
Merge pull request #177435 from marsam/update-1password
_1password: 2.3.1 -> 2.4.1
2022-06-14 00:05:25 -05:00
Robert Schütz
e3dc5bf130 authenticator: 4.1.2 -> 4.1.4 2022-06-13 00:15:02 +00:00
Mario Rodas
63174f9b6f _1password: 2.3.1 -> 2.4.1 2022-06-12 04:20:00 +00:00
devhell
60988fb96b zettlr: 2.2.6 -> 2.3.0 2022-06-11 17:12:31 +01:00
Johannes Schleifenbaum
ca6798b66b
dbeaver: 22.0.5 -> 22.1.0 2022-06-11 09:29:06 +02:00
Sandro
52f1fd127e
Merge pull request #174284 from sikmir/gpsbabel 2022-06-11 02:50:41 +02:00
Mario Rodas
2f00d7ac51
Merge pull request #177009 from loicreynier/bump-toipe
toipe: 0.4.0 -> 0.4.1
2022-06-10 19:19:54 -05:00
Dzmitry Malyshau
d154aea93a Remove kvark from maintaining Mozilla packages 2022-06-10 12:26:55 -07:00
José Romildo Malaquias
33d84e02ee
xdgmenumaker: 1.5 -> 1.6 (#176568)
* xdgmenumaker: format nix expression

* xdgmenumaker: add update script

* xdgmenumaker: fix license

* xdgmenumaker: avoid double wrapping

* xdgmenumaker: 1.5 -> 1.6
2022-06-10 13:34:39 +02:00
Sergei Trofimovich
ae2d827806 spaceFM: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: spacefm-item-prop.o:src/settings.h:123: multiple definition of
      `xsets'; vfs/spacefm-vfs-file-info.o:src/settings.h:123: first defined here
2022-06-09 22:50:32 +01:00
Sergei Trofimovich
5c525e6db0 gmtp: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: gmtp-preferences.o:src/main.h:72: multiple definition of
      `scrolledwindowMain'; gmtp-about.o:src/main.h:72: first defined here
2022-06-09 22:05:07 +01:00
Evan Stoll
fc909087cc
polychromatic: init at 0.7.3 (#176932)
* polychromatic: init at unstable-2020-03-10

use dev-1.0.0 branch

* polychromatic: use webkitgtk instead of webkit (package-list-no-aliases)

* polychromatic: use python3Packages.callPackage instead of callPackage

* polychromatic: add meta

* polychromatic: add usbutils to propagatedBuildInputs

polychromatic-tray-applet needs to be wrapped with lsusub from usbutils

* polychromatic: use pkgs.meson, not python3Packages.meson

* bump to 0.7.0

* rebase on master (python3.7 -> python3.9)
* ensure expression compiles at a minimum

* polychromatic: bump to 0.7.2; fix build

* 0.7.0 -> 0.7.2
* add `qtWrapperArgs` to `makeWrapperArgs`
* format with `nixpkgs-fmt`
* call `scripts/build-styles.sh` during `postPatch`
   * patch `sassc` and `sass` references to point directly to binary from
   `sassc` input

* polychromatic: remove `pkgconfig` from imports

* polychromatic: remove trailing whitespace

* polychromatic: 0.7.2 -> 0.7.3

* Apply various suggestions

* `xorg.libxcb` -> `libxcb`: `libxcb` can now be referenced directly
* Move various script patching functions from `postPatch` to
  `preConfigure`
* `nativePropagatedBuildInputs` -> `propagatedNativeBuildInputs`
* Ensure expression is not modified by `nixpkgs-fmt`

* Apply recommended changes

* Move `nativeBuildInputs` before `propagatedNativeBuildInputs`
* Move all scripts but `scripts/build-styles.sh` back to `postPatch` phase
* Remove explicit `meson`, `wrapGAppsHook` imports from top-level
  package attribute
2022-06-09 22:50:42 +02:00
Bobby Rong
1b3a480c0b
Merge pull request #174412 from r-ryantm/auto-update/AusweisApp2
AusweisApp2: 1.22.5 -> 1.22.7
2022-06-09 21:37:15 +08:00
Loïc Reynier
4b5bf7de59 toipe: 0.4.0 -> 0.4.1 2022-06-09 11:41:25 +02:00
Anderson Torres
87010ff68b
Merge pull request #176622 from somasis/stw
stw: init at unstable-2022-02-04
2022-06-08 20:53:17 -03:00
Rick van Schijndel
dd16129445
Merge pull request #175998 from Mindavi/feedbackd/cross
feedbackd: support cross-compilation
2022-06-08 21:02:46 +02:00
Rick van Schijndel
56651dbdda
feedbackd: comment that optional devdoc depends on gir
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-08 20:59:36 +02:00
Bobby Rong
9cb1ba0f6c
Merge pull request #176879 from zendo/ydict-update
ydict: 2.2.0 -> 2.2.1
2022-06-08 20:23:05 +08:00
zendo
316f6d7368 ydict: 2.2.0 -> 2.2.1 2022-06-08 19:33:04 +08:00
piegames
e445607380
Merge pull request #176728: maintainers: mrhedgehog -> thehedgeh0g 2022-06-08 12:47:07 +02:00
Thiago Kenji Okada
152319bcd9
Merge pull request #176718 from AtilaSaraiva/obsidian
obsidian: 0.14.6 -> 0.14.15
2022-06-08 08:24:44 +01:00
Kylie McClain
2dcb849134
stw: init at unstable-2022-02-04 2022-06-08 00:03:18 -04:00
Stefan Frijters
273f614b44
authy: 2.1.0 -> 2.2.0 (#175206) 2022-06-08 00:43:09 +02:00
Robert Schütz
6f432760f6 haxor-news: use click 7.1.2 2022-06-07 16:39:06 +00:00
Robert Schütz
ed4ec1862b privacyidea: update overrides 2022-06-07 16:39:06 +00:00
Robert Schütz
2cbf885d30 plover.stable: remove 2022-06-07 16:38:21 +00:00
Robert Schütz
fa289b54cb cura_stable: remove 2022-06-07 16:38:20 +00:00
Jonas Heinrich
7881466e3a gnome-secrets: 6.4 -> 6.5 2022-06-07 11:35:29 -04:00
Mr Hedgehog
3e7621390c
maintainers: mrhedgehog -> thehedgeh0g 2022-06-07 11:29:19 -04:00
Átila Saraiva
56d2f848b1 obsidian: 0.14.6 -> 0.14.15 2022-06-07 11:43:09 -03:00
Anderson Torres
e949f87280
Merge pull request #176577 from trofi/fix-fno-common-for-galculator
galculator: pull fix pending upstream inclusion for -fno-common toolc…
2022-06-06 23:12:56 -03:00