3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

17999 commits

Author SHA1 Message Date
Joachim Fasting f2cf8ffdcb
torbrowser: hard-code path to wrapper in desktop file 2017-03-26 17:08:00 +02:00
Joachim Fasting 2ad44935f1
torbrowser: correct internal note about geoip 2017-03-26 17:07:53 +02:00
Thomas Tuegel 8b50f4c990 Merge pull request #24299 from ttuegel/master--drop-qt-5.7
Drop Qt 5.5 and Qt 5.7 from master
2017-03-26 09:18:38 -05:00
Christine Koppelt 9d18de5f88 spark: 1.6.0 ->1.6.3 2017-03-26 16:07:21 +02:00
Dmitry Kalinkin 7035325c62 citrix-receiver: fix wrapper, direct dl url, $PWD needs escaping
(edited by @obadz, closes #24320)
2017-03-26 14:28:54 +01:00
Joachim F 61c43a0f86 Merge pull request #24342 from WilliButz/master
spotify: 1.0.49.125.g72ee7853-111 -> 1.0.52.717.g2f08534a-47
2017-03-26 09:31:00 +01:00
Cray Elliott 7bd73bdba3 obs-studio: use upstream crash fixes, drop patch 2017-03-25 21:08:08 -07:00
Willi Butz 3c090f0e5a
spotify: 1.0.49.125.g72ee7853-111 -> 1.0.52.717.g2f08534a-47 2017-03-26 01:13:11 +01:00
Jörg Thalheim 5e0cbbbdb6
keepassx-community: 2.1.2 -> 2.1.3
fixes https://github.com/NixOS/security/issues/105
2017-03-25 21:39:22 +01:00
Pascal Wittmann 827d48e6b3 Merge pull request #24321 from rbasso/exercism-2.4.0
exercism: 2.3.0 -> 2.4.0
2017-03-25 21:08:05 +01:00
Pascal Wittmann 80b7cdfb31 Merge pull request #24276 from jluttine/yadm-1.07
yadm: 1.05 -> 1.07
2017-03-25 21:06:48 +01:00
Michael Raskin 7b706900e7 graphicsmagick: patch for CVE-2017-6335 2017-03-25 21:04:08 +01:00
Franz Pletz b00cfd49d5
irssi: 1.0.1 -> 1.0.2 for CVE-2017-7191
See https://irssi.org/security/irssi_sa_2017_03.txt.
2017-03-25 20:44:16 +01:00
Cillian de Róiste e3938c8e31 drumkv1: 0.8.0 -> 0.8.1 2017-03-25 17:04:44 +01:00
Cillian de Róiste 65593e64c4 drumgizmo: 0.9.11 -> 0.9.12 2017-03-25 16:58:26 +01:00
Joachim F 69a169ef12 Merge pull request #24313 from womfoo/bump/iterm2-3.0.14
iterm2: 3.0.4 -> 3.0.14 + fix build
2017-03-25 16:46:42 +01:00
Thomas Tuegel 9125bab708
dropbox: use vendored Qt 5 libraries 2017-03-25 10:14:51 -05:00
Tim Steinbach 5c841654d8 Merge pull request #24323 from NeQuissimus/git_2_12_2
git: 2.12.0 -> 2.12.2
2017-03-25 11:00:42 -04:00
Joachim Fasting ecd0e1a2c7
torbrowser: reduce risk of stale Nix store references
This patch restructures the expression and wrapper to minimize Nix store
references captured by the user's state directory.

The previous version would write lots of references to the Nix store into
the user's state directory, resulting in synchronization issues between
the Store and the local state directory.  At best, this would cause TBB to
stop working when the version used to instantiate the local state was
garbage collected; at worst, a user would continue to use the old version
even after an upgrade.

To solve the issue, hard-code as much as possible at the Store side and
minimize the amount of stuff being copied into the local state dir.
Currently, only a few files generated at firefox startup and fontconfig
cache files end up capturing store paths; these files are simply removed
upon every startup.  Otherwise, no capture should occur and the user
should always be using the TBB associated with the tor-browser wrapper
script.

To check for stale Store paths, do
   `grep -Ero '/nix/store/[^/]+' ~/.local/share/tor-browser`
This command should *never* return any other store path than the one
associated with the current tor-browser wrapper script, even after an
update (assuming you've run tor-browser at least once after updating).
Deviations from this general rule are considered bugs from now on.

Note that no attempt has been made to support pluggable transports; they
are still broken with this patch (to be fixed in a follow-up patch).

User visible changes:
- Wrapper retains only environment variables required for TBB to work
- pulseaudioSupport can be toggled independently of mediaSupport (the
  latter weakly implies the former).
- Store local state under $TBB_HOME.  Defaults to $XDG_DATA_HOME/tor-browser
- Stop obnoxious first-run stuff (NoScript redirect, in particular)
- Set desktop item GenericName to Web Browser

Some minor enhancements:
- Disable Hydra builds
- Specify system -> source mapping to make it easier to
  extend supported platforms.
2017-03-25 15:59:18 +01:00
rbasso 97ca8d1105 exercism: 2.3.0 -> 2.4.0 2017-03-25 23:43:12 +09:00
Tim Steinbach 10725a6329
git: 2.12.0 -> 2.12.2 2017-03-25 10:25:54 -04:00
Thomas Tuegel e6dc95697a
rapcad: pin to Qt 5.6 2017-03-25 09:23:52 -05:00
Thomas Tuegel bb99babc5a
Remove zoom-us
This package needs maintenance, but has no maintainer: proprietary Qt-based
packages should use the vendor-provided Qt libraries.
2017-03-25 08:58:58 -05:00
Franz Pletz 160fd7231e
virt-manager: needs file for building translations 2017-03-25 14:57:45 +01:00
Thomas Tuegel f77e6d03e9
openshot-qt: correct packaging errors and pin to Qt 5.6 2017-03-25 08:49:40 -05:00
Thomas Tuegel 5044ceb7e7
rapcad: broken on Qt 5.6 2017-03-25 08:49:39 -05:00
Thomas Tuegel 299c842df2
qgroundcontrol: broken on Qt 5.6 2017-03-25 08:49:39 -05:00
Thomas Tuegel 84ed473763
notepadqq: correct packaging errors and pin to Qt 5.6 2017-03-25 08:49:39 -05:00
Thomas Tuegel b33d0129ee
musescore: broken with Qt 5.6 2017-03-25 08:49:38 -05:00
Thomas Tuegel d839b85947
cutegram: broken with Qt 5.6 2017-03-25 08:49:38 -05:00
Robin Gloster 4f9e590c06
gitkraken: clean-up 2017-03-25 12:52:01 +01:00
Joachim Fasting 101cb04b6a
surf-webkit2: 2017-03-06 -> 2017-03-22
Fixes a race condition
2017-03-25 11:58:30 +01:00
Kranium Gikos Mendoza f6c9121d32 iterm2: 3.0.4 -> 3.0.14 2017-03-25 21:03:58 +11:00
Tuomas Tynkkynen 186cc512a6 freicoin: Fix eval 2017-03-25 02:12:14 +02:00
Joachim F 872a15a0ba Merge pull request #24301 from winniequinn/gitkraken-2.2.1
gitkraken: 2.2.0 -> 2.2.1
2017-03-25 00:14:08 +01:00
Joachim F 550459c11f Merge pull request #24284 from Ma27/update-geogebra
geogebra: 5-0-338-0 -> 5-0-346-0
2017-03-24 23:51:12 +01:00
Michael Raskin 0aa11219b5 Merge pull request #24224 from ndowens/freicoin
freicoin: 0.8.3-1 -> 0.8.6-2; Moved to correct category
2017-03-24 23:42:52 +01:00
Leon Isenberg acb3135613 emacsMacport: correct description 2017-03-24 22:58:32 +01:00
Michael Raskin 6bdf8cc015 Merge pull request #24300 from winniequinn/vscode-1.10.2
vscode: 1.10.0 -> 1.10.2
2017-03-24 22:42:35 +01:00
Winnie Quinn 8c2f986ed1 gitkraken: 2.2.0 -> 2.2.1 2017-03-24 17:31:41 -04:00
Maximilian Bosch 9787b2b808
geogebra: 5-0-338-0 -> 5-0-346-0 2017-03-24 22:16:57 +01:00
Maximilian Bosch bde3acbd2a
idea.phpstorm: 2016.3.2 -> 2017.1 2017-03-24 22:16:40 +01:00
Winnie Quinn 1b4151b12f vscode: 1.10.0 -> 1.10.2
In addition to the version bump, this also fixes a broken install phase
on macOS. The install now completes properly on macOS 10.12 and
"bin/code" is now correctly linked to the binary within the bundle.
2017-03-24 16:48:24 -04:00
Vladimír Čunát 455ce3528c
Merge branch 'staging' 2017-03-24 21:07:55 +01:00
ndowens bc4dc9cb75 codeblocks: 13.12 -> 16.01
(@7c6f434c) move the buildInputs missed in the initial version to
nativeBuildInputs, too.

Pushed instead of #24074
2017-03-24 17:49:30 +01:00
Peter Hoeg 317734f99c speedcrunch: stick to qt 5.7 as 5.8 is broken 2017-03-25 00:39:30 +08:00
ndowens c86f005137 direwolf: 1.2 -> 1.3
alaLib as optional

Remove extra stdenv.lib

(@7c6f434c) fixed a typo - pushing instead of #24105
2017-03-24 17:27:59 +01:00
Michael Raskin a7cb6997aa bitcoin-classic: 1.2.1 -> 1.2.3
Update after #23577
2017-03-24 16:59:24 +01:00
ndowens a23b18cfb8 bitcoin-classic: 0.11.2.cl1.b1 -> 1.2.1 2017-03-24 16:59:24 +01:00
Thomas Tuegel 39fdbbb71e
Merge branch 'master--plasma-5' 2017-03-24 10:39:30 -05:00
Michael Raskin 26fe842ec5 Merge pull request #24221 from ndowens/gogs
gogs: 0.9.113 -> 0.10.18
2017-03-24 16:28:05 +01:00
Eric Litak 92a8c86647 sox: added enableLibpulseaudio option 2017-03-24 07:55:04 -07:00
Thomas Tuegel e44cd00c2a
sddm: fix wrapper
When I reduced the closure size, I broke the built-in theme. When I reverted
that fix, the built-in theme worked but the Plasma theme was broken. Now the
wrapper is fixed so that both themes work.
2017-03-24 09:46:05 -05:00
Nikolay Amiantov 8c98df0136 octoprint-plugins.m33-fio: fix incompatibility with new OctoPrint 2017-03-24 15:47:33 +03:00
Jiri Danek da13619591 idea-community: 2016.3.5 -> 2017.1 2017-03-24 12:46:19 +01:00
Jaakko Luttinen fb292118f8 yadm: 1.05 -> 1.07 2017-03-24 11:07:26 +02:00
ndowens 82624cbb9a Merge pull request #24235 from ndowens/gpscorrelate
gpscorrelate: 1.6.0 -> 1.6.1
2017-03-23 20:00:49 -05:00
Thomas Tuegel 8e3d3b5328
Revert "sddm: propagate qtbase input"
This reverts commit 3de6ccd5b2.
2017-03-23 19:20:24 -05:00
Peter Hoeg 7833436098 kodi: 17.0 -> 17.1 2017-03-24 08:19:16 +08:00
romildo b1a9bcfb16 awesome: menubar should take XDG_HOME_DIR and XDG_DATA_DIRS into account 2017-03-23 17:52:18 +01:00
ndowens bf7847ec7c galculator: 2.1.3 -> 2.1.4 (#24230) 2017-03-23 15:00:32 +00:00
Vladimír Čunát c1a9dc3d37
Merge branch 'master' into staging 2017-03-23 13:31:28 +01:00
Joachim Fasting a49df2a894
tribler: fixup revision
Using `rev = "v${revision}"` results in a "bad reference" error;
use the plain revision instead.
2017-03-23 12:55:57 +01:00
Joachim F 29a2978fdf Merge pull request #24227 from ebzzry/emem-0.2.47
emem: 0.2.46 -> 0.2.47
2017-03-23 11:58:16 +01:00
Joachim F 3d610bbb39 Merge pull request #24233 from ndowens/gpa
gpa: 0.9.9 -> 0.9.10
2017-03-23 11:58:07 +01:00
Vladimír Čunát 50d6617e87
Merge #24232: gkrellm: 2.3.5 -> 2.3.10 2017-03-23 11:53:08 +01:00
Vladimír Čunát 817d8a671c
gkrellm: fix homepage 2017-03-23 11:52:37 +01:00
Vladimír Čunát e0bf35f0e5
Merge #24236: remove bbenoist from maintainers 2017-03-23 08:49:03 +01:00
Peter Hoeg c6c92a1d04 terraform: only run tests from 0.9.0 onwards 2017-03-23 15:01:57 +08:00
Michael Raskin 5e0d0f4944 Merge pull request #24234 from ndowens/master
gphoto2: 2.5.8 -> 2.5.11
2017-03-23 07:22:44 +01:00
Michael Raskin e77d1aaca2 Merge pull request #24231 from ndowens/getiplayer
get_iplayer: 2.97 -> 2.99
2017-03-23 07:20:09 +01:00
Rommel M. Martinez e68eeb29ae emem: 0.2.46 -> 0.2.47 2017-03-23 11:04:08 +08:00
ndowens 39c39f2cbf gpscorrelate: 1.6.0 -> 1.6.1 2017-03-22 21:25:03 -05:00
Baptist BENOIST 7d72b9b74e Remove bbenoist from maintainers
Sorry guys but I did not used Nix since months and cannot spend time
maintaining my previous work...
2017-03-23 03:03:04 +01:00
ndowens 89e2a4c390 gphoto2: 2.5.8 -> 2.5.11 2017-03-22 20:52:41 -05:00
ndowens 2477196fb1 gpa: 0.9.9 -> 0.9.10 2017-03-22 20:44:55 -05:00
ndowens 5fbdb796cd gkrellm: 2.3.5 -> 2.3.10 2017-03-22 20:35:44 -05:00
ndowens bd0f070b98 get_iplayer: 2.97 -> 2.99 2017-03-22 20:27:43 -05:00
Joachim Fasting c6322a28d4
electrum: 2.8.1 -> 2.8.2
Release 2.8.2
  * show paid invoices in history tab
  * improve CPFP dialog
  * fixes for trezor, keepkey
  * other minor bugfixes
https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES
2017-03-23 01:03:06 +01:00
ndowens 375639518d freicoin: 0.8.3-1 -> 0.8.6-2; Moved to correct category 2017-03-22 17:46:41 -05:00
Michael Raskin 3878242ed0 Merge pull request #24222 from ndowens/recoll
recoll: 1.21.3 -> 1.23.1
2017-03-22 23:22:10 +01:00
ndowens c9bcbaa75a recoll: 1.21.3 -> 1.23.1 2017-03-22 17:14:30 -05:00
ndowens bab3594b54 gogs: 0.9.113 -> 0.10.18 2017-03-22 16:52:52 -05:00
Richard Lupton 8eb87d0f1a
kubernetes-helm: 2.1.3 -> 2.2.3 2017-03-22 21:34:29 +00:00
Michael Raskin 017332fb74 Merge pull request #24212 from FlorentBecker/pijul33
Pijul 0.3.3
2017-03-22 17:46:26 +01:00
Florent Becker 20542a2028 pijul: 0.3 -> 0.3.3 2017-03-22 17:26:04 +01:00
Michael Raskin 47183c813e golly-beta: init at 2.9b2 to test GL issues 2017-03-22 17:02:55 +01:00
Robin Gloster 8869816ed2 Merge pull request #24202 from xvapx/upgrade/tribler-v7.0.0-beta
tribler: from 6.4.3 to 7.0.0-beta
2017-03-22 15:34:52 +01:00
Marti Serra ad75bffb06
tribler: from 6.4.3 to 7.0.0-beta
removed old unused dependencies,
changed enablePlayer to true by default,
added myself as maintainer.
2017-03-22 15:34:24 +01:00
Franz Pletz bfb7890fa0 Merge pull request #24191 from jbedo/bedtools
bedtools: fix clang build
2017-03-22 15:30:19 +01:00
Piotr Bogdan 77b5d22df3 gmtp: init at 1.3.10 (#24178) 2017-03-22 15:20:16 +01:00
Rommel M. Martinez a453aa0033 emem: 0.2.45 -> 0.2.46 2017-03-22 15:08:30 +01:00
Thomas Tuegel 3de6ccd5b2
sddm: propagate qtbase input 2017-03-22 07:44:55 -05:00
Eelco Dolstra f0875982d1 Merge pull request #24203 from layus/nix-ssl-cert-file
git, curl, openssl: Refactor $NIX_SSL_CERT_FILE handling
2017-03-22 13:40:57 +01:00
Michael Raskin d2cd304ad7 oneteam: remove 2017-03-22 13:19:38 +01:00
Michael Raskin ede70972a4 oneteam: fix fixable problems, mark broken as it fell behind Firefox too much 2017-03-22 13:19:38 +01:00
Guillaume Maudoux 525a663174 curl, git: Fix curl default CA, let git use it
Improve patching of curl to use NIX_SSL_CERT_FILE as default CA
Remove patches from git, as git uses curl and passes its environment
variables to curl.
2017-03-22 11:22:53 +01:00
Michael Raskin 632e6e75a4 Merge pull request #24188 from bendlas/update-chromium
chromium: 57.0.2987.98 -> 57.0.2987.110
2017-03-22 08:54:26 +01:00
Vincent Laporte 09e814c681 proofgeneral_HEAD: Bump 2017-03-22 01:36:35 +00:00
Justin Bedo 56aeb271c9
bedtools: fix clang build 2017-03-22 12:00:24 +11:00
Herwig Hochleitner 92985364e1 chromium: 57.0.2987.98 -> 57.0.2987.110 2017-03-22 01:17:17 +01:00
Robin Gloster c5f818f74d
elvis: fix build 2017-03-22 00:45:39 +01:00
Michael Raskin 395af825a0 Merge pull request #24181 from ndowens/feh
feh: Remove un-needed libPath
2017-03-21 23:11:26 +01:00
ndowens 41abf78fc0 tnef: 1.4.12 - > 1.4.14; Advisory X41-2017-004 2017-03-21 16:56:01 -05:00
ndowens 6b9471f32b feh: Remove un-needed libPath 2017-03-21 16:27:55 -05:00
jansol f9e688e8a1 renderdoc: init at version 0.34pre (#23769)
* renderdoc: init at version 0.34pre

Initialising a few commits after the latest release due to some upstream
improvements to the build system.

* fix maintainer
2017-03-21 21:36:26 +01:00
Jörg Thalheim da1e8e139f Merge pull request #24151 from volth/far2l
far2l: init at 2.1
2017-03-21 21:17:40 +01:00
Nikolay Amiantov d3e2957c90 octoprint: 1.3.1 -> 1.3.2
Fix startup wizard and cleanup dependencies.
2017-03-21 20:22:27 +03:00
Jörg Thalheim a916417f1a Merge pull request #24173 from chris-martin/pr/idea-community-2016-3-5-b
idea-community: 2016.3.4 -> 2016.3.5
2017-03-21 18:17:22 +01:00
Chris Martin a1b7dd62d4 idea.idea-community: 2016.3.4 -> 2016.3.5 2017-03-21 12:27:37 -04:00
Jörg Thalheim dd13d24e30
gpodder: add myself as maintainer 2017-03-21 17:12:55 +01:00
Jörg Thalheim a3bce1b041
gpodder: 3.9.1 -> 3.9.3 2017-03-21 17:06:10 +01:00
Volth f646d16064 far2l: init at 2.1 2017-03-21 15:23:38 +00:00
Pascal Wittmann 5bcbffe0dc Merge pull request #24165 from HeeL/init-party-parrot
terminal-parrot: init at 1.1.0
2017-03-21 14:52:48 +01:00
HeeL b27b83eff7 terminal-parrot: init at 1.1.0 2017-03-21 14:16:15 +01:00
Joachim F 7993767565 Merge pull request #24159 from mdorman/emacs-updates
Automated emacs package updates: 2017-03-20
2017-03-21 14:13:08 +01:00
Pascal Wittmann e1ac3a99df pdfpc: 4.0.5 -> 4.0.6 2017-03-21 13:55:48 +01:00
Pascal Wittmann a20fa00de7 fbida: add dependency to lirc 2017-03-21 13:39:52 +01:00
Pascal Wittmann 8aacf212ed fbida: 2.12 -> 2.13 2017-03-21 13:36:35 +01:00
Franz Pletz 219e91b4c6
gitlab: add rake task to delete tokens
The information disclosure was caued by CVE-2017-0882.
2017-03-21 13:16:54 +01:00
Franz Pletz 29f57ac447
gitlab: 8.16.6 -> 8.17.4 for CVE-2017-0882 2017-03-21 13:16:31 +01:00
Frederik Rietdijk 94eb74eaad Merge remote-tracking branch 'upstream/master' into HEAD 2017-03-21 13:04:37 +01:00
Frederik Rietdijk 3760c8c7fd Python: replace mkPythonDerivation with buildPythonPackage and format="other";
This way all Python packages use the same function,
`buildPythonPackage`.
2017-03-21 13:01:49 +01:00
Michael Alan Dorman 06795f757d melpa-packages: 2017-03-20 2017-03-21 07:01:57 -04:00
Michael Alan Dorman 2126246bff melpa-stable-packages: 2017-03-20 2017-03-21 07:01:57 -04:00
Michael Alan Dorman b71b1b6e9a elpa-packages: 2017-03-20 2017-03-21 07:01:56 -04:00
Peter Hoeg b9f56c9f49 handbrake: force link libx265 2017-03-21 18:28:50 +08:00
volth 4e749683e6 virt-manager: 1.4.0 -> 1.4.1 (#24149) 2017-03-21 10:20:55 +01:00
Dan Peebles 7ad3fd7ca7 neuron: fix on clang 3.8 and above
This is in preparation for upgrading Darwin stdenv to LLVM 4
2017-03-21 01:00:18 -04:00
Eric Sagnes add75b63c8 j4-dmenu-desktop: 2.14 -> 2.15 (#24119) 2017-03-21 04:41:22 +01:00
Peter Hoeg 497b34cb7c qtox: 1.8.1 -> 1.9.0 2017-03-21 10:04:27 +08:00
Peter Hoeg 1cd8addae1 syncthing: 0.14.24 -> 0.14.25 2017-03-21 09:44:13 +08:00
ndowens 7a130be3e4 bitcoin-xt: 0.11D -> 0.11F (#23581) 2017-03-20 22:20:37 +01:00
Eelco Dolstra f6c73f1e37
subversion: Clean up more *.la files
This removes some -dev paths from the closure of subversionClient and
gitFull.
2017-03-20 17:31:10 +01:00
Shea Levy 853d01fe41 terraform: disable tests on old versions 2017-03-20 12:18:04 -04:00
Robin Gloster 07252dc83b
virtualbox: 5.1.14 -> 5.1.18 2017-03-20 16:05:20 +01:00
Joachim F 2bfc30ca12 Merge pull request #24120 from ericsagnes/pkg-update/albert
albert: 0.9.4 -> 0.10.0
2017-03-20 15:58:38 +01:00
Eelco Dolstra 8150455f6a Merge pull request #23989 from rnhmjoj/firefox-alsa
firefox: reenable ALSA backend
2017-03-20 14:59:32 +01:00
Franz Pletz 7b27e1c3c9
wireshark: 2.2.4 -> 2.2.5 for multiple CVEs
Fixes:

  * CVE-2017-5596
  * CVE-2017-5597
  * CVE-2017-6467
  * CVE-2017-6468
  * CVE-2017-6469
  * CVE-2017-6470
  * CVE-2017-6471
  * CVE-2017-6472
  * CVE-2017-6473
  * CVE-2017-6474
2017-03-20 14:43:15 +01:00
Domen Kožar c3c9412c7d
git, openssl, curl: Respect $NIX_SSL_CERT_FILE
Slightly modified version of 942dbf89c6
2017-03-20 14:11:20 +01:00
Domen Kožar f5581d0221 Merge pull request #24113 from FlorentBecker/the_return_of_pijul
Reintroduce pijul (at 0.3.0)
2017-03-20 14:03:58 +01:00
Eric Sagnes 428a6ddf4f albert: 0.9.4 -> 0.10.0 2017-03-20 21:48:38 +09:00
Pascal Wittmann 8d721e2910 Merge pull request #24118 from mimadrid/update/yed-3.17
yed: 3.16.2.1 -> 3.17
2017-03-20 13:06:05 +01:00
mimadrid 596e10c236
yed: 3.16.2.1 -> 3.17 2017-03-20 11:40:32 +01:00
2chilled a3b3a7ffb1 rawtherapee: 5.0-r1 -> 5.0-r1 with gtk3 support (#22911) 2017-03-20 11:39:53 +01:00
Peter Hoeg 6c0569e389 terraform: 0.9.0 -> 0.9.1 2017-03-20 17:28:42 +08:00
Florent Becker ea80c91bd3 pijul: init at 0.3.0 (re-init) 2017-03-20 10:27:38 +01:00
Victor Calvert 6e587c29dc src: wrap to properly resolve rcs at runtime 2017-03-20 00:55:41 -04:00
Victor Calvert bae9315a33 src: 1.11 -> 1.12 2017-03-20 00:55:41 -04:00
ndowens 8cbbba6b33 Merge pull request #24103 from ebzzry/emem-0.2.45
emem: 0.2.44 -> 0.2.45
2017-03-19 21:35:30 -05:00
Rommel M. Martinez 8cf11d9c1c emem: 0.2.44 -> 0.2.45 2017-03-20 09:24:10 +08:00
ndowens 0f1297ed8c Merge pull request #24102 from ndowens/copyq
copyq: 2.5.0 -> 2.9.0
2017-03-19 20:13:21 -05:00
ndowens 4c25a47cbd copyq: 2.5.0 -> 2.9.0 2017-03-19 20:12:46 -05:00
ndowens cc161e6667 Merge pull request #24100 from ndowens/devilspie2
devilspie2: 0.39 -> 0.42
2017-03-19 20:03:25 -05:00
ndowens baf07b580c devilspie2: 0.39 -> 0.42 2017-03-19 20:02:30 -05:00
ndowens e4a205a0d1 Merge pull request #24092 from ebzzry/emem-0.2.44
emem: 0.2.43 -> 0.2.44
2017-03-19 19:52:28 -05:00
ndowens 5f2ada853e Merge pull request #24098 from ndowens/sigil
sigil: 0.9.6 -> 0.9.7
2017-03-19 19:39:05 -05:00
ndowens 00cc586f6f sigil: 0.9.6 -> 0.9.7 2017-03-19 19:37:21 -05:00
ndowens 7d3d0ff0a0 Merge pull request #24097 from ndowens/chirp
chirp: 20161018 -> 20170311
2017-03-19 19:24:48 -05:00
ndowens c2630d203e chirp: 20161018 -> 20170311 2017-03-19 19:23:57 -05:00
ndowens 103c918d71 Revert "chirp: 20161018 -> 20170311" 2017-03-19 19:14:20 -05:00
ndowens 431d252423 Merge pull request #24094 from ndowens/chirp
chirp: 20161018 -> 20170311
2017-03-19 19:12:04 -05:00
ndowens ed64de6295 chirp: 20161018 -> 20170311 2017-03-19 19:11:24 -05:00
Joachim F 12e0e67ed0 Merge pull request #23903 from mbrgm/upgrade-inspectrum
inspectrum: 20160403 -> 20170218
2017-03-20 01:06:31 +01:00
Rommel M. Martinez 86c173cd02 emem: 0.2.43 -> 0.2.44 2017-03-20 07:53:28 +08:00
ndowens a289b03412 Merge pull request #24088 from ndowens/tiled
tiled: 0.17.0 -> 0.18.2
2017-03-19 18:37:26 -05:00
ndowens c5ce21ec80 tiled: 0.17.0 -> 0.18.2 2017-03-19 18:34:46 -05:00
ndowens 86571294f5 calcurse: 4.0.0 -> 4.2.2 2017-03-19 18:32:47 -05:00
Tim Steinbach 4385a67ef2 Merge pull request #24079 from ndowens/nano
nano: 2.7.3 -> 2.7.5
2017-03-19 18:31:06 -04:00
ndowens ed2c0a8328 Merge pull request #24084 from ndowens/scite
scite: 3.3.7 -> 3.7.3; Cosmetic changes
2017-03-19 17:29:01 -05:00
ndowens e27a85709d scite: 3.3.7 -> 3.7.3; Cosmetic changes 2017-03-19 17:28:35 -05:00
ndowens 981313fd30 Merge pull request #24083 from ndowens/nedit
nedit: 5.6a -> 5.7
2017-03-19 17:19:42 -05:00
ndowens 8ab037e0b5 nedit: 5.6a -> 5.7 2017-03-19 17:18:26 -05:00
Daiderd Jordan 52c6d6770f Merge pull request #24050 from shanemikel/package_htmldoc
htmldoc: add darwin support
2017-03-19 22:39:36 +01:00
ndowens 685ac5287b nano: 2.7.3 -> 2.7.5 2017-03-19 16:36:48 -05:00
ndowens 6ceabb62e2 Merge pull request #24076 from ndowens/mg
mg: 20110905 -> 20161005;
2017-03-19 16:31:58 -05:00
ndowens d6114f6c6b mg: 20110905 -> 20161005; Remove un-needed configure patch
mg: 20110905 -> 20161005
2017-03-19 16:31:14 -05:00
ndowens 4f2a2898f8 Merge pull request #24075 from ndowens/joe
joe: 4.2 -> 4.4
2017-03-19 15:42:10 -05:00
ndowens 876dead5b6 joe: 4.2 -> 4.4 2017-03-19 15:41:35 -05:00
Jörg Thalheim 09a94458d3
bevelbar: remove unnessary makeFlags 2017-03-19 20:47:25 +01:00
Jörg Thalheim 5252178b01 Merge pull request #24073 from neeasade/add-colort
colort: add maintainer
2017-03-19 20:41:52 +01:00
Nathan Isom 9ec0e9676f bevelbar: init at 16.11 (#24072)
* bevelbar: init at 16.11

* bevelbar: use fetchFromGitHub
2017-03-19 20:41:17 +01:00
neeasade a4e736e2d1 colort: add maintainer 2017-03-19 14:40:03 -05:00
ndowens 13447dde55 Merge pull request #24067 from frlan/Update/Geany/1.30.1
Geany: 1.30 -> 1.30.1
2017-03-19 14:03:58 -05:00
Jörg Thalheim f66e06a828
leocad: remove unnessary patches 2017-03-19 19:18:32 +01:00
ndowens 6b71f32fb5 Move intltool to nativeBuildInputs 2017-03-19 13:15:40 -05:00
ndowens 9fae97b719 Update default.nix
Cosmetic change
2017-03-19 13:02:08 -05:00
Franz Pletz 2baf0a568a
owncloud-client: build with qt5 instead of qt4 2017-03-19 18:44:50 +01:00
ndowens 736ee61442 dashpay: 0.12.055 -> 0.12.1.3 (#23761)
- fixed mistype
- Cosmetic change; camelCase
- removed gui option, causes build issue
- cmake flag issue fixed
2017-03-19 18:41:36 +01:00
Frank Lanitz 01f706b30b Geany: 1.30 -> 1.30.1 2017-03-19 18:39:39 +01:00
Joachim F 575cf2e17f Merge pull request #24035 from ndowens/leocad
leocad: 0.81 -> 17.02
2017-03-19 18:22:59 +01:00
Nathan Isom b82f3f6943 mpvc: init at unstable-2017-03-18 (#24037)
* mpvc: init at unstable-2017-03-18

* mpvc: simplify build

* mpvc: add maintainer
2017-03-19 18:17:52 +01:00
Daiderd Jordan 6653d9f812 Merge pull request #24048 from dhess/emacs-macport-fix
emacs25Macport: fix for new macOS 10.10 frameworks.
2017-03-19 18:15:12 +01:00
ndowens 26187da45c Merge pull request #24038 from ndowens/openimageio
openimageio: 1.6.11 -> 1.7.12
2017-03-19 12:12:40 -05:00
Drew Hess b800655639
emacs25Macport: fix for new macOS 10.10 frameworks.
See https://github.com/NixOS/nixpkgs/pull/23907#issuecomment-286627100.
2017-03-19 18:11:21 +01:00
ndowens de494f5842 Merge pull request #24060 from ndowens/awesomewm
awesomewm: 4.0 -> 4.1
2017-03-19 12:09:30 -05:00
Pascal Wittmann 23e1bcabd0 Merge pull request #24061 from danielfullmer/rclone-1.36
rclone: 1.35 -> 1.36
2017-03-19 17:12:37 +01:00
Daniel Fullmer 8e8302cc1f rclone: 1.35 -> 1.36 2017-03-19 11:56:59 -04:00
ndowens 6a851cde94 awesomewm: 4.0 -> 4.1 2017-03-19 10:26:22 -05:00
ndowens 20e62c3b76 Merge pull request #24030 from ndowens/fontmatrix
fontmatrix: Changed URL & homepage; they no longer exist
2017-03-19 10:03:34 -05:00
ndowens cb231786af Merge pull request #24033 from ndowens/glabels
glabels: 3.2.1 -> 3.4.0
2017-03-19 10:03:06 -05:00
ndowens 1b3dda03c7 Merge pull request #24022 from ndowens/shout
shout: 0.51.1 -> 0.53.0
2017-03-19 09:59:35 -05:00
Robin Gloster 9c7b771a6e
rapidsvn: fix build 2017-03-19 15:55:19 +01:00
Frederik Rietdijk a4e7e0d3c1 Merge pull request #24025 from ndowens/ahoviewer
ahoviewer: 1.4.6 -> 1.4.8
2017-03-19 15:06:44 +01:00
Frederik Rietdijk b1f7157675 Merge pull request #24024 from ndowens/alchemy
alchemy: 007 -> 008
2017-03-19 15:06:13 +01:00
Frederik Rietdijk 6405cb2ea9 Merge pull request #24034 from ndowens/jpegoptim
jpegoptim: 1.4.3 -> 1.4.4
2017-03-19 15:04:18 +01:00
Frederik Rietdijk 67a6eb6021 Merge pull request #24039 from ebzzry/emem-0.2.43
emem: 0.2.42 -> 0.2.43
2017-03-19 15:03:04 +01:00
ndowens 64a880faa6 djview: 4.10.5 -> 4.10.6 (#24029) 2017-03-19 14:40:15 +01:00
Daiderd Jordan de96020789 Merge pull request #24031 from neeasade/add-xrq
xrq: init at d5dc19c63881ebdd1287a02968e3a1447dde14a9
2017-03-19 14:14:12 +01:00
ndowens 705b2d9b66 feh: 2.18.1 -> 2.18.2 2017-03-19 10:45:52 +01:00
Michael Raskin d860d9aedf Merge pull request #24043 from ndowens/potrace
potrace: 1.13 -> 1.14
2017-03-19 09:59:18 +01:00
Benjamin Staffin 85af430be3 Merge pull request #24046 from ndowens/gthumb
gthumb: 3.4.4 -> 3.5.1
2017-03-19 03:47:10 -04:00
Benjamin Staffin 3effae81f1 Merge pull request #24044 from ndowens/pqiv
pqiv: 0.12 -> 2.8.3
2017-03-19 03:44:24 -04:00
Benjamin Staffin 3b762fb201 Merge pull request #24049 from ndowens/rapcad
rapcad: 0.9.5 -> 0.9.8
2017-03-19 03:42:54 -04:00
Benjamin Staffin 1fe9860958 Merge pull request #24041 from neeasade/add-colort
colort: init at unstable-2017-03-13
2017-03-19 03:41:29 -04:00
Benjamin Staffin 14d676dfcf
colort: PR tweaks 2017-03-19 03:39:40 -04:00
Benjamin Staffin e32d5a8f56 Merge pull request #24042 from romildo/upd.windowmaker
windowmaker: 0.95.7 -> 0.95.8
2017-03-19 03:33:38 -04:00
Shane Pearlman 63bd364cf9 htmldoc: add darwin support
I also added a long description and updated the homepage to point to
the author’s new github.io site.
2017-03-18 21:44:55 -07:00
ndowens ec85bdb6c6 rapcad: 0.9.5 -> 0.9.8 2017-03-18 22:39:18 -05:00
ndowens 8a8b80d289 gthumb: 3.4.4 -> 3.5.1 2017-03-18 21:52:04 -05:00
ndowens 237ac13370 pqiv: 0.12 -> 2.8.3 2017-03-18 21:20:23 -05:00
Daiderd Jordan 0f4d515834 Merge pull request #24027 from neeasade/add-meh
meh: init at 0.3
2017-03-19 03:17:52 +01:00
ndowens 56504fcb2c potrace: 1.13 -> 1.14 2017-03-18 21:11:39 -05:00
neeasade 78a0bdfa98 meh: init at unstable-2015-04-11 2017-03-18 21:11:22 -05:00
romildo afcea0c27a windowmaker: 0.95.7 -> 0.95.8 2017-03-18 23:08:14 -03:00
neeasade 9eed726b4f colort: init at unstable-2017-03-13 2017-03-18 20:59:09 -05:00
Peter Hoeg f4f29bcd8b handbrake: 0.10.5 -> 1.0.3 2017-03-19 09:48:22 +08:00
Rommel M. Martinez 8f9e2c6e6b emem: 0.2.42 -> 0.2.43 2017-03-19 09:25:58 +08:00
ndowens f5d6dd6e83 openimageio: 1.6.11 -> 1.7.12 2017-03-18 20:22:54 -05:00
ndowens 7b1e1f3cd7 leocad: 0.81 -> 17.02 2017-03-18 19:32:30 -05:00
ndowens 7364b6c252 jpegoptim: 1.4.3 -> 1.4.4 2017-03-18 19:09:17 -05:00
Michael Raskin 203e8fa205 wtftw: init at 0.0pre20161001; patch mostly by @kcomplexes 2017-03-19 01:08:11 +01:00
neeasade 1ef5a38108 xrq: init at unstable-2016-01-15 2017-03-18 18:52:00 -05:00
ndowens 3dfd03b382 glabels: 3.2.1 -> 3.4.0 2017-03-18 18:38:47 -05:00
ndowens 4024c6354e fontmatrix: Changed URL & homepage; they no longer exist 2017-03-18 18:30:57 -05:00
ndowens 35e7df6bee ahoviewer: 1.4.6 -> 1.4.8 2017-03-18 16:42:47 -05:00
ndowens 98b9b07a98 alchemy: 007 -> 008 2017-03-18 16:38:41 -05:00
Michael Raskin 7960739f86 Merge pull request #24023 from ndowens/pythonmagick
pythonmagick: 0.9.14 -> 0.9.16
2017-03-18 22:33:54 +01:00
Michael Raskin 081557a66e Merge pull request #23597 from orivej/psi-plus
psi-plus: init at 0.16.572.639
2017-03-18 22:33:31 +01:00
ndowens f6bae24590 pythonmagick: 0.9.14 -> 0.9.16 2017-03-18 16:27:12 -05:00
Orivej Desh cea6a24bfc psi-plus: enable plugins 2017-03-18 21:19:57 +00:00
Orivej Desh 48bd3ae648 psi-plus: switch to qt5 2017-03-18 21:19:57 +00:00
Orivej Desh f812e39fb4 psi-plus: init at 0.16.575.639 2017-03-18 21:19:54 +00:00
Daiderd Jordan a48df6fba6 Merge pull request #22508 from matthewbauer/remove-emacs24macport
emacs24macport: remove
2017-03-18 22:19:20 +01:00
ndowens d016d4fea2 shout: 0.51.1 -> 0.53.0 2017-03-18 16:05:56 -05:00
Michael Raskin 28eb668131 libreoffice-fresh: 5.3.0.3 -> 5.3.1.2 2017-03-18 21:27:31 +01:00
Michael Raskin 219ae809a3 Merge pull request #23998 from ndowens/owncloudclient
owncloud-client: 2.2.3 -> 2.3.0
2017-03-18 20:16:34 +01:00
Michael Raskin 6959a1d156 Merge pull request #23997 from ndowens/trans-gtk
transmission-remote-gtk: 1.2 -> 1.3.1
2017-03-18 20:09:09 +01:00
Michael Raskin 242abd815c Merge pull request #23969 from jlesquembre/hyper_1.3.1
hyper: 0.8.3 -> 1.3.1
2017-03-18 20:03:59 +01:00
Michael Raskin 79ef974ff4 Merge pull request #23829 from sleexyz/bitwig-studio
bitwig-studio: 1.3.12 -> 2.0
2017-03-18 19:56:59 +01:00
Michael Raskin 9098a52311 Merge pull request #23745 from PierreR/albert
albert: fix #23710
2017-03-18 19:24:02 +01:00
Michael Raskin 87f7ef87fe Merge pull request #23722 from joachifm/surf-webkit2
surf-webkit2: init at 2017-03-06
2017-03-18 19:18:35 +01:00
Michael Raskin 68cf4d1dfc Merge pull request #23677 from bcdarwin/c3d
c3d: init at 1.1.0
2017-03-18 19:07:09 +01:00
Michael Raskin dfbd2dd659 Merge pull request #23624 from volth/virt-viewer-5.0
virt-viewer: 2.0 -> 5.0
2017-03-18 19:05:11 +01:00
Tuomas Tynkkynen 5658324d82 neovim: Fix eval error
Not sure at all if this is the right thing to do. cc @edanaher
2017-03-18 20:01:15 +02:00
Michael Raskin 4d5f33deff Merge pull request #23376 from bcdarwin/ants
ANTs: init at 2.1.0 (0gyys1lf) and update ITK accordingly
2017-03-18 18:42:24 +01:00
Michael Raskin 846b6d250a Merge pull request #23256 from edanaher/ensime
Ensime
2017-03-18 18:24:19 +01:00
Frederik Rietdijk 2478f7b92c kdelibs: remove sanitize patch
because its included in 4.14.30 which was part of Applications 16.12.3.
https://github.com/NixOS/nixpkgs/pull/23992#issuecomment-287553865
2017-03-18 17:46:36 +01:00
Michael Raskin bbeaf8abf6 Merge pull request #23081 from Kendos-Kenlen/rubymine
RubyMine
2017-03-18 17:22:11 +01:00
Michael Raskin b89d66a198 Merge pull request #23062 from spacefrogg/ptask
ptask: init at 1.0.0
2017-03-18 17:21:13 +01:00
Michael Raskin e8d7014dac Merge pull request #22722 from patternspandemic/kodestudio
kodestudio: init at 17.1
2017-03-18 17:18:10 +01:00
Frederik Rietdijk e67b979ab5 Merge remote-tracking branch 'upstream/master' into HEAD 2017-03-18 15:32:43 +01:00
Daiderd Jordan 7d81be90c2 Merge pull request #23569 from LnL7/darwin-idutils
idutils: disable tests on darwin
2017-03-18 13:26:25 +01:00
Robin Gloster 4e2f802ce8
gnome_mplayer: fix src and build 2017-03-18 12:47:57 +01:00
Michael Raskin 54aff5c3a7 Merge pull request #23999 from ndowens/salut-a-toi
salut-a-toi: 0.2.0 -> 0.6.1
2017-03-18 11:43:54 +01:00
Vladimír Čunát 742b120ddc
Merge branch 'master' into staging
Nontrivial rebuilds from master, again :-/
2017-03-18 11:00:31 +01:00
Frederik Rietdijk 553964ca71 Merge pull request #23976 from ebzzry/emem-0.2.42
emem: 0.2.41 -> 0.2.42
2017-03-18 10:33:02 +01:00
Frederik Rietdijk b0ba94310d Merge pull request #23959 from LnL7/znc-1.6.5
znc: 1.6.4 -> 1.6.5
2017-03-18 09:29:22 +01:00
Frederik Rietdijk ce9576dc47 Merge pull request #24001 from ndowens/mpop
mpop: 1.2.4 -> 1.2.6
2017-03-18 09:10:42 +01:00
Peter Hoeg ee20e89644 virtmanager-qt: 0.39.60 -> 0.42.67 2017-03-18 12:32:49 +08:00
obadz 17bfb6a08a citrix-receiver: add link to webpage with all versions and adjust to change in nix-prefetch-url
Helps with #23975
2017-03-18 02:18:28 +00:00
Joachim F 5d51f1d7b1 Merge pull request #24000 from taku0/firefox-bin-52.0.1
firefox, firefox-bin: 52.0 -> 52.0.1, firefox-esr: 52.0esr -> 52.0.1esr [Critical security fix]
2017-03-18 02:32:27 +01:00
ndowens 8ef05d3010 mpop: 1.2.4 -> 1.2.6 2017-03-17 20:02:23 -05:00
Benno Fünfstück a4d6e2cf16 atom: avoid using LD_PRELOAD. Fixes glibc compat issues
The wrapper for Atom was loading libraries via LD_PRELOAD, for example
libxkbfile. Now, if you installed atom via nix-env and happened to use a newer
nixpkgs for that than what your system environment is build against, you could
end up with an error like this:

```
uname: relocation error:
/nix/store/68sa3m89shpfaqq1b9xp5p1360vqhwx6-glibc-2.25/lib/libdl.so.2:
symbol _dl_catch_error, version GLIBC_PRIVATE not defined in file libc.so.6
with link time reference
```

This happens because atom calls the `uname` executable from the system to
determine the platform. Because that inherits the `LD_PRELOAD` environment
variable, so the libxkbfile library that the `atom` wrapper was build against
is loaded into `uname`. But since `atom` comes from `nix-env`, the `libxkbfile`
it was built with might be compiled against a newer version of `glibc` than
`uname`, which comes from the system, was! Having two versions of glibc loaded
into the same processes results in chaos.

To fix this, we avoid setting `LD_PRELOAD` and instead use patchelf to set the
correct RPATH. RPATH is not inherited by child processes, so the above issue
can no longer occur.

The only small complication here is that the library that actually loads
libxkbfile is not the atom binary itself, but a node extension that atom uses.
So instead of setting the RPATH on `atom` only, we also set the `rpath` on all
node extensions (`*.node`) the output.
2017-03-18 01:51:36 +01:00
ndowens d26775fce7 salut-a-toi: 0.2.0 -> 0.6.1
salut-a-toi: Removed un-needed python variable in function
2017-03-17 19:50:04 -05:00
taku0 a038f91871 firefox-esr: 52.0esr -> 52.0.1esr 2017-03-18 09:36:27 +09:00
taku0 3f175876e8 firefox, firefox-bin: 52.0 -> 52.0.1 2017-03-18 09:36:12 +09:00
ndowens 8b23d535d3 owncloud-client: 2.2.3 -> 2.3.0 2017-03-17 17:53:41 -05:00
Nikolay Amiantov a8785daf0e emacs: fix runtime GTK3 dependencies
Fixes #23845.
2017-03-18 01:32:42 +03:00
ndowens fbe960a635 transmission-remote-gtk: 1.2 -> 1.3.1 2017-03-17 17:31:59 -05:00
Thomas Tuegel 73ccc49448 Merge pull request #23992 from ttuegel/kde-applications-16.12.3
KDE Applications: 16.12.2 -> 16.12.3
2017-03-17 15:40:42 -05:00
Daiderd Jordan 908e3ffd65
znc: 1.6.4 -> 1.6.5 2017-03-17 21:02:01 +01:00
Rommel M. Martinez dbee6b6ef8 emem: 0.2.41 -> 0.2.42 2017-03-18 01:39:03 +08:00
Emery Hemingway fa65cc067b
xaster: init at release 208 2017-03-17 12:09:37 -05:00
Robin Gloster 427edf1e5d
robomongo: mark as broken 2017-03-17 16:45:37 +01:00
Tim Steinbach f1c2d047ed Merge pull request #23872 from NeQuissimus/docker_17_03_0
docker: 1.13.1 -> 17.03.0-ce
2017-03-17 10:07:04 -04:00
rnhmjoj 918f331104
firefox: reenable ALSA backend 2017-03-17 14:43:27 +01:00
Sean Lee 579219db49 bitwig-studio: 1.3.12 -> 2.0 2017-03-17 09:33:10 -04:00
Peter Hoeg c216a71215 terraform: use generic builder and add 0.9.0 (#23979) 2017-03-17 09:05:16 +00:00
Daiderd Jordan 6f226a8725 Merge pull request #23954 from jbaum98/pdfpc-darwin
pdfpc, libgee_0_8: Add darwin support
2017-03-17 07:59:41 +01:00
José Luis Lafuente b2a37a7986
hyper: 0.8.3 -> 1.3.1 2017-03-17 01:36:12 +01:00
Marti Serra b760bfd9f6 clementine: added switches for optional dependences (#23730)
Added switches for ipod, mtp, cd and cloud support.

The switch for ipod support, specifically, allows users to build it without libplist, wich is currently marked as insecure.
2017-03-17 00:47:37 +01:00
patternspandemic bb728268b5
kodestudio: init at 17.1 2017-03-16 15:50:01 -07:00
Jörg Thalheim 989c7c7812 Merge pull request #23823 from orivej/qmetro
qmetro: init at 0.7.1
2017-03-16 21:11:00 +01:00
Jörg Thalheim 9ae51deffa Merge pull request #23886 from dtzWill/fix/timewarrior-install-docs-themes
timewarrior: patch to install all themes; use default install target.
2017-03-16 18:48:53 +01:00
Jörg Thalheim b3c14bbf03 Merge pull request #23919 from pradeepchhetri/nomad-v0.5.5
nomad: 0.5.4 -> 0.5.5
2017-03-16 18:27:32 +01:00
Jörg Thalheim 8e6247844b Merge pull request #23911 from Mic92/taskjuggler
taskjuggler: remove 2.x series
2017-03-16 18:24:39 +01:00
Volth fd61a33d2b icewm: fix CFGDIR 2017-03-16 16:43:33 +00:00
Jake Waksbaum 12da885e45
pdfpc: Add darwin support 2017-03-16 12:21:14 -04:00
Jörg Thalheim 7f6d92356b Merge pull request #23939 from ebzzry/emem-0.2.41
emem: 0.2.40 -> 0.2.41
2017-03-16 16:18:36 +01:00