Commit Graph

22004 Commits

Author SHA1 Message Date
Frederik Rietdijk f099f55e5b Merge pull request #25348 from romildo/upd.libmatroska
libmatroska: 1.4.5 -> 1.4.7
2017-04-30 15:32:33 +02:00
romildo a37c5a8064 libmatroska: 1.4.5 -> 1.4.7 2017-04-30 10:04:23 -03:00
Frederik Rietdijk b7e7646849 Merge pull request #25159 from matthewbauer/wxwidgets-refactor2
wxWidgets: move wxGTK-* to one wxWidgets folder
2017-04-30 15:02:18 +02:00
Frederik Rietdijk ab27720bf6 Merge pull request #25298 from lsix/update_libidn2
libidn2: 2.0.1 -> 2.0.2
2017-04-30 14:54:27 +02:00
Thomas Tuegel 4e0d21edd1 Merge pull request #25285 from ttuegel/qt--fix-plugin-paths
Qt: purify plugin paths, unify Linux and Darwin builders
2017-04-30 07:33:50 -05:00
Daiderd Jordan 5e3de3938e Merge pull request #25217 from LnL7/darwin-csdp
csdp: fix darwin build
2017-04-30 14:33:30 +02:00
obadz f5939cde52 Merge pull request #25341 from womfoo/bump/facter-3.6.4
facter: 3.6.0 -> 3.6.4 and related deps
2017-04-30 12:47:20 +01:00
Kranium Gikos Mendoza 7dbab8b2ff leatherman: 0.10.1 -> 0.11.2 2017-04-30 21:12:47 +10:00
Kranium Gikos Mendoza a513a38066 cpp-hocon: 0.1.4 -> 0.1.5 2017-04-30 21:12:29 +10:00
Peter Hoeg 03f939ebf7 kirigami2: 1.90.0 -> 2.1.0
Also use a generic builder.
2017-04-30 14:07:45 +08:00
Michael Raskin 316d0ff7c7 libsamplerate: update license information (in effect since 0.1.9) 2017-04-29 12:34:11 +02:00
Dan Peebles 90b9719f4f treewide: fix the remaining issues with meta attributes 2017-04-29 04:24:34 +00:00
Dan Peebles 1a4ca220e1 treewide: fix assorted issues revealed by the meta checker
Turns out a couple of the licenses were wrong, as well as being strings.
2017-04-28 23:07:42 -04:00
Lancelot SIX b8ee0d54aa
libidn2: 2.0.1 -> 2.0.2
See https://lists.gnu.org/archive/html/info-gnu/2017-04/msg00011.html
for release information
2017-04-28 21:38:12 +02:00
Thomas Tuegel 2716e5bd80
qt58.qtbase: cleanup: sort attributes 2017-04-28 05:54:29 -05:00
Thomas Tuegel 18f95ce5d9
kinit: don't use obsolete macros in library paths patch 2017-04-28 05:54:29 -05:00
Thomas Tuegel 9f00e2be18
qt58.qtbase: fix warnings in TZDIR patch 2017-04-28 05:54:28 -05:00
Thomas Tuegel 64418af8c5
qt58.qtbase: fix developer build 2017-04-28 05:54:22 -05:00
Thomas Tuegel 52ac15953e
makeQtWrapper: prefix Qt search paths 2017-04-28 05:54:21 -05:00
Thomas Tuegel 594ee6d570
kinit: set absolute path to extra libraries 2017-04-28 05:54:20 -05:00
Thomas Tuegel 577c4f543b
qt58.qtbase: remove D-Bus library paths patch
Qt is configured with `-dbus-linked` which causes the library paths to be
resolved at compile time and added to RPATH.
2017-04-28 05:54:19 -05:00
Thomas Tuegel 5735edb894
qt58.qtbase: remove OpenSSL library paths patch
Qt is configure with `-openssl-linked` which causes the library paths to be
resolved at build time and added to RPATH.
2017-04-28 05:54:19 -05:00
Thomas Tuegel c37220fcf9
kwindowsystem: purify platform plugin detection 2017-04-28 05:54:18 -05:00
Thomas Tuegel 0d0858202c
qtbase: unify Linux and Darwin patchsets 2017-04-28 05:54:17 -05:00
Thomas Tuegel 4bd911dcd6
qtbase: fill in configure flags 2017-04-28 05:54:17 -05:00
Thomas Tuegel 3062080572
qt58.qtbase: remove SSL decryption patch
This option does not require a patch; it can be enabled through
NIX_CFLAGS_COMPILE.
2017-04-28 05:54:16 -05:00
Thomas Tuegel a579e0129c
qt58.qtbase: clean up configuration 2017-04-28 05:54:16 -05:00
Thomas Tuegel e4fb41cc5b
qt58.qtbase: clean up CMake path sed scripts 2017-04-28 05:54:15 -05:00
Thomas Tuegel 9d9ab3de98
qt58.qtbase: replace mkspecs patch with sed script 2017-04-28 05:49:35 -05:00
Thomas Tuegel 1f62bf01d3
qt58.qtbase: Fix path to fallback libGL 2017-04-28 05:49:35 -05:00
Thomas Tuegel 8e2b6a90c0
qt58.qtbase: Fix path to libdbus 2017-04-28 05:49:35 -05:00
Thomas Tuegel f45f2635e1
qt58.qtbase: Fix path to libssl and libcrypto 2017-04-28 05:49:34 -05:00
Thomas Tuegel ff8fa7e397
qt58.qtbase: Fix path to libXcursor 2017-04-28 05:49:34 -05:00
Thomas Tuegel 40aa757898
qt58.qtbase: Fix path to libresolv 2017-04-28 05:49:34 -05:00
Thomas Tuegel 6169bd98f5
qt58: ignore NIX_PROFILES environment variable 2017-04-28 05:49:34 -05:00
Thomas Tuegel 12c981d4b7
qt58.qtbase: Fix QTCOMPOSE search patch 2017-04-28 05:49:34 -05:00
Thomas Tuegel 2ce3fe0a71
qt58.qtbase: Fix QT_QPA_PLATFORM_PLUGIN_PATH
The default installation path for QPA plugins is appended to
QT_QPA_PLATFORM_PLUGIN_PATH, making it unnecessary to wrap some applications and
preventing applications from loading platform plugins from the wrong Qt version.
2017-04-28 05:49:34 -05:00
Thomas Tuegel 44eb84feb6
qt58.qtbase: Update patch offsets 2017-04-28 05:49:34 -05:00
Daiderd Jordan f240276000
blas: fix darwin library id 2017-04-27 23:25:07 +02:00
Dan Peebles 7c2419df76 shibboleth-sp: minor fixes 2017-04-27 14:06:41 -04:00
Dan Peebles 5d5c1ac8e5 opensaml-cpp: minor fixes to meta fields and parallel building 2017-04-27 14:06:28 -04:00
Dan Peebles 61f0c5e05e xml-tooling-c: minor fixes to meta fields 2017-04-27 14:06:11 -04:00
Dan Peebles 14d8ce79ee log4cpp: minor fixes to meta fields 2017-04-27 14:05:51 -04:00
Jon Banafato 878b3500ee clutter: Add gtk3 to buildInputs (#24815)
This is similar to the same change made in PR #12996. Fixes #21509
(makes `gnome3.sushi` work again).
2017-04-27 19:24:59 +02:00
Daniel Peebles b3b6b2e38c Merge pull request #25255 from jammerful/shibboleth
Add Shibboleth Service Provider
2017-04-27 11:03:22 -04:00
jammerful dfcc8dd48c shibboleth-sp: init at 2.6.0 2017-04-27 10:49:30 -04:00
Jörg Thalheim 785d008511
libhttpseverywhere: 0.2.10 -> 0.4.2 2017-04-27 13:22:02 +02:00
jammerful d169a9c619 opensaml-cpp: init at 2.6.0
Required by the Shibboleth Service Provider
2017-04-26 22:10:16 -04:00
jammerful 7267ae5e1d xml-tooling-c: init at 1.6.0
Required by the Shibboleth Service Provider
2017-04-26 22:10:15 -04:00
jammerful da6c83aa3b log4shib: init at 1.0.9
Required by the Shibboleth Service Provider Package
2017-04-26 22:10:03 -04:00