Commit graph

102817 commits

Author SHA1 Message Date
Jörg Thalheim 4487a993b2 Merge pull request #23396 from mayflower/feature/zfs-auto-scrub
zfs.autoScrub service: init
2017-03-06 13:51:25 +01:00
ndowens 3686e1bbc8
ocproxy: 1.50 -> 1.60 2017-03-06 07:50:50 -05:00
ndowens 2e93988e64
yubikey-personalization: 1.17.3 -> 1.18.0 2017-03-06 07:47:53 -05:00
Niklas Thörne 8d87f8addd clog-cli: init at 0.9.2
Updated with maintainer information.
2017-03-06 13:45:39 +01:00
Kranium Gikos Mendoza e43fc06012 monero: 0.10.1 -> 0.10.2.1 2017-03-06 23:39:10 +11:00
Linus Heckemann 17015b421e endless-sky: 0.9.4 -> 0.9.6 2017-03-06 12:36:53 +00:00
Benno Fünfstück 128901e09f phonon-backend-gstreamer: don't create $out/$out/share/icons
The build system tries to update the mtime of the icons directory if
`DESTDIR` is unset. That code has bug though that does not deal well
with absolute `CMAKE_SHARE_PREFIX` resulting a double prefix bug.

Setting `DESTDIR=/` (should be a no-op) fixes this.
2017-03-06 13:25:12 +01:00
Benno Fünfstück ce355bdafa xpra: install data files to correct location in $out
The patch is no longer needed, with the wheel-based method that we use now
data_files *are* relative to the prefix.
2017-03-06 13:06:51 +01:00
Benno Fünfstück dd23d08b90 ocamlgraph: fix binary location (binaries had double prefix path)
Due to setting `DESTDIR` *and* `exec_prefix` (defaulted to `$prefix`), binaries
ended up in `$out/$out/bin` instead of just $out/bin. Not setting `DESTDIR` and adapting
the `LIBDIR` patch a little fixes this issue.
2017-03-06 12:51:03 +01:00
Benno Fünfstück 029c3f917e hhvm: fix location of include files in $out
Fixes a "double prefix" issue, where parts of the include files
for hhvm where located in `$out/$out/include` instead of `$out/include`.
2017-03-06 12:26:54 +01:00
romildo 27ffa39468 albert: 0.9.3 -> 0.9.4 2017-03-06 07:34:40 -03:00
Eric Bailey f497421e14
lilypond-with-fonts: use all fonts by default
Add a list of all fonts to openlilylib-fonts and use that as the default
fonts argument to lilypond-with-fonts.
2017-03-06 04:34:08 -06:00
Jörg Thalheim 290297ecd5 Merge pull request #23526 from oxij/pkg/speedread
speedread: init at git-2016-09-21
2017-03-06 11:26:45 +01:00
romildo 810bf85bfa greybird: 2017-02-17 -> 2017-02-26 2017-03-06 07:26:07 -03:00
Jörg Thalheim 9235c3c26b
speedread: simplify installPhase 2017-03-06 11:23:42 +01:00
Niklas Thörne ae38cdad26 clog-cli: init at 0.9.2 2017-03-06 11:15:35 +01:00
romildo cb078875dc pnmixer: 0.7 -> 0.7.1-rc1 2017-03-06 07:15:29 -03:00
ndowens 4ae0e8c9a9
flacon: 2.0.1 -> 2.1.1
fixes #23529
2017-03-06 10:46:15 +01:00
Eric Bailey bdc9589df1
lilypond: add openlilylib-fonts and lilypond-with-fonts 2017-03-06 02:16:42 -06:00
Jörg Thalheim c31c11ecef Merge pull request #23482 from rardiol/pcsxr
pcsxr: remove name conflict with zlib 1.2.9
2017-03-06 08:59:13 +01:00
Renaud f39e718cab
uriparser: 0.8.2 -> 0.8.4
Fixed the Makefile for the doc : there is no .map files to install in
this release since dot outputs images in PNG and SVG

fixes #23456
2017-03-06 08:41:47 +01:00
Jörg Thalheim 99e74e9509
alliance: mark as broken
there is no maintainer for this package and even debian looks
for a new maintainer.
2017-03-06 08:27:10 +01:00
Peter Hoeg bb867aabd2 grc: 1.9 -> 1.10.1
Additionally, grc wasn't actually working unless you copied out the config files
to your home directory because it couldn't find the default config in
/etc/grc.conf

So now we patch the program to look in the right places.

