jackhill/guix/guix.git
10 years agognu: Add libextractor.
Andreas Enge [Sat, 24 Aug 2013 08:41:07 +0000 (10:41 +0200)]
gnu: Add libextractor.

* gnu/packages/gnunet.scm: New module.
* gnu-system.am (GNU_SYSTEM_MODULES): Add module.
* THANKS: Thank Christian Grothoff for help with debugging.

10 years agognu: Add gkrellm.
Andreas Enge [Sat, 24 Aug 2013 08:23:11 +0000 (10:23 +0200)]
gnu: Add gkrellm.

* gnu/packages/gkrellm.scm: New module.
* gnu/packages/gnu-system.am (GNU_SYSTEM_MODULES): Add module.

10 years agognu: Add Valgrind.
Ludovic Courtès [Sat, 24 Aug 2013 08:21:14 +0000 (10:21 +0200)]
gnu: Add Valgrind.

* gnu/packages/valgrind.scm, gnu/packages/patches/valgrind-glibc.patch:
  New files.
* gnu-system.am (GNU_SYSTEM_MODULES): Add valgrind.scm.
  (dist_patch_DATA): Add valgrind-glibc.patch.

10 years agognu: Add GNU lightning.
Ludovic Courtès [Sat, 24 Aug 2013 08:04:43 +0000 (10:04 +0200)]
gnu: Add GNU lightning.

* gnu/packages/lightning.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

10 years agognu: tzdata: Fix hash of tzcode tarball.
Ludovic Courtès [Fri, 23 Aug 2013 14:02:28 +0000 (16:02 +0200)]
gnu: tzdata: Fix hash of tzcode tarball.

Fixes <http://bugs.gnu.org/15153>.

* gnu/packages/base.scm (tzdata): Update tzcode hash, which was modified
  upstream.

10 years agoutils: Add `guile-version>?', and use it.
Ludovic Courtès [Fri, 23 Aug 2013 13:51:36 +0000 (15:51 +0200)]
utils: Add `guile-version>?', and use it.

This fixes Guile version comparisons when (version) has a
vendor-specific suffix.

Reported by Andreas Enge <andreas@enge.fr>.

* guix/utils.scm (guile-version>?): New procedure.
* tests/utils.scm ("guile-version>? 1.8", "guile-version>? 10.5"): New
  tests.
* guix/scripts/substitute-binary.scm (fetch, progress-report-port): Use
  `guile-version>?' instead of `version>?'.
* guix/http-client.scm (when-guile<=2.0.5, http-fetch): Likewise.

10 years agognu: Have `qemu-image' explicitly reboot when done.
Ludovic Courtès [Fri, 23 Aug 2013 13:11:35 +0000 (15:11 +0200)]
gnu: Have `qemu-image' explicitly reboot when done.

* gnu/system/vm.scm (qemu-image): Call `reboot' when we're done.  Change
  `menuentry' title.

10 years agoAdd TODO item.
Ludovic Courtès [Fri, 23 Aug 2013 09:37:10 +0000 (11:37 +0200)]
Add TODO item.

10 years agosubstitute-binary: Try hard to avoid port buffering.
Ludovic Courtès [Thu, 22 Aug 2013 15:14:20 +0000 (17:14 +0200)]
substitute-binary: Try hard to avoid port buffering.

* guix/scripts/substitute-binary.scm (fetch): In the `file' case, open
  with the `b' flag, so that the coding cookie reading thing doesn't
  lead to buffering some of the data (on 2.0.5).
* tests/utils.scm ("filtered-port, file"): Open with `r0b'.  Fixes a
  test failure with Guile 2.0.5 whereby the first byte of FILE would be
  missing from DECOMPRESSED.

10 years agognu: guile-ncurses: Install modules under .../site/2.0.
Ludovic Courtès [Wed, 21 Aug 2013 17:05:39 +0000 (19:05 +0200)]
gnu: guile-ncurses: Install modules under .../site/2.0.

* gnu/packages/guile.scm (guile-ncurses): Append /2.0 to `guilesitedir'.

10 years agognu: indent: Cosmetic change.
Andreas Enge [Wed, 21 Aug 2013 10:02:20 +0000 (12:02 +0200)]
gnu: indent: Cosmetic change.

* gnu/packages/indent.scm (indent): Use #:renamer on licenses to be better
    suited as an example for packaging.

10 years agognu: make-bootstrap: Add a couple of synopses.
Ludovic Courtès [Wed, 21 Aug 2013 09:44:16 +0000 (11:44 +0200)]
gnu: make-bootstrap: Add a couple of synopses.

