Commit Graph

7377 Commits

Author SHA1 Message Date
Robin Gloster
269849de06
pdfpc: *Flags are lists 2019-12-30 12:15:23 +01:00
Jan Tojnar
480fc1856a
Merge branch 'master' into staging-next 2019-12-30 05:22:23 +01:00
Jan Tojnar
86d3c33475
osm2xmap: clean up
Do not use DESTDIR and bring makeFlags more in line with the Makefile:
a5f9ceadf0/Makefile
2019-12-29 21:57:04 +01:00
Frederik Rietdijk
fb66525297 Merge master into staging-next 2019-12-29 10:19:39 +01:00
Jean-Philippe Braun
a84185860c waybar: 0.8.0 -> 0.9.0 2019-12-28 16:09:15 +01:00
Maximilian Bosch
9aadb6391d
taizen: fix darwin build
https://hydra.nixos.org/build/108557016
2019-12-28 15:07:38 +01:00
R. RyanTM
24a323b767
josm: 15492 -> 15553 2019-12-27 19:28:05 +01:00
Oleksii Filonenko
6c509b4f12
polybar: 3.4.1 -> 3.4.2 2019-12-27 18:46:58 +02:00
worldofpeace
ab322bb4fc
Merge pull request #76558 from Kiwi/simplenote-fix
simplenote: fix libstdc++ error
2019-12-26 18:58:13 -05:00
Robert Djubek
cc2037307b
simplenote: fix libstdc++ error
Fixes a bug that was noticed during an automated version bump.

What was needed was to add an LD_LIBRARY_PATH entry for stdenv.cc.cc in
makeWrapper

```
--prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ stdenv.cc.cc ] }" \
```

The error as seen in developer tools console was:

```
/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:158 Unable to load preload script: /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/desktop/preload.js
(anonymous) @ /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:158
/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:159 Error: libstdc++.so.6: cannot open shared object file: No such file or directory
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:160:31)
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:722)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:169:18)
    at Module.load (internal/modules/cjs/loader.js:602)
    at tryModuleLoad (internal/modules/cjs/loader.js:541)
    at Function.Module._load (internal/modules/cjs/loader.js:533)
    at Module.require (internal/modules/cjs/loader.js:640)
    at require (internal/modules/cjs/helpers.js:20)
    at Object.<anonymous> (/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/node_modules/@paulcbetts/spellchecker/lib/spellchecker.js:3)
    at Object.<anonymous> (/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/node_modules/@paulcbetts/spellchecker/lib/spellchecker.js:116)
```
To (help) anyone that may find have errors like this in the future:

makeWrapper requiring the makeLibraryPath with stdenv.cc.cc is fairly common for electron apps.
At least ones that use dpkg on prebuilt debian .deb files (my `bitwarden` derivation requires it, too) that use gappsWrapperArgs

Thanks @ryantm / r-ryantm and @worldofpeace :)

Reference: https://github.com/NixOS/nixpkgs/pull/76421#pullrequestreview-336359695
2019-12-26 22:01:36 +00:00
Nathan
b0caf68bff
maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
Maximilian Bosch
223f25bb5f
Merge pull request #73214 from DavHau/lutris-fix-missing-gnutls
lutris: add missing gnutls dependency
2019-12-26 15:42:09 +01:00
Maximilian Bosch
9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
Daniel Schaefer
25ce30d6a2
Merge pull request #76172 from JohnAZoidberg/golden-cheetah-libusb
golden-cheetah: Add libusb (ANT+ sensors), 3.5-DEV1903 -> 3.5-RC2X
2019-12-26 02:30:38 +01:00
Maximilian Bosch
622c199eac
Merge pull request #76302 from MetaDark/rofi
rofi: fix displaying hicolor icons
2019-12-26 02:22:07 +01:00
Mario Rodas
13884f5c07
Merge pull request #76502 from kolaente/update/hugo
hugo 0.61.0 -> 0.62.0
2019-12-25 13:44:09 -05:00
kolaente
d4c6ab158a
hugo 0.61.0 -> 0.62.0 2019-12-25 16:30:08 +01:00
markuskowa
788473c6db
Merge pull request #76473 from r-ryantm/auto-update/xmrig
xmrig: 5.1.0 -> 5.4.0
2019-12-25 14:57:45 +01:00
Ryan Mulligan
0874e85e90
Merge pull request #76446 from r-ryantm/auto-update/syncthingtray
syncthingtray: 0.10.3 -> 0.10.4
2019-12-25 05:38:39 -08:00
Ryan Mulligan
7f449f04b9
Merge pull request #76421 from r-ryantm/auto-update/simplenote
simplenote: 1.11.0 -> 1.12.0
2019-12-25 05:35:23 -08:00
Jan Tojnar
ca39dd3a8a
Merge branch 'master' into staging-next 2019-12-25 05:15:06 +01:00
R. RyanTM
84032a696d xmrig: 5.1.0 -> 5.4.0 2019-12-24 16:00:50 -08:00
R. RyanTM
fae417b5cc vym: 2.7.0 -> 2.7.1 2019-12-24 15:14:31 -08:00
R. RyanTM
70c6664e3e syncthingtray: 0.10.3 -> 0.10.4 2019-12-24 12:27:01 -08:00
Jörg Thalheim
74f14bdeee
Merge pull request #76300 from mmlb/alacritty-tic-e
alacritty: Add -e to tic call following INSTALL.md
2019-12-24 17:42:29 +00:00
R. RyanTM
cb9a102060 simplenote: 1.11.0 -> 1.12.0 2019-12-24 09:13:32 -08:00
Niklas Hambüchen
826d61e5d9
Merge pull request #76212 from r-ryantm/auto-update/blender
blender: 2.81 -> 2.81a
2019-12-24 15:13:57 +01:00
Johannes Schleifenbaum
5714a71897
dbeaver: 6.3.0 -> 6.3.1 2019-12-24 08:51:32 +01:00
MetaDark
b12dfd0757 rofi: fix displaying hicolor icons
This adds the hicolor theme to XDG_DATA_DIRS for rofi and moves all
wrapping to rofi/wrapper.nix.

