Mark H Weaver
bb146db14f
gnu: dbus: Update to 1.8.16.
...
* gnu/packages/glib.scm (dbus): Update to 1.8.16.
2015-04-06 22:12:25 -04:00
Mark H Weaver
1e44ebcc83
gnu: gnutls: Update to 3.3.14.
...
* gnu/packages/gnutls.scm (gnutls): Update to 3.3.14.
2015-04-06 21:55:00 -04:00
Andy Wingo
31b254a324
gnu: gtk+: Update to 3.16.0.
...
* gnu/packages/gtk.scm (gtk+): Update to 3.16.0. Add libepoxy to
propagated-inputs. Add gettext to native-inputs. Add a 'pre-configure'
phase instead of modifying the existing 'configure' phase. Fix references
to 'gtk-update-icon-cache' in Makefile.in files.
Co-Authored-By: Mark H Weaver <mhw@netris.org>
2015-04-06 18:11:05 -04:00
Andy Wingo
131ddf991f
gnu: Add libepoxy.
...
* gnu/packages/gl.scm (libepoxy): New variable.
Modified-By: Mark H Weaver <mhw@netris.org>
2015-04-06 18:11:05 -04:00
Andy Wingo
d16c9fd80f
gnu: Paper over a build circularity problem.
...
A forthcoming gtk+ update that will import (gnu packages gl) from
(gnu packages gtk) triggers an issue related to circular dependencies
between modules. This patch works around the issue.
* gnu/packages/sdl.scm: Remove the #:prefix from the (gnu packages fontutils)
import, and instead #:hide 'freetype' from the (guix licenses) import.
Modified-By: Mark H Weaver <mhw@netris.org>
2015-04-06 17:48:00 -04:00
Ludovic Courtès
347f54ed33
utils: 'find-files' does not follow symlinks by default.
...
Fixes <http://bugs.gnu.org/20081 >.
Reported by Tomáš Čech <sleep_walker@suse.cz>.
* guix/build/utils.scm (find-files): Add #:stat parameter. Pass it as
last argument to 'file-system-fold'.
2015-04-06 23:09:54 +02:00
Ludovic Courtès
3107bef832
nls: Add Danish translation.
...
* po/guix/da.po: New file.
* po/guix/LINGUAS: Add 'da'.
2015-04-06 22:06:12 +02:00
Ludovic Courtès
57b8623754
tests: Move 'guix package' tests that require networking to a separate file.
...
* tests/guix-package.sh (shebang_not_too_long): Remove.
Move everything below "if [networking + shebang_not_too_long]" to...
* tests/guix-package-net.sh: ... here. New file.
* Makefile.am (SH_TESTS): Add it.
2015-04-06 21:52:40 +02:00
Ludovic Courtès
250bc998ac
guix package: Avoid 'exit' calls in 'delete-matching-generations'.
...
* guix/scripts/package.scm (delete-matching-generations): Remove call to
'exit' when PATTERN is "0". Call 'leave' instead of 'exit'
when (null-list? number).
2015-04-06 21:27:35 +02:00
Ludovic Courtès
d26eb84d14
guix package: Never remove the current generation and warn about it.
...
Fixes <http://bugs.gnu.org/19978 >.
Reported by taylanbayirli@gmail.com (Taylan Ulrich Bayırlı/Kammer).
* guix/scripts/package.scm (delete-matching-generations): Warn when
CURRENT is in NUMBERS, and always remove it before calling
'delete-generations'.
* tests/guix-package.sh: Add --switch-generation=2 invocation before
--delete-generations=3 invocation.
Add --delete-generations=1.. test case.
2015-04-06 21:27:32 +02:00
Ludovic Courtès
381ac93b5e
tests: Deal with 'mount-points' not returning "/".
...
Fixes <http://bugs.gnu.org/20261 >.
Reported by Mark H Weaver <mhw@netris.org>.
* tests/syscalls.scm ("mount-points"): Check for a few other likely
mount points in addition to "/".
2015-04-06 21:27:16 +02:00
Ludovic Courtès
d45d8904b0
gnu: lsof: Add mirrors.
...
Reported by Tomáš Čech.
* gnu/packages/lsof.scm (lsof)[source]: Add two mirrors.
2015-04-06 20:50:35 +02:00
Ludovic Courtès
65d428d8f4
guix package: Move generation deletion to its own procedure.
...
* guix/scripts/package.scm (delete-matching-generations): New procedure,
with code formerly found...
(guix-package)[process-actions]: ... here. Use it.
Remove 'current-generation-number'.
2015-04-06 20:02:29 +02:00
Eric Bavier
d507b277eb
gnu: Perl GD: Add real patch.
...
Replaces the stub patch added in 43754738e0
.
* gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch:
Update patch.
43754738e0
2015-04-06 10:20:23 -05:00
Mark H Weaver
e081385af2
gnu: linux-libre-headers: Update to 3.14.37.
...
* gnu/packages/linux.scm (linux-libre-headers): Update to 3.14.37.
2015-04-06 10:25:03 -04:00
Mark H Weaver
07d4d9b751
gnu: icecat: Fix source URI.
...
* gnu/packages/gnuzilla.scm (icecat)[source]: Fix source URI computation.
2015-04-06 09:47:40 -04:00
Federico Beffa
b198545df6
build-system/gnu: Add docstring to 'delete-info-dir-file'.
...
* guix/build/gnu-build-system.scm (delete-info-dir-file): Add docstring.
2015-04-06 10:47:31 +02:00
Federico Beffa
26b261ecfe
build-system/gnu: Add 'delete-info-dir-file' phase.
...
* guix/build/gnu-build-system.scm (delete-info-dir-file): New procedure.
(%standard-phases): Use it.
2015-04-06 10:22:21 +02:00
Mark H Weaver
7e84e1994a
gnu: icecat: Update to 31.6.0-gnu1.
...
* gnu/packages/patches/icecat-CVE-2015-0801.patch,
gnu/packages/patches/icecat-CVE-2015-0807.patch,
gnu/packages/patches/icecat-CVE-2015-0815-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-0815-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-0815-pt3.patch,
gnu/packages/patches/icecat-CVE-2015-0816.patch,
gnu/packages/patches/icecat-CVE-2015-0817.patch,
gnu/packages/patches/icecat-CVE-2015-0818-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-0818-pt2.patch,
gnu/packages/patches/icecat-bug-1127780.patch,
gnu/packages/patches/icecat-bug-1145870.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/gnuzilla.scm (icecat): Update to 31.6.0-gnu1. Remove patches.
2015-04-06 02:14:27 -04:00
Mark H Weaver
2bb9b5de7d
gnu: nss: Update to 3.18.
...
* gnu/packages/gnuzilla.scm (nss): Update to 3.18. Compute source URI
automatically based on version.
2015-04-05 23:04:03 -04:00
Mark H Weaver
5180717e64
Remove unused module import (gnu packages ed) from (gnu packages commencement).
...
* gnu/packages/commencement.scm: Remove (gnu packages ed) module import.
2015-04-05 23:03:42 -04:00
Mark H Weaver
8ba4dc6380
gnu: emacs: Add librsvg to inputs.
...
* gnu/packages/emacs.scm (emacs)[inputs]: Add librsvg.
(emacs-no-x)[inputs]: Remove librsvg from inherited inputs.
2015-04-05 23:03:28 -04:00
Mark H Weaver
025523f1e4
gnu: linux-libre: Fix drm_wait_one_vblank warnings.
...
* gnu/packages/patches/linux-libre-vblank-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-libre)[source]: Add patch.
2015-04-05 23:03:21 -04:00
宋文武
1b85e57f11
gnu: glib: Add search path specification for 'GIO_EXTRA_MODULES'.
...
* gnu/packages/glib.scm (glib): Add specification for 'GIO_EXTRA_MODULES'.
2015-04-05 21:17:03 -04:00
宋文武
f2ca414acb
gnu: Add glib-networking.
...
* gnu/packages/gnome.scm (glib-networking): New variable.
2015-04-06 08:23:51 +08:00
Andy Wingo
d8720c5045
gnu: cairo: Update to 1.14.2.
...
* gnu/packages/gtk.scm (cairo): Update to 1.14.2.
2015-04-05 18:22:23 -04:00
Andy Wingo
6e5c371306
gnu: glib: Update to 2.44.0.
...
* gnu/packages/glib.scm (glib): Update to 2.44.0.
2015-04-05 18:22:19 -04:00
Andy Wingo
4aaad09db1
gnu: gettext: Link explicitly to libexpat, again.
...
* gnu/packages/gettext.scm (gnu-gettext): Re-enable patch from
0e4e4b1329
to explictly link to
libexpat. Otherwise libexpat was searched at runtime via dlopen,
which obviously doesn't work in a Guix context.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-04-05 23:18:53 +02:00
Ludovic Courtès
29ec55ee27
gnu: util-linux: Install Bash completions under 'etc/bash_completion.d'.
...
* gnu/packages/linux.scm (util-linux)[arguments]: Pass
--with-bashcompletiondir.
2015-04-05 23:18:19 +02:00
Ludovic Courtès
e26d5076df
linux-initrd: Add virtio drivers by default.
...
* gnu/system/linux-initrd.scm (base-initrd): Change #:virtio? default
to #t. This will facilitate the use of GuixSD in VM guests.
2015-04-05 23:15:20 +02:00
Ludovic Courtès
bc45ceb5ff
Add Andy to 'AUTHORS'.
2015-04-05 23:15:20 +02:00
Andy Wingo
0d275f4aa3
system: Take kernel modules from the user-specified kernel.
...
* gnu/system/linux-initrd.scm (base-initrd): Add #:linux option to
specify the linux kernel to use.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Propagate
#:linux to base-initrd.
* gnu/system.scm (operating-system-initrd-file): Pass #:linux to
'make-initrd'.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2015-04-05 23:15:20 +02:00
David Thompson
59446b208c
gnu: nginx: Clean up installation directories.
...
* gnu/packages/web.scm (nginx): Add 'fix-root-dirs' phase.
2015-04-05 16:13:29 -04:00
David Thompson
a71c315bc2
gnu: nginx: Use modify-phases syntax.
...
* gnu/packages/web.scm (nginx): Use modify-phases syntax.
2015-04-05 13:06:24 -04:00
David Thompson
e16fde1447
gnu: Add livestreamer.
...
* gnu/packages/video.scm (livestreamer): New variable.
2015-04-05 12:42:36 -04:00
David Thompson
0234ca06ce
gnu: Add python-singledispatch.
...
* gnu/packages/python.scm (python-singledispatch, python2-singledispatch): New
variables.
2015-04-05 12:42:36 -04:00
David Thompson
ae64112828
gnu: python-requests: Fix Python 2 version and add support for Python 3.
...
* gnu/packages/python.scm (python-requests): New variable.
(python2-requests): Generate based on Python 3 variant.
2015-04-05 12:38:48 -04:00
宋文武
121398e7d4
gnu: gnome-mines: Update to 3.16.0.
...
* gnu/packages/gnome.scm (gnome-mines): Update to 3.16.0.
2015-04-05 23:55:57 +08:00
宋文武
7211944a4f
gnu: gsettings-desktop-schemas: Enable GObject introspection.
...
* gnu/packages/gnome.scm (gsettings-desktop-schemas)[native-inputs]:
Add gobject-introspection.
2015-04-05 22:55:51 +08:00
宋文武
67bdcfbcc5
gnu: gsettings-desktop-schemas: Update to 3.16.0.
...
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.16.0.
2015-04-05 22:55:51 +08:00
Ludovic Courtès
dacd5d2ca7
gremlin: Ignore non-store file names in RUNPATH and warn about them.
...
* guix/build/gremlin.scm (validate-needed-in-runpath)[runpath]:
Add (filter absolute-file-name? ...).
Emit a warning when RUNPATH file names that do not match
'store-file-name?'. Change format of error message to begin with file
name.
* guix/build/utils.scm (store-file-name?): New procedure.
2015-04-05 15:40:48 +02:00
Ludovic Courtès
1d386b2d71
gnu: ghostscript: Add $libdir to the RUNPATH of executables.
...
Fixes <http://bugs.gnu.org/20050 >.
Reported by taylanbayirli@gmail.com (Taylan Ulrich Bayırlı/Kammer).
* gnu/packages/patches/ghostscript-runpath.patch: New file.
* gnu/packages/ghostscript.scm (ghostscript)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2015-04-05 15:23:11 +02:00
Ludovic Courtès
c17b2adf54
gnu: ghostscript: Use 'modify-phases'.
...
* gnu/packages/ghostscript.scm (ghostscript)[arguments]: Use
'modify-phases' instead of a chain of 'alist-cons-after'.
2015-04-05 10:45:56 +02:00
Ludovic Courtès
85345684d6
gnu: ghostscript: Make sure phases don't fail.
...
* gnu/packages/ghostscript.scm (ghostscript)[arguments]: Wrap 'system*'
calls in (zero? ...).
2015-04-05 10:44:02 +02:00
宋文武
6b2c6be0c3
gnu: Add aalib.
...
* gnu/packages/video.scm (aalib): New variable.
2015-04-05 11:52:41 +08:00
宋文武
01b90919ef
gnu: Add WavPack.
...
* gnu/packages/audio.scm (wavpack): New variable.
2015-04-05 10:37:59 +08:00
宋文武
9d44ab95a6
gnu: Add libshout.
...
* gnu/packages/xiph.scm (libshout): New varibale.
2015-04-05 10:37:59 +08:00
宋文武
68e3c29d20
gnu: Add libavc1394.
...
* gnu/packages/linux.scm (libavc1394): New variable.
2015-04-05 10:37:59 +08:00
宋文武
0a588bf956
gnu: Add libraw1394.
...
* gnu/packages/linux.scm (libraw1394): New variable.
2015-04-05 10:37:59 +08:00
David Thompson
6ef1c223aa
gnu: Add icecast.
...
* gnu/packages/xiph.scm (icecast): New variable.
2015-04-04 20:26:33 -04:00