* gnu/packages/make-bootstrap.scm (%guile-static,
  %guile-static-stripped): Add synopsis.

10 years agognu: guile-static-stripped: Make sure the resulting binary works.
Ludovic Courtès [Wed, 21 Aug 2013 09:38:51 +0000 (11:38 +0200)]
gnu: guile-static-stripped: Make sure the resulting binary works.

* gnu/packages/make-bootstrap.scm (%guile-static-stripped): When
  compiling natively, make sure the final binary works.

10 years agognu: guile-static: Add missing hunk in guile-default-utf8.patch.
Ludovic Courtès [Wed, 21 Aug 2013 09:33:27 +0000 (11:33 +0200)]
gnu: guile-static: Add missing hunk in guile-default-utf8.patch.

Before that, the ‘guile’ binary from ‘guile-static-stripped’ would abort
as it tries and fails to open an iconv descriptor for ISO-8859-1.

* gnu/packages/patches/guile-default-utf8.patch: Add missing hunk for
  Guile 2.0.9.

10 years agosubstitute-binary: Don't pretend to report download progress on Guile 2.0.5.
Ludovic Courtès [Tue, 20 Aug 2013 23:16:57 +0000 (01:16 +0200)]
substitute-binary: Don't pretend to report download progress on Guile 2.0.5.

* guix/scripts/substitute-binary.scm (progress-report-port): On Guile
  2.0.5, return PORT directly and emit a warning.

10 years agognu: grub: Use older QEMU to run the test suite.
Ludovic Courtès [Tue, 20 Aug 2013 22:41:53 +0000 (00:41 +0200)]
gnu: grub: Use older QEMU to run the test suite.

Fixes build failure <http://hydra.gnu.org/build/16064>.

* gnu/packages/grub.scm (qemu-for-tests): New variable.
  (grub): Use it.

10 years agognu: qemu: Install the Info manuals.
Ludovic Courtès [Tue, 20 Aug 2013 22:38:11 +0000 (00:38 +0200)]
gnu: qemu: Install the Info manuals.

* gnu/packages/qemu.scm (qemu): Add `install-info' phase.  Add Texinfo
  as an input.

10 years agognu: Move non-X11 fonts from module xorg to fonts.
Andreas Enge [Tue, 20 Aug 2013 13:01:51 +0000 (15:01 +0200)]
gnu: Move non-X11 fonts from module xorg to fonts.

* gnu/packages/fonts.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add module fonts.
* gnu/packages/xorg.scm (font-bitstream-vera-ttf): Move this...
* gnu/packages/fonts.scm (ttf-bitstream-vera): ...to this.
* gnu/packages/xorg.scm (freefont-ttf): Move this...
* gnu/packages/fonts.scm (freefont-ttf): ...to this.

10 years agognu: xorg: Shorten commented out packages.
Andreas Enge [Tue, 20 Aug 2013 12:35:38 +0000 (14:35 +0200)]
gnu: xorg: Shorten commented out packages.

* gnu/packages/xorg.scm: Shorten package definitions that are already
    commented out, keeping only the reason for not including them.

10 years agognu: xorg: Remove non-free font font-bh-ttf/font-luxi-ttf.
Andreas Enge [Tue, 20 Aug 2013 12:27:43 +0000 (14:27 +0200)]
gnu: xorg: Remove non-free font font-bh-ttf/font-luxi-ttf.

* gnu/packages/xorg.scm (font-luxi-ttf): Comment out variable.

10 years agognu: glib: Add `file' as a propagated input.
Ludovic Courtès [Mon, 19 Aug 2013 22:55:01 +0000 (00:55 +0200)]
gnu: glib: Add `file' as a propagated input.

* gnu/packages/glib.scm (intltool): Add FILE as an input.

10 years agognu: Add exiv2 and Geeqie.
Ludovic Courtès [Mon, 19 Aug 2013 22:49:23 +0000 (00:49 +0200)]
gnu: Add exiv2 and Geeqie.

* gnu/packages/geeqie.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

10 years agognu: bigloo: Update to 4.0b.
Ludovic Courtès [Mon, 19 Aug 2013 17:02:05 +0000 (19:02 +0200)]
gnu: bigloo: Update to 4.0b.

* gnu/packages/scheme.scm (bigloo): Update to 4.0b.  Patch the
  `configure-gc' scripts.  Remove `patch-absolute-file-names' phase.
* gnu/packages/patches/bigloo-gc-shebangs.patch: Adjust to new version.

