Age | Commit message (Expand) | Author |
2015-04-14 | gnu: Add gnome-settings-daemon....* gnu/packages/gnome.scm (gnome-settings-daemon): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Andy Wingo |
2015-04-14 | gnu: Add libgweather....* gnu/packages/gnome.scm (libgweather): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Wingo |
2015-04-14 | gnu: qt-5: Allow the use of DT_RUNPATH for libQt5WebEngineCore.so....* gnu/packages/patches/qt5-runpath.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qt)[source]: Use it.
| Ludovic Courtès |
2015-04-14 | gnu: miniupnpc: Allow executables to find libupnp.so....* gnu/packages/upnp.scm (miniupnpc)[arguments]: Pass
"LDFLAGS=-Wl,-rpath=...".
| Ludovic Courtès |
2015-04-14 | gnu: libtocc: Help the tests find libtocc.so....* gnu/packages/search.scm (libtocc)[arguments] <check>: Pass
-Wl,-rpath=../src/.libs for the tests.
| Ludovic Courtès |
2015-04-14 | gnu: libmicrohttpd: Update to 0.9.40....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.40.
| Ludovic Courtès |
2015-04-14 | gnu: Disable RUNPATH validation for packages that use $ORIGIN....* gnu/packages/haskell.scm (ghc)[arguments]: Add #:validate-runpath?.
* gnu/packages/julia.scm (julia)[arguments]: Likewise.
* gnu/packages/java.scm (icedtea6)[arguments]: Likewise.
| Ludovic Courtès |
2015-04-14 | gnu: glib: Move html documentation to $doc/share/gtk-doc/html....* gnu/packages/glib.scm (glib)[arguments]<#:configure-flags>:
Pass "--with-html-dir=$doc/share/gtk-doc/html".
| 宋文武 |
2015-04-14 | gnu: openldap: Update to 2.4.40....* gnu/packages/openldap.scm (openldap): Update to 2.4.40.
| 宋文武 |
2015-04-14 | gnu: python: Use 'version-major+minor' to compute PYTHONPATH....Fixes a regression introduced in 08c0450.
* gnu/packages/python.scm (python)[native-search-paths]: Use
'version-major+minor' to compute PYTHONPATH.
| 宋文武 |
2015-04-13 | gnu: gst-libav: Add missing quotes in phase names passed to 'modify-phases'....This should have been done in 1ca8ff285ba0f055fbaf314d8a23fadc25839135.
* gnu/packages/gstreamer.scm (gst-libav): Add missing quotes in phase names
passed to 'modify-phases'.
| Mark H Weaver |
2015-04-13 | gnu: libepoxy: Fix tests on arm....* gnu/packages/gl.scm (libepoxy)[arguments]: When building for arm,
patch test/dlwrap.c to fix the tests.
| Mark H Weaver |
2015-04-13 | Merge branch 'master' into core-updates | Mark H Weaver |
2015-04-12 | gnu: p11-kit: Update to 0.23.1....* gnu/packages/gnutls.scm (p11-kit): Update to 0.23.1.
| Mark H Weaver |
2015-04-12 | gnu: net-tools: Adapt to linux-libre-headers-3.14.x....* gnu/packages/linux.scm (net-tools): Remove the HAVE_HWSTRIP and HAVE_HWTR
options from the configuration.
| Mark H Weaver |
2015-04-13 | gnu: Add upower....* gnu/packages/gnome.scm (upower): New variable.
* gnu/packages/patches/upower-builddir.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Wingo |
2015-04-12 | gnu: gnutls: Update to 3.4.0....* gnu/packages/patches/gnutls-fix-duplicate-manpages.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnutls.scm (gnutls)[source]: Update to 3.4.0. Add patch.
[arguments]: Pass --without-p11-kit to 'configure'.
[propagated-inputs]: Use 'nettle' instead of 'nettle-2'. Add 'libidn'.
| Mark H Weaver |
2015-04-12 | gnu: gnutls: Add debug output....* gnu/packages/gnutls.scm (gnutls)[outputs]: Add debug output.
| Mark H Weaver |
2015-04-12 | gnu: nettle: Add debug output....* gnu/packages/nettle.scm (nettle)[outputs]: Add debug output.
| Mark H Weaver |
2015-04-12 | gnu: man-pages: Update to 3.82....* gnu/packages/man.scm (man-pages): Update to 3.82.
| Ludovic Courtès |
2015-04-12 | gnu: gtk+: Pass --with-html-dir=$doc....Fixes a regression introduced in 6b1f238.
* gnu/packages/gtk.scm (gtk+)[arguments]: Add #:configure-flags.
| Ludovic Courtès |
2015-04-11 | gnu: elfutils: Add $libdir to the RUNPATH of binaries....* gnu/packages/elf.scm (elfutils)[arguments]: New field.
| Ludovic Courtès |
2015-04-11 | gnu: elfutils: Work around PTRACE_ATTACH-induced test failures....* gnu/packages/patches/elfutils-tests-ptrace.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/elf.scm (elfutils)[source]: Use it.
| Ludovic Courtès |
2015-04-11 | gnu: nspr: Add $libdir to the RUNPATH of binaries....* gnu/packages/gnuzilla.scm (nspr)[arguments]: Add
LDFLAGS=-Wl,-rpath=$libdir to #:configure-flags.
| Ludovic Courtès |
2015-04-11 | gnu: netpbm: Remove non-FSDG-compliant code in 'snippet'....* gnu/packages/netpbm.scm (netpbm)[source]: Add 'file-name', 'modules',
and 'snippet'.
[arguments]: Remove 'substitute*' uses that removed non-FSDG-compliant
code since this is now done in 'snippet'.
| Ludovic Courtès |
2015-04-11 | gnu: iptables: Add $libdir to the RUNPATH of executables....* gnu/packages/linux.scm (iptables)[arguments]: Add #:configure-flags.
| 宋文武 |
2015-04-11 | gnu: libcap: Add $libdir to the RUNPATH of executables....* gnu/packages/linux.scm (libcap)[arguments]: Set LDFLAGS to
'-Wl,-rpath=...' in Make.Rules.
| 宋文武 |
2015-04-11 | gnu: cdparanoia: Don't use patchelf....* gnu/packages/cdrom.scm (cdparanoia): Remove 'patchelf' from inputs.
[arguments]: Remove #:modules, #:imported-modules and #:phases. Pass
'LDFLAGS=-Wl,-rpath=...' as #:configure-flags.
[origin]: Add 'snippet'.
| 宋文武 |
2015-04-11 | gnu: netpbm: Add $libdir to the RUNPATH of binaries....* gnu/packages/netpbm.scm (netpbm)[arguments]: Add 'LDFLAGS += -Wl,-rpath=...'
to config.mk in the configure phase.
| 宋文武 |
2015-04-11 | gnu: subversion: Add $libdir to the RUNPATH of Perl bindings....Fixes <http://bugs.gnu.org/20052>.
* gnu/packages/version-control.scm (subversion)[arguments]:
Pass '-Wl,-rpath=...' as OTHERLDFLAGS in install-perl-bindings phase.
| 宋文武 |
2015-04-10 | gnu: boost: Add $libdir to the RUNPATH of libraries....* gnu/packages/boost.scm (boost)[arguments]: Add -Wl,-rpath=... to
BUILD-FLAGS. Remove 'check' phase and use #:tests? #f instead.
| Ludovic Courtès |
2015-04-10 | gnu: emacs: Update to 24.5....* gnu/packages/emacs.scm (emacs): Update to 24.5.
| Mark H Weaver |
2015-04-10 | gnu: libtool: Leave out the test suite workarounds....They are no longer needed since the latest ld-wrapper changes (commit
51d0cd9.)
* gnu/packages/patches/libtool-skip-tests2.patch: New file.
* gnu/packages/autotools.scm (libtool)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
| Ludovic Courtès |
2015-04-10 | gnu: libvpx: Augment rpath....Fixes <http://bugs.gnu.org/20055>.
* gnu/packages/video.scm (libvpx)[arguments]: Set LDFLAGS to
'-Wl,-rpath=$out/lib' in configure phase.
| 宋文武 |
2015-04-10 | gnu: Add gst-libav....* gnu/packages/gstreamer.scm (gst-libav): New variable.
| 宋文武 |
2015-04-10 | gnu: Add GRIT....* gnu/packages/bioinformatics.scm (grit): New variable.
| Ricardo Wurmus |
2015-04-10 | gnu: Add missing quotes in phase names passed to 'modify-phases'....This is a followup to f8503e2.
* gnu/packages/gnome.scm (glib-networking): Add missing quotes before
phase names passed to 'modify-phases'.
(libsoup): Likewise.
(gnome-terminal): Likewise.
(colord): Likewise.
(geoclue): Likewise.
* gnu/packages/gtk.scm (at-spi2-core, at-spi2-atk): Likewise.
* gnu/packages/haskell.scm (ghc-network): Likewise.
* gnu/packages/imagemagick.scm (perl-image-magick): Likewise.
* gnu/packages/video.scm (aalib): Likewise.
* gnu/packages/web.scm (nginx): Likewise.
| Ludovic Courtès |
2015-04-10 | gnu: Fix incorrect references to %GNU-BUILD-SYSTEM-MODULES....Fixes a regression introduced in 8ff3df5.
* gnu/packages/emacs.scm (emacs-w3m)[arguments]: Use quasiquote, not
quote.
(emacs-wget)[arguments]: Likewise, and use unquote-splicing for
%GNU-BUILD-SYSTEM-MODULES.
(emms): Likewise.
* gnu/packages/haskell.scm (ghc): Likewise.
* gnu/packages/samba.scm (samba): Likewise.
| Ludovic Courtès |
2015-04-10 | gnu: curl: Update to 7.41.0. Support CURLOPT_CAPATH on GnuTLS....Fixes <http://bugs.gnu.org/20121>.
* gnu/packages/patches/curl-gss-api-fix.patch: Delete file.
* gnu/packages/patches/curl-support-capath-on-gnutls.patch,
gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch: New files.
* gnu-system.am (dist_patch_DATA): Add new patches and remove old one.
* gnu/packages/curl.scm (curl): Update to 7.41.0. Add new patches and remove
old one. Disable one unit test.
Modified-By: Mark H Weaver <mhw@netris.org>
| Tomáš Čech |
2015-04-10 | gnu: gnome-themes-standard: Update to 3.16.0....This is a followup to 12f7f4a.
* gnu/packages/gnome.scm (gnome-themes-standard): Update hash.
| 宋文武 |
2015-04-09 | gnu: python-2: Restore python-libffi-mips-n32-fix.patch....This patch was removed in 08c045091e8d8da3b4c677540ed577e8f2448b0d,
but it's still needed for python-2.
* gnu/packages/patches/python-libffi-mips-n32-fix.patch: Restore it.
* gnu-system.am (dist_patch_DATA): Add it back.
| Mark H Weaver |
2015-04-10 | python: Update to 3.4.3...* gnu/packages/python.scm (python): Update from 3.3.5 to 3.4.3.
* gnu/packages/patches/python-fix-tests.patch: Update the required test fixes.
* gnu/packages/patches/python-libffi-mips-n32-fix.patch: Remove it...
* gnu-system.am (dist_patch_DATA): ... and do not reference it here.
| Cyril Roelandt |
2015-04-09 | gnu: Add geocode-glib....* gnu/packages/gnome.scm (geocode-glib): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Wingo |
2015-04-09 | gnu: gnome-desktop: Update to 3.16.0....* gnu/packages/gnome.scm (gnome-desktop): Update to 3.16.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Wingo |
2015-04-09 | Merge branch 'master' into core-updates | Ludovic Courtès |
2015-04-09 | gnu: libtasn1: Update to 4.4 [fix for CVE-2015-2806]....* gnu/packages/gnutls.scm (libtasn1): Update to 4.4.
| Ludovic Courtès |
2015-04-09 | gnu: nettle: Update to 3.1....* gnu/packages/nettle.scm (nettle): Update to 3.1. Add 'arguments'
field.
| Ludovic Courtès |
2015-04-09 | gnu: nettle: Make version 3 the default....* gnu/packages/nettle.scm (nettle): Rename to...
(nettle-2): ... this.
(nettle-3): Rename to...
(nettle): ... this.
* gnu/packages/gnutls.scm (gnutls): Use NETTLE-2.
* gnu/packages/lsh.scm (lsh): Likewise.
| Ludovic Courtès |
2015-04-09 | gnu: Add Shogun....* gnu/packages/bioinformatics.scm (shogun): New variable.
| Ricardo Wurmus |
2015-04-09 | gnu: gcc: Do not pass -dynamic-linker to linker when !shared on arm....Fixes <http://bugs.gnu.org/20102>.
* gnu/packages/patches/gcc-arm-link-spec-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gcc.scm (gcc-4.8, gcc-4.9): Add patch.
* gnu/packages/cross-base.scm (cross-gcc): Preserve patches from gcc-4.8.
Co-Authored-By: Ludovic Courtès <ludo@gnu.org>
| Mark H Weaver |