3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

5046 commits

Author SHA1 Message Date
Jan Tojnar 9c39154a96 lxterminal: wrap for GSettings schemas
Closes: https://github.com/NixOS/nixpkgs/issues/48657
2018-10-21 19:44:04 +02:00
Jörg Thalheim f0ccddb328
Merge pull request #48696 from bfortz/xmr-stak
xmr-stak: 2.5.0 -> 2.5.1
2018-10-21 18:38:58 +01:00
Frederik Rietdijk 86c7662be0 Merge staging-next into master 2018-10-21 08:37:30 +02:00
Jörg Thalheim 52ad76f074
Merge pull request #48747 from vlaci/master
kitty: fix locating libstartup-notification-1
2018-10-20 23:50:17 +01:00
Timo Kaufmann 0c7934017b
Merge pull request #48741 from uvNikita/todolist/upgrade
todolist: 0.8 -> 0.8.1
2018-10-20 20:44:45 +02:00
Vaskó László 2fdfa2115d kitty: fixing environment variable substituition in docs/Makefile
The previous substitutution only worked by accident as make requires
environment variables to be enclosed in curly brackets as shown in this
excerpt from the build output:
> PYTHONPATH=YTHONPATH:.. HOME=MPDIR/nowhere sphinx-build -M html "." "_build" -T

The substituition is moved to the existing patch file to simplify the
builder expression.
2018-10-20 20:42:23 +02:00
Vaskó László 1842c4aaa4 kitty: fix locating libstartup-notification-1
Startup notification doesn't work in recent versions of Kitty:
> Traceback (most recent call last):
>   File "/nix/store/3a3b0xd952gp8jw70k5kh3a4zhgzf0p7-kitty-0.12.3/bin/../lib/kitty/kitty/utils.py", line 216, in init_startup_notification
>     return init_startup_notification_x11(window_handle, startup_id)
>   File "/nix/store/3a3b0xd952gp8jw70k5kh3a4zhgzf0p7-kitty-0.12.3/bin/../lib/kitty/kitty/utils.py", line 201, in init_startup_notification_x11
>     return init_x11_startup_notification(display, window_handle, sid)
> OSError: Failed to load libstartup-notification-1.so with error: libstartup-notification-1.so: cannot open shared object file: No such file or directory

Apparently dispatching of startup notification has been moved to a C
binding in kitty 0.6.0 [1] so the substituion had to be modified to reflect
that. Without this fix Kitty still works except that window managers
which depend on startup notifications to be fired (e.g. Awesome)
cannot apply special placement rules.

The substitution mechanism is also changed to use a patch file to detect
this kind of mistakes in the future.