The wrapper will now always be generated, even when a theme is not provided.
2019-12-23 14:40:33 -05:00
Manuel Mendez
e4e7f3a808 alacritty: Add -e to tic call following INSTALL.md 2019-12-23 14:19:20 -05:00
worldofpeace
8ce02fe9bc
Merge pull request #76239 from kjuvi/cipher
cipher: 2.0.0 -> 2.5.0
2019-12-23 14:01:47 -05:00
Ryan Mulligan
4dc3d2ffe9
Merge pull request #76282 from r-ryantm/auto-update/hstr
hstr: 2.0 -> 2.2
2019-12-23 10:50:42 -08:00
kjuvi
25fb2b68a9 cipher: 2.0.0 -> 2.5.0 2019-12-23 19:40:27 +01:00
R. RyanTM
822ee7e95e hstr: 2.0 -> 2.2 2019-12-23 08:56:26 -08:00
Mario Rodas
4d6e005dec
Merge pull request #76254 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.11.1 -> 1.12.1
2019-12-23 11:08:25 -05:00
R. RyanTM
00cd8b7ac6 gallery-dl: 1.11.1 -> 1.12.1 2019-12-23 04:31:14 -08:00
Mario Rodas
483c03d406
Merge pull request #76221 from r-ryantm/auto-update/coursera-dl
coursera-dl: 0.11.4 -> 0.11.5
2019-12-23 04:50:45 -05:00
R. RyanTM
8963b4aed4 coursera-dl: 0.11.4 -> 0.11.5 2019-12-22 22:18:40 -08:00
R. RyanTM
dfa93d552c blender: 2.81 -> 2.81a 2019-12-22 20:36:57 -08:00
worldofpeace
2dd7d4dd44 treewide: pantheon updateScript 2019-12-22 18:20:55 -05:00
Daniel Schaefer
358ab81fff golden-cheeta: Use qtwebengine instead of qtwebkit 2019-12-22 21:43:31 +01:00
Daniel Schaefer
57ad13175c golden-cheetah: 3.5-DEV1903 -> 3.5-RC2X 2019-12-22 21:40:26 +01:00
Daniel Schaefer
6c8283e337 golden-cheetah: Enable libusb support
Makes it possible to use ANT+ sensors using an ANT+ USB transceiver.
2019-12-22 15:47:18 +01:00
worldofpeace
cfba4685a0
Merge pull request #76131 from flokli/diffpdf-qt
diffpdf: fix qt wrapping
2019-12-21 23:15:46 -05:00
Niklas Hambüchen
213e129825 qtpass: Fix /usr/lib hardcode to pass-otp.
Before, the checkbox for OTP functionality could not be enabled on
NixOS, even when `(pass.withExtensions (exts: [ exts.pass-otp ]))`
was installed correctly.
2019-12-22 03:19:52 +01:00
Maximilian Bosch
f2a989b001
Merge pull request #76124 from tadeokondrak/wofi-1.0
wofi: 2019-10-28 -> 1.0
2019-12-21 14:10:37 +01:00
Florian Klink
2054a083fb diffpdf: fix qt wrapping
We were using stdenv.mkDerivation instead of the qt-provided
mkDerivation, so qt wrapping didn't happen.
2019-12-21 13:48:51 +01:00
Maximilian Bosch
da4b7e778a
kitty: 0.15.0 -> 0.15.1
https://github.com/kovidgoyal/kitty/releases/tag/v0.15.1
2019-12-21 12:14:36 +01:00
Tadeo Kondrak
f90d0634f8
wofi: 2019-10-28 -> 1.0 2019-12-20 23:16:36 -07:00
Alyssa Ross
7887a81193
treewide: fix cargoSha256 (again)
cargo-vendor output was changed in a4fc84de44.
2019-12-20 20:08:53 +00:00
Jan Tojnar
76c526a4fb
Merge pull request #75909 from jtojnar/gtkglext-fix
Do not depend on pangox_compat
2019-12-20 01:14:08 +01:00
Michael Weiss
03beaedc77
gollum: Update the dependencies (security, CVE-2019-16782)
This updates rack to 1.6.12 for CVE-2019-16782 [0].

