Andreas Enge
3a08a41188
gnu: Add atk.
...
* gnu/packages/gtk.scm: New module.
* Makefile.am (MODULES): Add it.
2013-05-05 00:09:37 +02:00
Andreas Enge
fbd8445704
gnu: Add id3lib.
...
* gnu/packages/mp3.scm (id3lib): New variable.
2013-05-04 23:13:22 +02:00
Andreas Enge
21e9fee042
gnu: Have python paths set automatically..
...
* gnu/packages/xorg.scm (meas): Drop special handling of python paths.
* gnu/packages/xml.scm (libxslt): Drop special handling of python paths.
2013-05-01 22:26:10 +02:00
Andreas Enge
d515cb555c
gnu: xorg: Have perl paths set automatically.
...
* gnu/packages/xorg.scm (xkeyboard-config): Drop special handling of perl paths.
2013-05-01 21:38:05 +02:00
Ludovic Courtès
0734a9a813
Merge branch 'core-updates'
2013-04-30 17:06:00 +02:00
Nikita Karetnikov
01155b1808
utils: Adjust 'wrap-program'.
...
* guix/build/utils.scm (wrap-program): Fix computation of PROG-REAL and
PROG-TMP when PROG is an absolute file name. Add "$@" in the
generated script, and quote PROG-REAL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-04-30 16:58:59 +02:00
Ludovic Courtès
e0fbbc889d
substitute-binary: Support decompression from non-file ports.
...
* guix/scripts/substitute-binary.scm (filtered-port): Move to utils.scm.
(decompressed-port): Upon "none", return '() as the second value.
(guix-substitute-binary): Expect `decompressed-port' to return a list
of PIDs as its second value.
* guix/utils.scm (filtered-port): New procedure. Add case for when
INPUT is not `file-port?'.
* tests/utils.scm ("filtered-port, file", "filtered-port, non-file"):
New tests.
2013-04-29 23:25:19 +02:00
Ludovic Courtès
dab5d51be7
build: Add silent-rules machinery for `guild compile'.
...
* Makefile.am (AM_V_GUILEC, AM_V_GUILEC_, AM_V_GUILEC_0): New
variables.
(.scm.go): Use $(AM_V_GUILEC).
2013-04-29 22:00:24 +02:00
Ludovic Courtès
30dd831083
build: Replace *.log in `CLEANFILES' by the exact list of files.
...
* Makefile.am (SCM_TESTS, SH_TESTS): New variables.
(TESTS): Use them.
(CLEANFILES): Replace *.log by $(SCM_TESTS:%.scm=%.log).
2013-04-29 21:52:21 +02:00
Ludovic Courtès
867df0eeb6
gnu: make-bootstrap: Fix %glibc-stripped.
...
* gnu/packages/make-bootstrap.scm (%glibc-stripped): Add `outputs' field.
2013-04-29 00:28:36 +02:00
Ludovic Courtès
593987671a
build-system/gnu: Fix default name for the "doc" output directory.
...
* guix/build/gnu-build-system.scm (configure)[package-name]: Drop the
prefix corresponding to the hash part of OUT.
2013-04-28 23:39:28 +02:00
Ludovic Courtès
5924080dcc
guix package: Add `--search-paths' & co.
...
* guix/scripts/package.scm (search-path-environment-variables,
display-search-paths): New procedures.
(show-help, %options): Add `--search-paths'.
(guix-package)[process-actions]: Call `display-search-paths' once the
profile is ready.
[process-query]: Honor `search-paths'.
2013-04-28 23:19:03 +02:00
Ludovic Courtès
2bcfb9e065
utils: Add `string-tokenize*'.
...
* guix/utils.scm (string-tokenize*): New procedure.
* tests/utils.scm ("string-tokenize*"): New test.
2013-04-28 23:19:03 +02:00
Andreas Enge
19cb517012
gnu: xpdf: Use gs-fonts to provide standard postscript fonts.
...
* gnu/packages/pdf (xpdf): Add path to gs-fonts in xpdfrc.
2013-04-28 22:05:27 +02:00
Andreas Enge
1f7c6a1f53
gnu: Add gs-fonts.
...
* gnu/packages/ghostscript.scm (gs-fonts): New variable.
2013-04-28 21:12:55 +02:00
Ludovic Courtès
8e77f41ede
packages: Work around compiler bug in Guile 2.0.5.
...
* guix/packages.scm (package-field-location): Work around compiler bug
in 2.0.5. Reported by Andreas Enge <andreas@enge.fr>.
2013-04-27 23:02:06 +02:00
Ludovic Courtès
89be37a5a3
web: Add workaround for < http://bugs.gnu.org/13095 >.
...
* guix/web.scm: Add workaround for <http://bugs.gnu.org/13095 >.
2013-04-27 23:00:51 +02:00
Ludovic Courtès
61ef22f432
web: Add 2.0.5 workaround for responses without content-length.
...
* guix/web.scm (read-response-body*)[when-guile<=2.0.5]: Support
responses without content-length.
Reported by Andreas Enge <andreas@enge.fr>.
2013-04-27 23:00:21 +02:00
Ludovic Courtès
c4ca12c15b
gnu-maintenance: Fix error message of `update-package-source'.
...
* guix/gnu-maintenance.scm (update-package-source): In the (not loc)
case, pass the location first and convert it to a string.
2013-04-27 22:52:43 +02:00
Ludovic Courtès
4056b82882
doc: Update `NEWS'.
...
* NEWS: Populate.
2013-04-27 17:10:41 +02:00
Ludovic Courtès
a5975cedf2
ui: Add `args-fold*' and use it.
...
* guix/ui.scm (args-fold*): New procedure.
* guix/scripts/build.scm, guix/scripts/download.scm,
guix/scripts/gc.scm, guix/scripts/hash.scm, guix/scripts/import.scm,
guix/scripts/package.scm, guix/scripts/pull.scm,
guix/scripts/refresh.scm: Use `args-fold*' instead of `args-fold'.
2013-04-27 16:46:39 +02:00
Ludovic Courtès
14e2afa74b
ui: Use consistent spacing in `show-what-to-build' messages.
...
* guix/ui.scm (show-what-to-build): Use consistent spacing in "the
following..." messages.
2013-04-27 16:37:09 +02:00
Ludovic Courtès
c3f0084ad3
gnu: Update libgpg-error and libassuan.
...
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.11.
(libassuan): Update to 2.1.0.
2013-04-27 16:30:01 +02:00
Ludovic Courtès
049b2f1d7b
gnu-maintenance: Fix `latest-release' for GnuPG.
...
* guix/gnu-maintenance.scm (latest-release): Filter out directories
whose name does not contain digits early in the process. This fixes
(latest-release "gnupg").
2013-04-27 16:26:48 +02:00
Ludovic Courtès
87dfd45594
ftp-client: `ftp-chdir' changes one step at a time.
...
* guix/ftp-client.scm (%char-set:not-slash): New variable.
(ftp-chdir): Add docstring. Change to DIR one step at a time.
(ftp-retr): Fix indentation.
2013-04-27 16:25:54 +02:00
Ludovic Courtès
accf7a373e
gnu: bison: Update to 2.7.1.
...
* gnu/packages/bison.scm (bison): Update to 2.7.1.
2013-04-27 12:18:21 +02:00
Ludovic Courtès
eaff9364d5
gnu: gprolog: Update to 1.4.4.
...
* gnu/packages/gprolog.scm (gprolog): Update to 1.4.4.
2013-04-27 12:13:21 +02:00
Ludovic Courtès
7f4b5efd2d
gnu: gdb: Update to 7.6.
...
* gnu/packages/gdb.scm (gdb): Update to 7.6.
2013-04-27 12:11:54 +02:00
Ludovic Courtès
786944576c
pull: Use `download-to-store'.
...
* guix/scripts/pull.scm (download-and-store): Remove.
(unpack): Use `download-to-store' instead.
2013-04-27 11:40:18 +02:00
Ludovic Courtès
1424a96e25
web: Backport chunked encoding support for Guile <= 2.0.5.
...
* guix/web.scm (when-guile<=2.0.5): New macro.
(read-chunk-header, read-chunk, read-chunk-body,
make-chunked-input-port, read-response-body*)[when-guile<=2.0.5]: New
procedures.
(http-fetch): Clarify message when (not data).
2013-04-27 11:37:31 +02:00
Ludovic Courtès
56dbcb09d8
build: Explicitly require Guile >= 2.0.5.
...
* configure.ac: Require guile-2.0 >= 2.0.5.
2013-04-27 11:28:47 +02:00
Ludovic Courtès
cecb712cce
gnu: gawk: Update to 4.0.2.
...
* gnu/packages/gawk.scm (gawk): Update to 4.0.2.
2013-04-27 00:23:45 +02:00
Ludovic Courtès
9369a02bfc
gnu: patch: Update to 2.7.1.
...
* gnu/packages/base.scm (patch): Update to 2.7.1.
2013-04-27 00:23:19 +02:00
Ludovic Courtès
3b401612d9
gnu: Binutils 2.23.2 and GCC 4.7.3.
...
* gnu/packages/base.scm (binutils): Update to 2.23.2.
(binutils-2.23, ld-wrapper-2.23): Remove.
(gcc-4.8): Move to...
* gnu/packages/gcc.scm (gcc-4.8): ... here.
(gcc-4.7): Update to 4.7.3. Add dependencies on ISL, CLooG, libelf,
and zlib.
2013-04-26 22:51:07 +02:00
Ludovic Courtès
6aded2dd3f
gnu: guile: Default to 2.0.9.
...
* gnu/packages/guile.scm (guile-2.0/fixed): Switch to `guile-2.0'.
2013-04-26 22:48:17 +02:00
Ludovic Courtès
d83ae72401
gnu: diffutils: Update to 3.3.
...
* gnu/packages/base.scm (diffutils): Update to 3.3.
2013-04-26 22:13:14 +02:00
Ludovic Courtès
a9db7d10b6
Merge branch 'master' into core-updates
...
Conflicts:
Makefile.am
gnu/packages/autotools.scm
gnu/packages/guile.scm
gnu/packages/python.scm
gnu/packages/shishi.scm
guix/gnu-maintenance.scm
guix/scripts/build.scm
guix/scripts/gc.scm
guix/scripts/package.scm
guix/scripts/substitute-binary.scm
guix/ui.scm
nix/nix-daemon/guix-daemon.cc
test-env.in
tests/nar.scm
tests/store.scm
2013-04-26 16:43:08 +02:00
Ludovic Courtès
2b6bdf7eb3
gnu: libgcrypt: Update to 1.5.2.
...
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.5.2.
2013-04-25 23:21:49 +02:00
Ludovic Courtès
777fabf096
gnu: dejagnu: Update to 1.5.1.
...
* gnu/packages/dejagnu.scm (dejagnu): Update to 1.5.1.
2013-04-25 23:19:52 +02:00
Ludovic Courtès
acfc0df5ce
gnu: nano: Update to 2.3.2.
...
* gnu/packages/nano.scm (nano): Update to 2.3.2.
2013-04-25 23:18:20 +02:00
Ludovic Courtès
6c211361fe
gnu: ed: Update to 1.8.
...
* gnu/packages/ed.scm (ed): Update to 1.8.
2013-04-25 23:07:59 +02:00
Ludovic Courtès
dfb43e45b5
gnu-maintenance: Add newline in warning messages.
...
* guix/gnu-maintenance.scm (download-tarball): Add newline in warning
messages.
2013-04-25 23:07:24 +02:00
Ludovic Courtès
43d8f4904c
doc: Add note on installing Guix from Guix.
...
* README (Installing Guix from Guix): New section.
Suggested by Alex Sassmannshausen <alex.sassmannshausen@gmail.com>.
2013-04-25 23:01:05 +02:00
Ludovic Courtès
37a5340262
refresh: Add `--select'.
...
* guix/scripts/refresh.scm (%options): Add `--select'.
(show-help): Likewise. Augment initial help text.
(guix-refresh)[core-package?]: New procedure.
Use it when selecting packages.
2013-04-25 22:56:25 +02:00
Ludovic Courtès
1c9e7d65d4
web: Factorize `http-get' hackery.
...
This should fix `substitute-binary --query' on Guile 2.0.5.
* guix/web.scm: New file.
* Makefile.am (MODULES): Add it.
* po/POTFILES.in: Add it.
* guix/gnu-maintenance.scm (http-fetch): Remove.
(%package-list-url): Turn into a URI.
(official-gnu-packages): Add #:text? #t to `http-fetch' call.
* guix/scripts/substitute-binary.scm (fetch): Remove `http' case, and
use `http-fetch' instead.
2013-04-25 22:14:51 +02:00
Ludovic Courtès
9e623d068d
gnu: wdiff: Update to 1.2.1.
...
* gnu/packages/wdiff.scm (wdiff): Update to 1.2.1. Add Texinfo as an input.
2013-04-25 00:13:56 +02:00
Ludovic Courtès
f6f207b803
gnu: nettle: Update to 2.7.
...
* gnu/packages/nettle.scm (nettle): Update to 2.7.
2013-04-25 00:13:56 +02:00
Ludovic Courtès
825d0ebc5b
gnu: libtasn1: Update to 3.3.
...
* gnu/packages/gnutls.scm (libtasn1): Update to 3.3.
2013-04-25 00:13:56 +02:00
Ludovic Courtès
65b96a0c10
gnu-maintenance: Optimize `gnu-package?'.
...
* guix/gnu-maintenance.scm (gnu-package?): Capture a memoizing version
of `gnu-package?'.
2013-04-25 00:13:56 +02:00
Ludovic Courtès
d55a99fed3
gnu-maintenance: Optimize `release-file'.
...
* guix/gnu-maintenance.scm (tarball-regexp): Remove.
(%tarball-rx): New variable.
(release-file): Adjust to use %TARBALL-RX.
2013-04-25 00:13:56 +02:00