10 years agolist-packages: properly specify the size of images.
Cyril Roelandt [Sat, 17 Aug 2013 23:35:00 +0000 (01:35 +0200)]
list-packages: properly specify the size of images.

* build-aux/list-packages.scm (package->sxml, packages->sxml): specify the size
  of images in pixels (see
  http://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height)

10 years agognu: Add GNU Ocrad.
Ludovic Courtès [Sun, 18 Aug 2013 22:52:49 +0000 (00:52 +0200)]
gnu: Add GNU Ocrad.

* gnu/packages/ocrad.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

10 years agognu: freefont: Synchronize synopsis.
Ludovic Courtès [Sun, 18 Aug 2013 22:52:20 +0000 (00:52 +0200)]
gnu: freefont: Synchronize synopsis.

* gnu/packages/xorg.scm (freefont-ttf): Synchronize synopsis with the
  Womb.

10 years agolist-packages: Add missing closing </div> after footer include.
Alex Sassmannshausen [Sun, 18 Aug 2013 11:34:05 +0000 (13:34 +0200)]
list-packages: Add missing closing </div> after footer include.

* build-aux/list-packages.scm (list-packages): Add missing closing </div>
  after footer include.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
10 years agolist-packages: Remove a useless "colspan" attribute.
Cyril Roelandt [Sat, 17 Aug 2013 21:08:31 +0000 (23:08 +0200)]
list-packages: Remove a useless "colspan" attribute.

* build-aux/list-packages.scm (package->sxml): remove a useless "colspan"
  attribute.

10 years agolist-packages: Add an "alt" attribute for the logos.
Cyril Roelandt [Sat, 17 Aug 2013 18:05:48 +0000 (20:05 +0200)]
list-packages: Add an "alt" attribute for the logos.

* build-aux/list-packages.scm (package->sxml): add an alternative text for the
  logos of the packages.

10 years agognu: Add Shadow.
Ludovic Courtès [Sat, 17 Aug 2013 13:46:46 +0000 (15:46 +0200)]
gnu: Add Shadow.

* gnu/packages/system.scm (shadow): New variable.

10 years agognu: linux-pam: Install headers under $includedir/security.
Ludovic Courtès [Sat, 17 Aug 2013 13:44:43 +0000 (15:44 +0200)]
gnu: linux-pam: Install headers under $includedir/security.

* gnu/packages/linux.scm (linux-pam): Add `--includedir' configure flag.

10 years agognu: Add GNU Freefont.
Ludovic Courtès [Fri, 16 Aug 2013 22:07:40 +0000 (00:07 +0200)]
gnu: Add GNU Freefont.

* gnu/packages/xorg.scm (freefont-ttf): New variable.

10 years agognu: Remove QEMU-KVM, which is no longer needed.
Ludovic Courtès [Fri, 16 Aug 2013 21:55:51 +0000 (23:55 +0200)]
gnu: Remove QEMU-KVM, which is no longer needed.

* gnu/packages/qemu.scm (qemu-kvm): Remove.
  (qemu): Incorporate parts of QEMU-KVM that used to be inherited.
  (qemu-kvm/smb-shares): Rename to...
  (qemu/smb-shares): ... this.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Adjust
  accordingly.

10 years agognu: Add Bitstream Vera.
Ludovic Courtès [Thu, 15 Aug 2013 21:50:54 +0000 (23:50 +0200)]
gnu: Add Bitstream Vera.

* gnu/packages/xorg.scm (font-bitstream-vera-ttf): New variable.

10 years agognu: Correct name and description of the Luxi font package.
Ludovic Courtès [Thu, 15 Aug 2013 21:13:31 +0000 (23:13 +0200)]
gnu: Correct name and description of the Luxi font package.

* gnu/packages/xorg.scm (font-bitstream-type1): Rename to...
  (font-luxi-ttf): ... this.  Change name to "font-luxi-ttf".  Adjust
  synopsis and description.

10 years agoMake "guix -h" work as "guix --help".
Cyril Roelandt [Thu, 15 Aug 2013 19:03:32 +0000 (21:03 +0200)]
Make "guix -h" work as "guix --help".

* guix/ui.scm (guix-main): have the same behaviour for the "-h" and "--help"
  options.

10 years agolist-packages: remove useless "language" attribute of "script" element
Cyril Roelandt [Thu, 15 Aug 2013 15:19:57 +0000 (17:19 +0200)]
list-packages: remove useless "language" attribute of "script" element

See http://www.w3.org/TR/html5-diff/#changed-attributes for more information.

* build-aux/list-packages.html (insert-js): remove "language" attribute, useless for the
  "script" element.

10 years agolist-packages: remove deprecated "height" attribute on "td" element.
Cyril Roelandt [Thu, 15 Aug 2013 15:12:44 +0000 (17:12 +0200)]
list-packages: remove deprecated "height" attribute on "td" element.

See http://www.w3.org/TR/html5-diff/#obsolete-attributes for more information.

* build-aux/list-packages.html(package-sxml)[description-id]: remove "height"
  attribute for "td" elements.

10 years agolist-packages: Tidying and refactoring in preparation for substantive changes.
Alex Sassmannshausen [Sun, 11 Aug 2013 17:53:15 +0000 (19:53 +0200)]
list-packages: Tidying and refactoring in preparation for substantive changes.

* build-aux/list-packages.scm (package->sxml)[license, status]: Add
  title for <a> element.
  Add alt and title for gnu-logo <img> element.  Add title to package
  website <a> element.
  (packages->sxml): Wrap <div id="intro"> intro paragraph in <p> element.
  Add table header row to <table id="packages">
  Add <a> back to top of the page beneath table.
  (insert-css, insert-js): New procedures.
  (list-packages): Move JavaScript to 'insert-js', and CSS to 'insert-css'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
10 years agolist-packages: Centralise CSS styling in <head>.
Alex Sassmannshausen [Sun, 4 Aug 2013 19:46:26 +0000 (21:46 +0200)]
list-packages: Centralise CSS styling in <head>.

* build-aux/list-packages.scm (package-logo): Assign class of
  'package-description' to package synopsis div; 'package-logo'.  Move inline
  CSS where possible.
  (packages->sxml): Assign id of 'intro' to intro div, 'packages' to the
  table. Move inline CSS.
  (list-packages): Create new <style> section, containing all inline CSS.
  Move JavaScript <script> section to above banner include to place it in
  <head>.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
10 years agoUpdate `eo.po'.
Ludovic Courtès [Thu, 15 Aug 2013 09:46:42 +0000 (11:46 +0200)]
Update `eo.po'.

10 years agognu: Add ripperX.
Andreas Enge [Wed, 7 Aug 2013 17:13:46 +0000 (19:13 +0200)]
gnu: Add ripperX.

* gnu/packages/mp3.scm (ripperx): New variable.
* gnu/packages/patches/ripperx-libm.patch: New file.
* gnu-system.am (dist_patch_DATA): Add patch.

10 years agognu: Add cdparanoia.
Andreas Enge [Wed, 7 Aug 2013 17:02:56 +0000 (19:02 +0200)]
gnu: Add cdparanoia.

* gnu/packages/cdrom.scm (cdparanoia): New variable.
* gnu/packages/patches/cdparanoia-fpic.patch: New file.
* gnu-system.am: Add patch.

10 years agognu: Add lame.
Andreas Enge [Wed, 7 Aug 2013 16:07:21 +0000 (18:07 +0200)]
gnu: Add lame.

* gnu/packages/mp3.scm (lame): New variable.

10 years agognu: texlive: Update to 2013.
Andreas Enge [Wed, 7 Aug 2013 13:57:14 +0000 (15:57 +0200)]
gnu: texlive: Update to 2013.

* gnu/packages/texlive.scm (texlive): Update to 2013.

10 years agognu: xorg: Install fonts into package output instead of into font-util.
Andreas Enge [Tue, 6 Aug 2013 18:53:12 +0000 (20:53 +0200)]
gnu: xorg: Install fonts into package output instead of into font-util.

* gnu/packages/xorg.scm (font-adobe100dpi, font-adobe75dpi, font-misc-misc,
    font-schumacher-misc): Add configure flag to modify FONTROOTDIR.

10 years agognu: fontconfig: Update to 2.10.93.
Andreas Enge [Mon, 5 Aug 2013 21:15:25 +0000 (23:15 +0200)]
gnu: fontconfig: Update to 2.10.93.

* gnu/packages/fontutils.scm (fontconfig): Update to 2.10.93.

10 years agognu: harfbuzz: Update to 0.9.19.
Andreas Enge [Mon, 5 Aug 2013 21:08:50 +0000 (23:08 +0200)]
gnu: harfbuzz: Update to 0.9.19.

* gnu/packages/gtk.scm (harfbuzz): Update to 0.9.19.

10 years agognu: mpfrcx: Update to 0.4.2.
Andreas Enge [Mon, 5 Aug 2013 20:14:44 +0000 (22:14 +0200)]
gnu: mpfrcx: Update to 0.4.2.

* gnu/packages/algebra.scm (mpfrcx): Update to 0.4.2.

10 years agognu: fplll: Update to 4.0.4.
Andreas Enge [Mon, 5 Aug 2013 20:11:27 +0000 (22:11 +0200)]
gnu: fplll: Update to 4.0.4.

* gnu/packages/algebra.scm (fplll): Update to 4.0.4.

10 years agognu: emacs: Use gtk+.
Andreas Enge [Mon, 5 Aug 2013 19:52:11 +0000 (21:52 +0200)]
gnu: emacs: Use gtk+.

* gnu/packages/emacs.scm (emacs): Enable input gtk+ instead of libXaw.

10 years agognu: fontconfig: Look for fonts in user profile.
Andreas Enge [Mon, 5 Aug 2013 18:22:50 +0000 (20:22 +0200)]
gnu: fontconfig: Look for fonts in user profile.

* gnu/packages/fontutils.scm (fontconfig): Add configure flag.

10 years agognu: gtk+: Synchronise description with GSRC.
Andreas Enge [Mon, 5 Aug 2013 17:55:01 +0000 (19:55 +0200)]
gnu: gtk+: Synchronise description with GSRC.

* gnu/packages/gtk.scm (gtk+): Modify description.

10 years agognu: Rename "libapr" to "apr" and "libaprutil" to "apr-util".
Andreas Enge [Mon, 5 Aug 2013 12:59:46 +0000 (14:59 +0200)]
gnu: Rename "libapr" to "apr" and "libaprutil" to "apr-util".

* gnu/packages/apr.scm: Rename file from libapr.scm.
* gnu/packages/patches/apr-skip-getservbyname-test.patch: Rename file
    from libapr-skip-getservbyname-test.patch.
* gnu-system.am (GNU_SYSTEM_MODULES): Rename module libapr to apr.
* gnu-system.am (dist_patch_DATA): Rename patch file.
* gnu/packages/apr.scm (apr): Rename from libapr.
* gnu/packages/apr.scm (apr-util): Rename from libaprutil, change
    input name.
* gnu/packages/version-control.scm (subversion): Change input name.

10 years agognu: Add Xnee.
Ludovic Courtès [Fri, 19 Jul 2013 22:50:35 +0000 (00:50 +0200)]
gnu: Add Xnee.

* gnu/packages/xnee.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

10 years agognu: ddrescue: Update to 1.17.
Ludovic Courtès [Fri, 19 Jul 2013 22:32:16 +0000 (00:32 +0200)]
gnu: ddrescue: Update to 1.17.

* gnu/packages/ddrescue.scm (ddrescue): Update to 1.17.  Add lzip as a
  native input.

10 years agognu: Add lzip.
Ludovic Courtès [Fri, 19 Jul 2013 22:24:17 +0000 (00:24 +0200)]
gnu: Add lzip.

* gnu/packages/compression.scm (lzip): New variable.

10 years agoUpdate `TODO'.
Ludovic Courtès [Fri, 19 Jul 2013 21:22:59 +0000 (23:22 +0200)]
Update `TODO'.

10 years agobuild: Bump version to 0.4.
Ludovic Courtès [Thu, 18 Jul 2013 22:08:24 +0000 (00:08 +0200)]
build: Bump version to 0.4.

* configure.ac: Switch to 0.4.

10 years agodoc: Improve build instructions in README and HACKING.
Ludovic Courtès [Thu, 18 Jul 2013 22:07:03 +0000 (00:07 +0200)]
doc: Improve build instructions in README and HACKING.

* README (Requirements): Remove Nixpkgs.  Remove mentions of building
  from Git.
  (Installation): Refer to the manual.
* HACKING: List requirements for when building from Git.
  Remove the `dot: Command not found' error.

10 years agoUpdate NEWS.
Ludovic Courtès [Wed, 17 Jul 2013 13:33:48 +0000 (15:33 +0200)]
Update NEWS.

10 years agognu: linux-libre: Add alternate URLs.
Ludovic Courtès [Wed, 17 Jul 2013 13:32:52 +0000 (15:32 +0200)]
gnu: linux-libre: Add alternate URLs.

Fixes <http://bugs.gnu.org/14851>.
Reported by Andreas Enge <andreas@enge.fr>.

* gnu/packages/linux.scm (linux-libre-urls): New procedure.
  (linux-libre-headers, linux-libre): Use it.

10 years agognu: tzdata: Update hash.
Ludovic Courtès [Wed, 17 Jul 2013 12:22:05 +0000 (14:22 +0200)]
gnu: tzdata: Update hash.

Fixes <http://bugs.gnu.org/14890>.
Reported by Andreas Enge <andreas@enge.fr>.

* gnu/packages/base.scm (tzdata): Update hash.

10 years agodoc: Add "Adding New Packages".
Ludovic Courtès [Wed, 17 Jul 2013 09:59:48 +0000 (11:59 +0200)]
doc: Add "Adding New Packages".

* doc/guix.texi (Adding New Packages): New section.
  (Packaging Guidelines): Make a subsection thereof.
  (From the Source Tarball to the Package): New subsection.
  (Contributing): Link to "Adding New Packages".
  (Package Modules): Link to modules in Guile's manual.

10 years agobuild: Check the availability of i686-linux binaries.
Ludovic Courtès [Wed, 17 Jul 2013 09:07:28 +0000 (11:07 +0200)]
build: Check the availability of i686-linux binaries.

* build-aux/check-available-binaries.scm (%supported-systems): New
  variable.
  (native): Map over these.

10 years agobuild: Provide a replacement (srfi srfi-37) when the user's one is broken.
Ludovic Courtès [Wed, 17 Jul 2013 09:05:19 +0000 (11:05 +0200)]
build: Provide a replacement (srfi srfi-37) when the user's one is broken.

* srfi/srfi-37.scm.in: New file, taken from Guile 2.0.9.
* m4/guix.m4: New macro.
* configure.ac: Use it.  Define Automake conditional `INSTALL_SRFI_37'.
* Makefile.am (nobase_nodist_guilemodule_DATA)[INSTALL_SRFI_37]: Add
  srfi/srfi-37.scm.
  (GOBJECTS)[INSTALL_SRFI_37]: Add srfi/srfi-37.go.
  (srfi/srfi-37.scm)[INSTALL_SRFI_37]: New target.
  (EXTRA_DIST): Add srfi/srfi-37.scm.in.

10 years agodoc: Mark 2.0.5 as being the minimum Guile version.
Ludovic Courtès [Wed, 17 Jul 2013 09:01:42 +0000 (11:01 +0200)]
doc: Mark 2.0.5 as being the minimum Guile version.

* doc/guix.texi (Requirements): Require Guile 2.0.5+.
* README: Ditto.

10 years agoUpdate .po files.
Ludovic Courtès [Wed, 17 Jul 2013 09:00:28 +0000 (11:00 +0200)]
Update .po files.

10 years agoUpdate NEWS.
Ludovic Courtès [Tue, 16 Jul 2013 21:46:01 +0000 (23:46 +0200)]
Update NEWS.

10 years agodoc: Refer to guix-devel@gnu.org.
Ludovic Courtès [Tue, 16 Jul 2013 21:13:04 +0000 (23:13 +0200)]
doc: Refer to guix-devel@gnu.org.

* doc/guix.texi (Contributing): Refer to guix-devel@gnu.org.

10 years agognu: subversion: Fetch over plain HTTP.
Ludovic Courtès [Tue, 16 Jul 2013 21:12:38 +0000 (23:12 +0200)]
gnu: subversion: Fetch over plain HTTP.

* gnu/packages/version-control.scm (subversion): Use the http:// URL
  to work around <http://bugs.gnu.org/14884>.  Reported by Mark Weaver
  and Andreas Enge.

10 years agolist-packages: Add links to hydra.gnu.org.
Ludovic Courtès [Tue, 16 Jul 2013 20:28:06 +0000 (22:28 +0200)]
list-packages: Add links to hydra.gnu.org.

* build-aux/list-packages.scm (package->sxml)[status]: New procedure.
  Use it at the end of each description.
  (packages->sxml): Add link to hydra.gnu.org.

10 years agognu: libphidget: Add "debug" output.
Ludovic Courtès [Tue, 16 Jul 2013 20:15:23 +0000 (22:15 +0200)]
gnu: libphidget: Add "debug" output.

* gnu/packages/libphidget.scm (libphidget): Add `outputs' field.

10 years agohydra: Fix typo.
Ludovic Courtès [Tue, 16 Jul 2013 13:27:15 +0000 (15:27 +0200)]
hydra: Fix typo.

* build-aux/hydra/gnu-system.scm (hydra-jobs): Use `cons', not `append'.

10 years agohydra: Build for all the specified systems.
Ludovic Courtès [Tue, 16 Jul 2013 11:42:34 +0000 (13:42 +0200)]
hydra: Build for all the specified systems.

* build-aux/hydra/gnu-system.scm (hydra-jobs): Pick all the `system'
  keys in ARGUMENTS.
  [cross-jobs]: Turn into a procedure, with a `system' parameter.
  Build packages for all of SYSTEMS and %CROSS-TARGETS.

10 years agohydra: Distinguish between jobs for different system types.
Ludovic Courtès [Tue, 16 Jul 2013 07:59:25 +0000 (09:59 +0200)]
hydra: Distinguish between jobs for different system types.

* build-aux/hydra/gnu-system.scm (package-job, package-cross-job):
  Append `.SYSTEM' to the job name.

10 years agohydra: Honor the `system' argument.
Ludovic Courtès [Tue, 16 Jul 2013 07:47:01 +0000 (09:47 +0200)]
hydra: Honor the `system' argument.

* build-aux/hydra/gnu-system.scm (hydra-jobs): Really look up the
  `system' symbol in ARGUMENTS.

10 years agognu: libapr, libaprutil: Upgrade.
Andreas Enge [Tue, 16 Jul 2013 05:50:34 +0000 (07:50 +0200)]
gnu: libapr, libaprutil: Upgrade.

* gnu/packages/libapr.scm (libapr): Upgrade to 1.4.8.
* gnu/packages/libapr.scm (libaprutil): Upgrade to 1.5.2.

10 years agoguix package: Allow separate install of several outputs of the same package.
Ludovic Courtès [Mon, 15 Jul 2013 21:33:17 +0000 (23:33 +0200)]
guix package: Allow separate install of several outputs of the same package.

* guix/scripts/package.scm (guix-package)[process-actions](same-package?):
  New procedure.  Use it instead of `alist-delete' when filtering out
  duplicate packages from the profile.

10 years agobuild: Check for the availability of binaries upon "distcheck".
Ludovic Courtès [Mon, 15 Jul 2013 21:06:14 +0000 (23:06 +0200)]
build: Check for the availability of binaries upon "distcheck".

* build-aux/check-available-binaries.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
  (distcheck-hook, assert-binaries-available): New target.

10 years agoThank the translators.
Ludovic Courtès [Mon, 15 Jul 2013 16:28:29 +0000 (18:28 +0200)]
Thank the translators.

10 years agoAdd `pt_BR' translation.
Ludovic Courtès [Mon, 15 Jul 2013 16:26:16 +0000 (18:26 +0200)]
Add `pt_BR' translation.

10 years agognu: pango, gtk+: Propagate inputs.
Andreas Enge [Mon, 15 Jul 2013 21:15:45 +0000 (23:15 +0200)]
gnu: pango, gtk+: Propagate inputs.

* gnu/packages/gtk.scm (pango): Propagate input cairo.
* gnu/packages/gtk.scm (gtk+): Propagate inputs atk, gdk-pixbuf and pango;
    drop input cairo, propagated through pango.

10 years agoAdd gtk+.
Andreas Enge [Mon, 15 Jul 2013 20:41:19 +0000 (22:41 +0200)]
Add gtk+.

* gnu/packages/gtk.scm (pango): Propagate input harfbuzz.
* gnu/packages/gtk.scm (gtk+): New variable.

10 years agognu: make-bootstrap: Skip tests for the statically-linked gawk.
Ludovic Courtès [Sun, 14 Jul 2013 14:58:43 +0000 (16:58 +0200)]
gnu: make-bootstrap: Skip tests for the statically-linked gawk.

* gnu/packages/make-bootstrap.scm (%static-inputs)[gawk]: Add #:tests? #f.

10 years agoUpdate `eo.po'.
Ludovic Courtès [Sun, 14 Jul 2013 14:43:40 +0000 (16:43 +0200)]
Update `eo.po'.

10 years agoRename (guix web) to (guix http-client).
Ludovic Courtès [Sun, 14 Jul 2013 14:35:37 +0000 (16:35 +0200)]
Rename (guix web) to (guix http-client).

* guix/web.scm: Rename to...
* guix/http-client.scm: ... this.
* guix/gnu-maintenance.scm, guix/scripts/substitute-binary.scm,
  Makefile.am, po/POTFILES.in: Update accordingly.

10 years agodoc: Add "Building from Git" to 'HACKING'.
Nikita Karetnikov [Sat, 13 Jul 2013 20:55:36 +0000 (20:55 +0000)]
doc: Add "Building from Git" to 'HACKING'.

10 years agoguix package: Fix handling of `-e'.
Ludovic Courtès [Fri, 12 Jul 2013 21:27:35 +0000 (23:27 +0200)]
guix package: Fix handling of `-e'.

This fixes a bug whereby a command like

  guix package -e '(@@ (gnu packages base) gnu-make-boot0)'

would only succeed when the outputs of that package are available, and
otherwise fail with "/nix/store/... is not valid".

* guix/scripts/package.scm (guix-package)[process-action](package->tuple):
  Leave P as is in the result.  Move `package->tuple' call from INSTALL*
  to INSTALL.

10 years agoui: Ignore SIGPIPE and catch `system-error' exceptions.
Ludovic Courtès [Fri, 12 Jul 2013 21:01:07 +0000 (23:01 +0200)]
ui: Ignore SIGPIPE and catch `system-error' exceptions.

* guix/ui.scm (initialize-guix): Call `sigaction'.
  (call-with-error-handling): Wrap `thunk' in a (catch 'system-error ...).