[0]: https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3
2019-12-19 18:53:24 +01:00
Frederik Rietdijk
39037a3431 Merge staging-next into staging 2019-12-19 09:21:24 +01:00
Jan Tojnar
b171037944
Merge pull request #75668 from jtojnar/py2-cleanup
Another batch of Python 2 removals
2019-12-19 01:24:00 +01:00
Jan Tojnar
dda27bb406
lutris: fix build
Drop unneeded pangox_compat – it was probably needed before gtkglext propagated it.

Also stop using aliases.
2019-12-19 00:58:19 +01:00
Ryan Orendorff
797b706daf barrier: add openssl runtime dependency (#75490)
* barrier: add openssl runtime dependency

The barrier GUI creates an SSL certificate at runtime using OpenSSL. We add
openssl to the path to enable this feature.

* barrier: fix GLib-GIO-ERROR rg.gtk.Settings.FileChooser

When you use the Barrier menu item in the GUI to save the configuration, the
program crashes. wrapGAppsHook fixes this issue.

Error was:
GLib-GIO-ERROR **: 19:03:29.155: Settings schema 'org.gtk.Settings.FileChooser' does not contain a key nixos

* barrier: move cmake buildInputs to nativeBuildInputs
2019-12-18 02:32:32 +01:00
rnhmjoj
705cc53817
fsv: fix build with gettext 0.20 2019-12-18 00:26:41 +01:00
Michael Raskin
26df2f4e9e
Merge pull request #74862 from alyssais/fetchgittiles
fetchFromGitiles: init
2019-12-17 15:23:08 +00:00
markuskowa
cc92da0302
Merge pull request #75720 from sikmir/gpxlab
gpxlab: init at 0.7.0
2019-12-16 11:02:24 +01:00
Niklas Hambüchen
0d3570c94d elogind: 241.3 -> 241.4 2019-12-16 03:52:24 +01:00
R. RyanTM
d7125bf6b6 xmr-stak: 2.10.7 -> 2.10.8 2019-12-15 22:13:29 +00:00
Nikolay Korotkiy
38294e3051
gpxlab: init at 0.7.0 2019-12-15 22:53:06 +03:00
Frederik Rietdijk
c20cd71d60 Merge master into staging-next 2019-12-15 16:09:28 +01:00
worldofpeace
be13df6c76
Merge pull request #75465 from worldofpeace/gnome-args
doc/gnome: update wrapper args example, remove proliferated uses
2019-12-15 00:13:17 -05:00
worldofpeace
abe3475df8 treewide: remove bash snippets in flags
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-12-15 00:10:41 -05:00
Jan Tojnar
eb1d315cd8
xorg.xcbproto: do not depend on python2 2019-12-15 01:50:34 +01:00
Jan Tojnar
429561978b
Merge branch 'master' into staging-next 2019-12-14 23:09:06 +01:00
Henrik Jonsson
9ace40c765 electrum: Add ckcc-protocol
Similar to keepkey, trezor and btchip, ckcc-protocol is a plugin,
allowing electrum to communicate with the https://coldcardwallet.com/
hardware wallet.
2019-12-14 10:30:23 -08:00
Claudio Bley
6bb0148cc3 wtf: 0.24.0 -> 0.25.0 2019-12-14 15:12:58 +01:00
Laurens Duijvesteijn
88c6f13ef2 hivemind: 1.0.4 -> 1.0.6 2019-12-13 22:58:15 -08:00
Jan Tojnar
968afa4dd8
Merge pull request #75054 from novoxudonoser/dupeguru
dupeguru: init at 4.0.4
2019-12-13 16:37:52 +01:00
Kirill Strukov
c2cf629a20 dupeguru: init at 4.0.4 2019-12-13 18:26:17 +03:00
Frederik Rietdijk
dfdf1597a7 Merge master into staging-next 2019-12-13 11:43:39 +01:00
MicrosoftTakeover
286ef7108f vym: 2.6.11 -> 2.7.0 (#73483)
* vym: 2.6.11 -> 2.7.1

* vym: install man page

* vym: fix /usr paths and move data from $out/vym

* Change version to 2.7.0

There was some concern that the release tarball 2.7.1 actually contains an in-development snapshot rather than a full release. The consensus seems to be that 2.7.0 should be used instead.
2019-12-12 23:08:11 +01:00
R. RyanTM
20c33be286 latte-dock: 0.8.9 -> 0.9.5 (#75249) 2019-12-12 12:18:55 -05:00
Mario Rodas
7e36595465
Merge pull request #75512 from Moredread/slicer
prusa-slicer: 2.1.0 -> 2.1.1
2019-12-12 08:22:56 -05:00
Mario Rodas
d0e512d693
Merge pull request #75491 from filalex77/hugo-0.61.0
hugo: 0.60.1 -> 0.61.0
2019-12-11 19:22:03 -05:00
André-Patrick Bubel
7ec8c4c266
prusa-slicer: 2.1.0 -> 2.1.1 2019-12-11 15:52:41 +01:00
Oleksii Filonenko
cff22243ee
hugo: 0.60.1 -> 0.61.0
https://github.com/gohugoio/hugo/releases/tag/v0.61.0
2019-12-11 12:49:06 +02:00
worldofpeace
419dacd3d4 pmenu: remove
Got the ok from romildo to remove this as jgmenu [0]
is more complete, and has a module based off pmenu.

[0]: https://github.com/johanmalm/jgmenu
2019-12-10 22:42:06 -05:00
worldofpeace
5f4b980674 bleachbit: use gtk3
bleachbit is aiming to support python3 around January of 2020 [0].

[0]: https://github.com/bleachbit/bleachbit/issues/163
2019-12-10 22:41:25 -05:00
worldofpeace
517872a227 hamster-time-tracker: remove
This package actually uses the old abandoned code base.
However the code base has been revieved by new maintainers
* https://github.com/projecthamster/
if there is a request for it could be re-added to nixpkgs.
2019-12-10 22:35:03 -05:00
worldofpeace
30b5b7944c batti: remove
This one was already marked as broken.
2019-12-10 22:34:30 -05:00
worldofpeace
af7a1dad84 gnome15: remove 2019-12-10 22:33:52 -05:00
Frederik Rietdijk
f3618342ec Merge staging-next into staging 2019-12-10 19:01:27 +01:00
Ryan Mulligan
1db22360a6
Merge pull request #75195 from r-ryantm/auto-update/birdtray
birdtray: 1.6 -> 1.7.0
2019-12-09 07:41:20 -08:00
R. RyanTM
0ebe8162aa grip: 4.0.0 -> 4.0.1 2019-12-08 15:55:06 +01:00
Patrick Winter
8d465dfd4b raiseorlaunch: init at 2.3.3 2019-12-08 15:20:33 +01:00
R. RyanTM
e8510c0c3d birdtray: 1.6 -> 1.7.0 2019-12-07 17:53:03 -08:00
Luflosi
079d57fa20
kitty: remove unused GLFW dependency
kitty has its own heavily modified fork of GLFW embedded in the source code. Therefore it doesn't need GLFW as an external dependency.
2019-12-08 01:47:03 +01:00
Luflosi
c562eb22ab
kitty: replace library path using patch instead of substituteInPlace
This makes patching the path for `libEGL` consistent with `libstartup-notification` and `libcanberra`.
It should also prevent silently doing nothing in case the code in kitty is changed, similar to what was described in 1842c4aaa4.
2019-12-07 23:05:47 +01:00
Maximilian Bosch
6bd93d58d5
Merge pull request #74874 from Luflosi/fix-kitty-lib
kitty: fix loading of library
2019-12-07 17:48:48 +01:00
Gabriel Ebner
6ddbf42beb curaPlugins.octoprint: 3.5.8 -> 3.5.11 2019-12-07 10:58:00 +01:00
Gabriel Ebner
949ebe40e8
Merge pull request #75130 from nh2/cura-4.4.0
cura suite: 4.3.0 -> 4.4.0
2019-12-07 10:56:53 +01:00
Mario Rodas
f96003ed05
Merge pull request #75063 from filalex77/googler-4.0
googler: 3.9 -> 4.0
2019-12-07 03:09:57 -05:00
Niklas Hambüchen
50c8701d51 cura, python3Packages.libsavitar, python3Packages.libarcus, python3Packages.uranium: 4.3.0 -> 4.4.0
Closes #74134.

Note the `cura.materials` hash is not updated because apparently
its contents stay the same, despite version update.

Implements comment about libarcus from:
https://github.com/NixOS/nixpkgs/pull/69435#issuecomment-535465040
2019-12-07 02:58:37 +01:00
Oleksii Filonenko
4ede7474b0
googler: add filalex77 to maintainers 2019-12-05 23:28:49 +02:00
Oleksii Filonenko
9f0d48d681
googler: 3.9 -> 4.0
https://github.com/jarun/googler/releases/tag/v4.0
2019-12-05 23:28:16 +02:00
Maximilian Bosch
7846136912
taizen: init at 0.1.0
Simple, ncurses-based client for mediawiki[1] written Rust.

[1] https://www.mediawiki.org/wiki/MediaWiki
2019-12-05 22:15:00 +01:00
Frederik Rietdijk
c9a19b5f7e Merge staging-next into staging 2019-12-05 10:19:54 +01:00
Frederik Rietdijk
51ef7c3e49 Merge master into staging-next 2019-12-05 09:14:08 +01:00
Mario Rodas
d72f885590
Merge pull request #75016 from dtzWill/update/nnn-2.8.1
nnn: 2.7 -> 2.8.1
2019-12-05 02:16:34 -05:00
Michael Raskin
769f4308f4
Merge pull request #75004 from emmanuelrosa/vifm-full
vifm: refactor to add a vifm-full package
2019-12-05 05:40:42 +00:00
worldofpeace
328b649e11 xdgmenumaker: don't use custom installPhase 2019-12-04 23:29:12 -05:00
Will Dietz
dd6e5066e8
heimer: meta 2019-12-04 22:26:36 -06:00
Will Dietz
6e7d5a7513
heimer: 1.11.0 -> 1.12.0 2019-12-04 22:23:49 -06:00
Will Dietz
c431073b35
heimer: init at 1.11.0 2019-12-04 22:23:45 -06:00
Will Dietz
244d9b9001
nnn: 2.7 -> 2.8.1
https://github.com/jarun/nnn/releases/tag/v2.8.1
https://github.com/jarun/nnn/releases/tag/v2.8
2019-12-04 21:57:30 -06:00
José Romildo Malaquias
a05f04fd14 xdgmenumaker: use python3 for NixOS#74295 2019-12-05 00:47:57 -03:00
Emmanuel Rosa
c6588dd341 vifm: add vifm-full package
vifm includes some optional features what are currently no-op due
to missing dependencies. Once such example is `vifm-media`.

vimfm-media is a Linux script included with vifm which can be used to
mount/umount removable media from within vifm. However, vifm-media
has additional dependencies, namely Python, dbus, and a supported
back-end such as udisks2. While vimfm-media is currently installed,
it fails with the error "No supported backend found."

This change adds optional support for vifm-media via the new package
vifm-full; Opening for the opportunity to add whatever optional
dependencies I have not considered in this change in the future,
while not generously increasing the closure size of the original
vifm package.

For reference, vifm has a closure size of 41,164,432 while the new
vifm-full increases this to 382,642,536. Calculated with
`nix path-info -S`

Note: While vifm-media supports numerous back-ends, this change only
adds support for udisks2. In addition, vifm-media is not supported on
MacOS/OSX, for which upstream provides an alternative script.
2019-12-05 05:45:40 +07:00
Mario Rodas
e44d7c14f5
treewide: remove empty let blocks 2019-12-04 06:00:00 -05:00
Christian Kauhaus
484b469caf Merge pull request #74875 from d-goldin/djvulibre_sec_patches 2019-12-04 10:19:23 +01:00
lassulus
17327d9b83 electron-cash: 4.0.10 -> 4.0.11 2019-12-03 21:26:40 +01:00
Maximilian Bosch
a431ee8441
Merge pull request #74929 from filalex77/hugo-0.60.1
hugo: 0.60.0 -> 0.60.1
2019-12-03 20:48:33 +01:00
Maximilian Bosch
78f7187cd4
kitty: patch paths to linux-specific libs on linux builds only 2019-12-03 19:44:05 +01:00
Oleksii Filonenko
9166b2b206
hugo: add filalex77 to maintainers 2019-12-03 20:16:30 +02:00
Oleksii Filonenko
1c9adaf771
hugo: 0.60.0 -> 0.60.1 2019-12-03 20:16:13 +02:00
Jan Tojnar
30fae2883e
Merge branch 'master' into staging-next 2019-12-03 16:51:48 +01:00
André-Patrick Bubel
ba917b29e6 prusa-slicer: use wxGTK31 instead of wxGTK30
With wxGTK31 3.1.0 there was a bug causing crashes. With the recently
merged version 3.1.2 this bug has been fixed.

See https://github.com/NixOS/nixpkgs/pull/55475 for details.
2019-12-03 15:01:21 +01:00
Dima
be7e51a083 djvulibre: patching multiple CVEs
Addresses:

https://github.com/NixOS/nixpkgs/issues/73624
https://github.com/NixOS/nixpkgs/issues/70086
2019-12-03 02:17:53 +01:00
Luflosi
bce914acba
kitty: fix loading of library
When trying to play a sound, kitty prints an error message because it cannot find `libcanberra.so`:
```
Failed to load libcanberra.so, cannot play beep sound, with error: libcanberra.so.0.2.5: cannot open shared object file: No such file or directory
```
This is fixed by patching the path to the library.
2019-12-03 02:01:37 +01:00
Jan Tojnar
ae323f8566
gummi: fix eval with allowAliases = false 2019-12-03 01:57:49 +01:00
Alyssa Ross
a8e63e4f74
treewide: fetchgit -> fetchFromGitiles
This is only the easy cases -- some fetchgit uses that point to
Gitiles instances are in generated code, where the generating code
would have to know in advance if it was fetching from Gitiles or not.
I don't think this is worth it.
2019-12-02 22:45:06 +00:00
Dennis Gosnell
8b1772c2f4
Merge pull request #74728 from cdepillabout/update-stretchly
stretchly: 0.19.1 -> 0.21.0
2019-12-02 23:19:08 +09:00
Johannes Schleifenbaum
a0a482dc55
dbeaver: 6.2.5 -> 6.3.0 2019-12-02 10:08:18 +01:00
Robin Stumm
83c24adfca buku: fix bukuserver
add missing python module `flask-admin`
2019-12-01 20:30:51 +01:00
Frederik Rietdijk
6662f5be2d Merge master into staging-next 2019-12-01 18:55:44 +01:00
R. RyanTM
e682e3a76d kanboard: 1.2.11 -> 1.2.12 2019-12-01 18:50:26 +01:00
R. RyanTM
d1308fdcb4 minder: 1.5.0 -> 1.5.1 2019-12-01 18:48:39 +01:00
Lancelot SIX
d64b2662d4
Merge pull request #74740 from x123/x123-opencpn-version-update
opencpn: unstable-2019-05-15 -> unstable-2019-11-21
2019-12-01 17:23:54 +01:00
markuskowa
901ab009fc
Merge pull request #74668 from r-ryantm/auto-update/taskell
taskell: 1.6.1 -> 1.7.3
2019-12-01 14:45:22 +01:00
Sarah Brofeldt
8405a53c9c
Merge pull request #74779 from kim0/xmrig-proxy501
xmrig-proxy: 5.0.0 -> 5.0.1
2019-12-01 13:08:00 +01:00
Ahmed Kamal
927e175ad2 xmrig-proxy: 5.0.0 -> 5.0.1 2019-12-01 13:45:39 +02:00
Ahmed Kamal
61ae425d47 xmrig: 5.0.1 -> 5.1.0 2019-12-01 13:18:23 +02:00
Jan Tojnar
a4bbc84e16
Merge branch 'staging-next' into staging 2019-12-01 01:44:03 +01:00
Jan Tojnar
8cbc862b83
dconf: move to top-level 2019-12-01 01:01:40 +01:00
Jan Tojnar
55a72926e1
Merge branch 'staging-next' into staging 2019-11-30 19:45:46 +01:00
Jan Tojnar
a69ad18da9
Merge branch 'master' into staging-next 2019-11-30 19:44:51 +01:00
x123
f615fb49f7 opencpn: unstable-2019-05-15 -> unstable-2019-11-21 2019-11-30 19:11:17 +01:00
c0bw3b
442670f787 qtpass: scope qrencode 2019-11-30 12:20:35 +01:00
(cdep)illabout
8a2aefe860
stretchly: 0.19.1 -> 0.21.0
Also add an automatic updater script.
2019-11-30 18:03:40 +09:00
Jörg Thalheim
24cb283eaa
xchm: 1.30 -> 1.31 (#74708)
xchm: 1.30 -> 1.31
2019-11-30 08:15:16 +00:00
Mario Rodas
db2c266535
Merge pull request #74696 from r-ryantm/auto-update/xmrig
xmrig: 5.0.0 -> 5.0.1
2019-11-30 02:58:16 -05:00
Frederik Rietdijk
9f84415541 Merge staging-next into staging 2019-11-30 08:58:01 +01:00
Frederik Rietdijk
d14baf7747 Merge master into staging-next 2019-11-30 08:57:28 +01:00
R. RyanTM
30ee5ac112 xchm: 1.30 -> 1.31 2019-11-29 15:56:44 -08:00
R. RyanTM
5cc7bce6b5 xmrig: 5.0.0 -> 5.0.1 2019-11-29 14:18:57 -08:00
dawidsowa
84df543de0 calibre: add feedparser to dependencies (#69437) 2019-11-29 22:55:59 +01:00
Antonio Nuno Monteiro
ab57084656
kitty: Fix patch that doesn't apply in v0.15.0 2019-11-29 12:46:26 -08:00
R. RyanTM
b9d478661f taskell: 1.6.1 -> 1.7.3 2019-11-29 11:08:14 -08:00
R. RyanTM
141346ba95 keepassxc: 2.5.0 -> 2.5.1 2019-11-28 23:13:15 +01:00
R. RyanTM
8fa412b75a mlterm: 3.8.8 -> 3.8.9 (#74497)
* mlterm: 3.8.8 -> 3.8.9

* mlterm: add meta.description
+ fix meta.license (BSD-3-Clause)
2019-11-28 19:36:45 +01:00
worldofpeace
a1ea2cf912
Merge pull request #74467 from Kiwi/simplenote-update
simplenote: 1.9.1 -> 1.11.0
2019-11-28 17:44:03 +00:00
Robert Djubek
bf78367499
simplenote: 1.9.1 -> 1.11.0 2019-11-28 17:28:12 +00:00
Alexey Shmalko
8c187741ec
Merge pull request #74509 from r-ryantm/auto-update/osmium-tool
osmium-tool: 1.11.0 -> 1.11.1
2019-11-28 19:12:44 +02:00
R. RyanTM
58ea4a26ff osmium-tool: 1.11.0 -> 1.11.1 2019-11-28 08:35:00 -08:00
Jonathan Ringer
0c1c18ca44
Merge branch 'master' into staging-next 2019-11-27 22:57:50 -08:00
Nikolay Korotkiy
f0b5b247d9
josm: 15390 -> 15492 2019-11-27 19:00:02 +01:00
Robin Gloster
f9e0e11c83
Merge pull request #74323 from doronbehar/update-syncthingtray
syncthingtray: 0.10.2 -> 0.10.3
2019-11-27 17:32:32 +01:00
Robin Gloster
eea268d3e6
Merge pull request #74324 from sikmir/hugo
hugo: 0.58.3 -> 0.60.0
2019-11-27 17:02:42 +01:00
Marcus Boyd
4692b6e320 slic3r: patch to fix compile error if Boost > 1.55 2019-11-27 14:49:36 +01:00
Doron Behar
815fefe4bb syncthingtray: 0.10.2 -> 0.10.3 2019-11-27 14:00:00 +02:00
Nikolay Korotkiy
537794d415
hugo: 0.58.3 -> 0.60.0 2019-11-27 14:59:52 +03:00
Maximilian Bosch
d1cf282914
kitty: 0.14.6 -> 0.15.0
https://github.com/kovidgoyal/kitty/releases/tag/v0.15.0
2019-11-27 10:23:06 +01:00
Maximilian Bosch
ad80b0a4c3
Merge pull request #74187 from filalex77/alacritty-0.4.0
alacritty: 0.3.3 -> 0.4.0
2019-11-26 21:39:56 +01:00
R. RyanTM
40d63a73ef gallery-dl: 1.10.6 -> 1.11.1 2019-11-26 19:19:40 +01:00
John Ericson
f191360ad0 Merge remote-tracking branch 'upstream/staging-next' into staging 2019-11-25 15:59:05 -05:00
Frederik Rietdijk
06a054e6eb Merge master into staging-next 2019-11-25 21:51:57 +01:00
Oleksii Filonenko
8ef50f1ab7
alacritty: add filalex77 to maintainers 2019-11-25 21:35:57 +02:00
Oleksii Filonenko
c8ca52c6c0
alacritty: 0.3.3 -> 0.4.0
Also:
- remove postPatch (config is not generated anymore;
  i.e. there's no `mouse.rs` or `xdg-open` mentions anywhere
2019-11-25 21:34:18 +02:00
Edmund Wu
3a2614499f clight: 3.1 -> 4.0 2019-11-25 09:02:25 -08:00
Edmund Wu
dc5358f4ef clightd: 3.4 -> 4.0 2019-11-25 09:02:25 -08:00
R. RyanTM
28a90e3883 copyq: 3.9.2 -> 3.9.3 2019-11-25 08:59:25 -08:00
Oleksii Filonenko
41677b6d0c polybar: change platforms from unix to linux
alsa-lib doesn't build on darwin.
2019-11-25 08:31:12 -08:00
Oleksii Filonenko
a28aaa87d3 polybar: add filalex77 as a maintainer 2019-11-25 08:31:12 -08:00
Oleksii Filonenko
95c4adac0e polybar: 3.4.0 -> 3.4.1
- Replace `python2` with `python3`

Co-authored-by: Sam Doshi <samdoshi@users.noreply.github.com>
2019-11-25 08:31:12 -08:00
worldofpeace
f718f55bb6
Merge pull request #74052 from Ninlives/master
glava: fix glava wants to load shaders from /etc/xdg/glava
2019-11-25 14:59:26 +00:00
Johannes Schleifenbaum
2e7d306f2f dbeaver: 6.2.4 -> 6.2.5 2019-11-24 21:20:36 +01:00
John Ericson
4f1261134e Merge remote-tracking branch 'upstream/master' into staging 2019-11-24 18:33:54 +00:00
John Ericson
d0d5136cce Merge remote-tracking branch 'upstream/master' into wrapper-pname-support 2019-11-24 17:25:07 +00:00
John Ericson
9b090ccbca treewide: Get rid of most parseDrvName without breaking compat
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
mlatus
41946d967f fix glava wants to load shaders from /etc/xdg/glava 2019-11-24 23:53:54 +08:00
Robert Scott
b9d458d91c tnef: 1.4.17 -> 1.4.18 (security) (#73882)
addresses CVE-2019-18849
2019-11-24 16:09:04 +01:00
Renaud
fd75f27ade
nut: build with openssl 1.1.x
instead of nss (it is upstream preference)
+ update homepage and src URLs to fetch over TLS

Close #67906
2019-11-24 15:54:00 +01:00
Matthias Beyer
cf38a146fd timewarrior: 1.1.1 -> 1.2.0
Switch to fetch sources from github.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
CC: Sampo Sorsa <sorsasampo@protonmail.com>
CC: Ingolf Wanger <contact@ingolf-wagner.de>
2019-11-24 14:43:49 +01:00
Christian Kauhaus
f02d65c980
Merge pull request #73586 from c0bw3b/sec/jasper
jasper: mark as vulnerable, replace with openjpeg where possible, disable JPEG2000 support.
2019-11-24 13:15:02 +01:00
Jon Roberts
b1e9820306 houdini: 17.0.352 -> 17.5.327 (#67983)
* houdini: 17.0.352 -> 17.5.327

* houdini: update sidefx.com to www.sidefx.com
2019-11-24 11:42:21 +01:00
Vladyslav M
fc821db4c6
zola: fix build on macOS (#73985)
zola: fix build on macOS
2019-11-24 11:51:30 +02:00
Frederik Rietdijk
1d18c5a0fe Merge staging-next into staging 2019-11-24 10:13:31 +01:00
Nikolay Korotkiy
542116a47f gpxsee: 7.17 -> 7.18 2019-11-23 19:52:42 -08:00
Ambroz Bizjak
9ab168b500 houdini: Add the GPU driver to LD_LIBRARY_PATH (#67958)
Fixes #66544
2019-11-24 00:51:01 +01:00
Pascal Hertleif
c90b210855 zola: fix build on macOS
Patches lockfile to update sass-sys to a version which includes
compass-rs/sass-rs#60

Fixes #72972
2019-11-23 20:51:04 +01:00
Marek Mahut
b8121c06aa
Merge pull request #73914 from geistesk/et-0-1-2
et: 0.1.1 -> 0.1.2
2019-11-22 18:19:25 +01:00
worldofpeace
a5dba2f8a6
Merge pull request #68616 from sikmir/xpdf
xpdf: 4.00 -> 4.02
2019-11-22 14:05:05 +00:00
geistesk
15ed2710d4 et: 0.1.1 -> 0.1.2 2019-11-22 12:55:06 +01:00
Gabriel Ebner
cc8ddeefea blender: 2.80 -> 2.81 2019-11-21 20:25:07 +01:00
worldofpeace
13d82c9d67 formatter: 0.3.0 -> 0.3.1 2019-11-21 08:36:21 -05:00
Jan Tojnar
6fb5b6be98
Various GNOME leaf package updates (#73790)
Various GNOME leaf package updates
2019-11-21 01:00:42 +01:00
Niklas Hambüchen
b679ce809a
Merge pull request #73376 from nh2/elogind-241.3
elogind: 239.5 -> 241.3
2019-11-20 22:52:28 +01:00