[1]: b08f4ab593
2018-10-20 20:40:54 +02:00
Nikita Uvarov 8659ff38a8
todolist: 0.8 -> 0.8.1 2018-10-20 11:32:30 +02:00
markuskowa 7a10601dc4
Merge pull request #48530 from r-ryantm/auto-update/chirp-daily
chirp: 20180906 -> 20181009
2018-10-20 11:26:16 +02:00
Frederik Rietdijk ca6ee8f519 Merge master into staging-next 2018-10-20 09:40:09 +02:00
Bernard Fortz e576406357 Merge remote-tracking branch 'upstream/master' into xmr-stak 2018-10-19 10:48:09 +02:00
Bernard Fortz 3768eed493 xmr-stak: 2.4.7 -> 2.5.1
Supports the latest monero hardfork.
2018-10-19 08:32:22 +02:00
markuskowa ff17dd2e11
Merge pull request #48513 from r-ryantm/auto-update/gpxsee
gpxsee: 5.18 -> 6.2
2018-10-18 23:44:02 +02:00
Frederik Rietdijk 8d8dc1fa34 Merge master into staging 2018-10-18 11:43:54 +02:00
Will Dietz d447f01ec6 gpa: 0.9.10 -> 0.10.0 (#48620)
https://lists.gnupg.org/pipermail/gnupg-announce/2018q4/000430.html
2018-10-17 16:49:39 +02:00
Samuel Dionne-Riel 2ed287720e
Merge pull request #48301 from rnhmjoj/monero
Update Monero for upcoming hard fork
2018-10-17 09:39:33 -04:00
Robert Schütz 695156e1f5 pdfpc: 4.1.2 -> 4.2.1 2018-10-17 15:08:52 +02:00
Frederik Rietdijk 89349fdae9 Merge staging-next into staging 2018-10-17 08:36:28 +02:00
R. RyanTM e58816bcc6 googler: 3.7 -> 3.7.1 (#48508)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/googler/versions
2018-10-16 18:12:59 +02:00
Jörg Thalheim 85a7e07592
Merge pull request #48526 from r-ryantm/auto-update/cherrytree
cherrytree: 0.38.5 -> 0.38.6
2018-10-16 16:13:48 +01:00
R. RyanTM ba13869c29 chirp: 20180906 -> 20181009
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chirp-daily/versions
2018-10-15 23:51:17 -07:00
R. RyanTM f890eb9e3b cherrytree: 0.38.5 -> 0.38.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cherrytree/versions
2018-10-15 23:28:46 -07:00
R. RyanTM 93744da882 gpxsee: 5.18 -> 6.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gpxsee/versions
2018-10-15 22:15:54 -07:00
Linus Heckemann ad85b9a9f8
Merge pull request #48095 from teto/apvlv
[RDY] apvlv: add .desktop file
2018-10-15 11:37:30 +02:00
Matthieu Coudron 7d20acdbcd apvlv: add .desktop file 2018-10-15 18:00:37 +09:00
Silvan Mosberger 67a99a8bf6
Merge pull request #47559 from t184256/add-omegat
omegat: init at 4.1.5.2
2018-10-15 08:20:20 +02:00
Will Dietz e4c54f1cc8 termdown: 1.11.0 -> 1.14.1 (#48443) 2018-10-15 08:14:26 +02:00
xeji d3086b71fc
Merge pull request #48441 from samueldr/auto/dbeaver/nixpkgs-unstable/5.2.2
dbeaver: 5.2.1 -> 5.2.2
2018-10-15 08:09:17 +02:00
Samuel Dionne-Riel 22c12da8aa dbeaver: 5.2.1 -> 5.2.2 2018-10-14 20:36:25 -04:00
R. RyanTM 45988d0d30
josm: 14178 -> 14289
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/josm/versions
2018-10-14 23:15:40 +02:00
Alexander Sosedkin 9835631050 omegat: init at 4.1.5.2
OmegaT is a Computer-Assisted Translation tool written in Java.
This derivation doesn't build it from source, but rather downloads
a 'Cross-platform without JRE' zip file.
I took the liberty of shorting the upstream version naming of
"4.1.5 update 2 Beta" to a more concise "4.1.5.2".
2018-10-15 03:53:02 +07:00
R. RyanTM cce05bfb08 mdp: 1.0.14 -> 1.0.15 (#48399)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mdp/versions
2018-10-14 17:18:52 +02:00
volth f65dfb3caf buildPerlPackage -> perlPackages.buildPerlPackage 2018-10-14 09:10:41 +02:00
R. RyanTM 2bd753b98c workrave: 1.10.21 -> 1.10.23
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/workrave/versions
2018-10-14 09:03:47 +02:00
R. RyanTM 72283489f2 sigal: 1.4.0 -> 1.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sigal/versions
2018-10-14 09:00:23 +02:00
R. RyanTM 0c667e8ba7 khal: 0.9.9 -> 0.9.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/khal/versions
2018-10-14 08:59:45 +02:00
Florian Klink fc3e172170
Merge pull request #46579 from apeyroux/masterpdfeditor-5112-to-5136
masterpdfeditor: 5.1.12 -> 5.1.60
2018-10-13 23:31:34 +02:00
Jörg Thalheim 2993047f4a
Merge pull request #47600 from shreyanshk/master
hugo: helpers/content.go: call rst2html directly to render content
2018-10-13 22:16:50 +01:00
Alexandre Peyroux 27298d378f
masterpdfeditor: 5.1.36 -> 5.1.60 2018-10-13 20:47:37 +02:00
Alexandre Peyroux 63b897a473
masterpdfeditor: use qtbase.qtPluginPrefix #44047 2018-10-13 20:47:29 +02:00
R. RyanTM dee07afe96 urh: 2.2.4 -> 2.3.0 (#47715)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urh/versions
2018-10-13 14:44:31 +02:00
Matthias Beyer b73579e5f1 taskell: init at 1.3.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Suggested-by: Profpatsch <mail@profpatsch.de>
2018-10-13 12:37:56 +02:00
rnhmjoj 6dc4ae5eb2
xmr-stak: 2.4.7 -> 2.5.0 2018-10-13 03:02:10 +02:00
xeji 0efb6e3e38
Merge pull request #48291 from markuskowa/licenses-20
Add licenses
2018-10-13 00:29:05 +02:00
R. RyanTM 89e38721a4 xdgmenumaker: 1.4 -> 1.5 (#47708)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xdgmenumaker/versions
2018-10-12 23:04:26 +02:00
Markus Kowalewski f830ab1196
airspy: fix license 2018-10-12 21:37:52 +02:00
Renaud 5eb7ca4e5d
pwsafe: 0.99BETA -> 1.06BETA (#48003)
pwsafe: add c0bw3b as maintainer
2018-10-12 19:04:09 +02:00
Shreyansh Khajanchi d4f88f1d0c hugo: apply upstream patch to call rst2html directly on Nix
Initially, rst2html was called via the python interpreter which would
fail if the script was wrapped in a launcher as on NixOS.
2018-10-12 17:39:58 +05:30
Jörg Thalheim b6d5930c24
Merge pull request #48203 from Mic92/alacritty
alacritty: 0.2.0 -> 0.2.1
2018-10-11 11:13:11 +01:00
Edmund Wu 1c0c0cb7c9 glava: 1.5.1 -> 1.5.5 (#48086) 2018-10-11 11:53:41 +02:00