10 years agoguix package: Reuse FTP connections for subsequent `latest-release' calls.
Ludovic Courtès [Fri, 12 Jul 2013 20:59:33 +0000 (22:59 +0200)]
guix package: Reuse FTP connections for subsequent `latest-release' calls.

* guix/gnu-maintenance.scm (latest-release): Add `ftp-close' and
  `ftp-open' keyword parameters.
* guix/scripts/package.scm (ftp-open*): New variable.
  (check-package-freshness): Call `latest-release' with `ftp-open*' and
  a no-op procedure.

10 years agognu-maintenance: `latest-release' closes its connection.
Ludovic Courtès [Fri, 12 Jul 2013 20:26:24 +0000 (22:26 +0200)]
gnu-maintenance: `latest-release' closes its connection.

* guix/gnu-maintenance.scm (latest-release): Close CONN before
  returning.

10 years agognu: plotutils: Allow compilation with newer libpng.
Ludovic Courtès [Fri, 12 Jul 2013 20:25:30 +0000 (22:25 +0200)]
gnu: plotutils: Allow compilation with newer libpng.

* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/patches/plotutils-libpng-jmpbuf.patch: New file.
* gnu/packages/plotutils.scm (plotutils): Add
  `plotutils-libpng-jmpbuf.patch' as an input, and apply it.

10 years agognu: freeipmi: Upgrade to 1.2.8.
Ludovic Courtès [Thu, 11 Jul 2013 23:05:27 +0000 (01:05 +0200)]
gnu: freeipmi: Upgrade to 1.2.8.

* gnu/packages/freeipmi.scm (freeipmi): Upgrade to 1.2.8.

10 years agognu: libidn: Upgrade to 1.28.
Ludovic Courtès [Thu, 11 Jul 2013 23:05:06 +0000 (01:05 +0200)]
gnu: libidn: Upgrade to 1.28.

* gnu/packages/libidn.scm (libidn): Upgrade to 1.28.

10 years agognu: gnupg: Upgrade support libraries.
Ludovic Courtès [Thu, 11 Jul 2013 23:04:32 +0000 (01:04 +0200)]
gnu: gnupg: Upgrade support libraries.

* gnu/packages/gnupg.scm (libgpg-error): Upgrade to 1.12.
  (libassuan): Upgrade to 2.1.1.

10 years agosubstitute-binary: Directly replace the global `regexp-exec'.
Ludovic Courtès [Thu, 11 Jul 2013 20:42:41 +0000 (22:42 +0200)]
substitute-binary: Directly replace the global `regexp-exec'.

* guix/scripts/substitute-binary.scm (%regexp-exec-mutex, string->uri):
  Remove.
  (regexp-exec): Replace this global binding by a thread-safety wrapper.
  (fields->alist): Remove `with-mutex', and directly alias `recutils->alist'.

10 years agognu: help2man: Upgrade to 1.43.3.
Ludovic Courtès [Thu, 11 Jul 2013 20:30:46 +0000 (22:30 +0200)]
gnu: help2man: Upgrade to 1.43.3.

* gnu/packages/help2man.scm (help2man): Upgrade to 1.43.3.

10 years agognu: xorriso: Upgrade to 1.3.0.
Ludovic Courtès [Thu, 11 Jul 2013 20:30:13 +0000 (22:30 +0200)]
gnu: xorriso: Upgrade to 1.3.0.

* gnu/packages/cdrom.scm (xorriso): Upgrade to 1.3.0.

10 years agosubstitute-binary: Increase the default timeout.
Ludovic Courtès [Thu, 11 Jul 2013 20:22:22 +0000 (22:22 +0200)]
substitute-binary: Increase the default timeout.

* guix/scripts/substitute-binary.scm (%fetch-timeout): Set to 5 seconds.