~ruther/guix-local

dcc9053a — Andreas Enge 13 years ago
gnu: Add libxaw3d.

* gnu/packages/xorg.scm (libxaw3d): New variable.
3a08a411 — Andreas Enge 13 years ago
gnu: Add atk.

* gnu/packages/gtk.scm: New module.
* Makefile.am (MODULES): Add it.
fbd84457 — Andreas Enge 13 years ago
gnu: Add id3lib.

* gnu/packages/mp3.scm (id3lib): New variable.
21e9fee0 — Andreas Enge 13 years ago
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.
d515cb55 — Andreas Enge 13 years ago
gnu: xorg: Have perl paths set automatically.

* gnu/packages/xorg.scm (xkeyboard-config): Drop special handling of perl paths.
0734a9a8 — Ludovic Courtès 13 years ago
Merge branch 'core-updates'
01155b18 — Nikita Karetnikov 13 years ago
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>
e0fbbc88 — Ludovic Courtès 13 years ago
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.
dab5d51b — Ludovic Courtès 13 years ago
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).
30dd8310 — Ludovic Courtès 13 years ago
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).
867df0ee — Ludovic Courtès 13 years ago
gnu: make-bootstrap: Fix %glibc-stripped.

* gnu/packages/make-bootstrap.scm (%glibc-stripped): Add `outputs' field.
59398767 — Ludovic Courtès 13 years ago
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.
5924080d — Ludovic Courtès 13 years ago
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'.
2bcfb9e0 — Ludovic Courtès 13 years ago
utils: Add `string-tokenize*'.

* guix/utils.scm (string-tokenize*): New procedure.
* tests/utils.scm ("string-tokenize*"): New test.
19cb5170 — Andreas Enge 13 years ago
gnu: xpdf: Use gs-fonts to provide standard postscript fonts.

* gnu/packages/pdf (xpdf): Add path to gs-fonts in xpdfrc.
1f7c6a1f — Andreas Enge 13 years ago
gnu: Add gs-fonts.

* gnu/packages/ghostscript.scm (gs-fonts): New variable.
8e77f41e — Ludovic Courtès 13 years ago
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>.
89be37a5 — Ludovic Courtès 13 years ago
web: Add workaround for <http://bugs.gnu.org/13095>.

* guix/web.scm: Add workaround for <http://bugs.gnu.org/13095>.
61ef22f4 — Ludovic Courtès 13 years ago
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>.
c4ca12c1 — Ludovic Courtès 13 years ago
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.
Next