Upstream has moved to github.
2017-03-06 10:57:12 +08:00
Eric Bailey f2961da3f7
wakatime: 6.0.1 -> 7.0.4 2017-03-05 19:34:09 -06:00
Peter Hoeg 35dbe4d0f1 minikube: 0.16.0 -> 0.17.1 2017-03-06 09:03:24 +08:00
Peter Hoeg c9b4317b2d docker-machine-kvm: 0.7.0 -> 0.8.2 2017-03-06 09:03:24 +08:00
Bart Brouns bb86916487 hydrogen: 0.9.6.1 -> 0.9.7 2017-03-06 00:23:27 +01:00
Jörg Thalheim 82fda65c8a
fcron: add missing meta.platforms 2017-03-05 23:41:42 +01:00
Benno Fünfstück c0bfcdf3a6 opensc: remove obsolete DESTDIR patch
This patch was actively causing harm, because it lead to a "double prefix"
issue where the etc files were installed into $out/$out/etc instead of just
$out/etc.
2017-03-05 23:36:35 +01:00
Jörg Thalheim 2dfd8d952e Merge pull request #23542 from henrytill/racket-disable-i686
racket: disable i686 builds
2017-03-05 23:24:07 +01:00
Michael Raskin 9788dded2f Merge pull request #23516 from layus/fix-wrapFirefox-default-browser
wrapFirefox: fix default-browser update
2017-03-05 21:54:18 +00:00
Jörg Thalheim 947815f59f
fcron: 3.1.2 -> 3.2.1
fixes #23320 #23413
2017-03-05 22:41:11 +01:00
Joachim F 64138b3334 Merge pull request #23359 from ndowens/pptp
pptp: 1.8.0 -> 1.9.0
2017-03-05 21:55:04 +01:00
Joachim F bf73afe9cb Merge pull request #23355 from ndowens/sstp
sstp: 1.0.10 -> 1.0.11
2017-03-05 21:54:33 +01:00
Joachim F cf7afad1b6 Merge pull request #23326 from manveru/tmate-2-2-1
tmate: 2.2.0 -> 2.2.1
2017-03-05 21:53:45 +01:00
Joachim F 1539d94a73 Merge pull request #23317 from ndowens/logcheck
logcheck: 1.3.17 -> 1.3.18
2017-03-05 21:52:11 +01:00
Joachim F 113873b8bb Merge pull request #23533 from kevincox/emby-3.2.5
emby: 3.2.4 -> 3.2.5
2017-03-05 21:50:33 +01:00
ndowens b478df1349 openresolv: 3.8.1 -> 3.9.0 (#23362) 2017-03-05 21:49:48 +01:00
Joachim F d05f802cc5 Merge pull request #23429 from clemensmanert/update-mate-1.17.0
mate-common: update 1.16 -> 1.17
2017-03-05 21:48:02 +01:00
Joachim F 58bb4bafa5 Merge pull request #23476 from jensbin/corebird_missing_glib-networking
corebird: missing dependencies (glib_networking)
2017-03-05 21:38:27 +01:00
Bjørn Forsman 5f1398ce13 borgbackup: 1.0.9 -> 1.0.10 2017-03-05 21:14:59 +01:00
Vladimír Čunát 8bcbd4fca3
Merge #22562: xfce4-mailwatch-plugin: init at 1.2.0 2017-03-05 21:11:32 +01:00
Matthias Beyer 20c2f51967 xfce4-mpc-plugin: init at 0.4.5 (#22560) 2017-03-05 21:07:59 +01:00
Matthias Beyer 21c51c570e xfce-timer-plugin: init at 1.6.0 (#22563) 2017-03-05 21:06:25 +01:00
Peter Simons e9265d3c33 Merge pull request #23538 from ljli/fix-dependent-map
haskell: ghc710x packages: fix dependent-map
2017-03-05 20:57:41 +01:00
Graham Christensen 1e8d505e03 Merge pull request #23539 from tohl/master
openshot-qt: remove myself from the maintainer list
2017-03-05 14:53:18 -05:00
Henry Till 6ed6731e36 racket: disable i686 builds
ref #23253
2017-03-05 14:51:48 -05:00
Tomas Hlavaty 079c306c6e openshot-qt: remove myself from the maintainer list 2017-03-05 20:47:24 +01:00
ndowens 2ddcbcfe62 xdo: 0.5.3 -> 0.5.5 (#23415) 2017-03-05 19:05:43 +01:00
Michiel Leenaars b5bb83b273
sha1collisiondetection: init at 1.0.1
Closes https://github.com/NixOS/nixpkgs/pull/23114
2017-03-05 18:59:28 +01:00