jackhill/guix/guix.git
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.

10 years agognu: automake: Upgrade to 1.14.
Ludovic Courtès [Thu, 11 Jul 2013 20:21:47 +0000 (22:21 +0200)]
gnu: automake: Upgrade to 1.14.

* gnu/packages/autotools.scm (automake): Upgrade to 1.14.

10 years agoguix refresh: Keep only the newest versions of packages as upgrade candidates.
Ludovic Courtès [Thu, 11 Jul 2013 17:56:30 +0000 (19:56 +0200)]
guix refresh: Keep only the newest versions of packages as upgrade candidates.

* guix/scripts/refresh.scm (guix-refresh)[keep-newest]: New procedure.
  Use it to keep only once copy of each package.

10 years agolist-packages: Show the package logo, when available.
Ludovic Courtès [Wed, 10 Jul 2013 21:16:07 +0000 (23:16 +0200)]
list-packages: Show the package logo, when available.

* build-aux/list-packages.scm (lookup-gnu-package): New procedure.
  (package->sxml): Add the package logo, when available, next to the
  description.

10 years agoUpdate eo.po.
Ludovic Courtès [Wed, 10 Jul 2013 18:01:46 +0000 (20:01 +0200)]
Update eo.po.

10 years agognu-maintenance: Add `doc-description' field to <gnu-package-descriptor>.
Ludovic Courtès [Wed, 10 Jul 2013 20:33:40 +0000 (22:33 +0200)]
gnu-maintenance: Add `doc-description' field to <gnu-package-descriptor>.

* guix/gnu-maintenance.scm (%gsrc-package-list-url): New variable.
  (<gnu-package-descriptor>): Add `doc-description' field.
  (official-gnu-packages)[group-package-fields]: Rename to...
  [read-records]: ... this.  Reverse the result.
  [gsrc-description]: New procedure.
  Add the "description" field to the alist passed to `alist->record'.

10 years agorecords: `recutils->alist' recognizes lines starting with a `+'.
Ludovic Courtès [Wed, 10 Jul 2013 16:26:46 +0000 (18:26 +0200)]
records: `recutils->alist' recognizes lines starting with a `+'.

* guix/records.scm (%recutils-plus-rx): New variable.
  (recutils->alist): Use it to read + lines.
* tests/records.scm ("recutils->alist with + lines"): New test.

10 years agognu-maintenance: Use `recutils->alist'.
Ludovic Courtès [Wed, 10 Jul 2013 16:08:09 +0000 (18:08 +0200)]
gnu-maintenance: Use `recutils->alist'.

* guix/gnu-maintenance.scm (official-gnu-packages)[group-package-fields]:
  Rewrite in terms of `recutils->alist'.  Remove `state' parameter.
  Specify "doc-url" and "language" as multiple-value keys in the
  `alist->record' call.

10 years agorecords: `alist->record' supports multiple-field occurrences.
Ludovic Courtès [Wed, 10 Jul 2013 16:04:08 +0000 (18:04 +0200)]
records: `alist->record' supports multiple-field occurrences.

* guix/records.scm (alist->record): Add `multiple-value-keys'
  parameter.  Update docstring, and honor it.
* tests/records.scm ("alist->record"): New record.

10 years agorecords: `recutils->alist' recognizes comments.
Ludovic Courtès [Wed, 10 Jul 2013 15:01:47 +0000 (17:01 +0200)]
records: `recutils->alist' recognizes comments.

* guix/records.scm (%recutils-comment-rx): New variable.
  (recutils->alist): Match comments.
* tests/records.scm ("recutils->alist"): Add comments.

10 years agorecords: Add `recutils->alist' for public consumption.
Ludovic Courtès [Wed, 10 Jul 2013 14:54:17 +0000 (16:54 +0200)]
records: Add `recutils->alist' for public consumption.

* guix/records.scm (%recutils-field-rx): New variable.
  (recutils->alist): New procedure, formerly known as `fields->alist'.
* guix/scripts/substitute-binary.scm (fields->alist): Use it.
* tests/records.scm ("recutils->alist"): New test.

10 years agognu: libpng: Upgrade to 1.5.17.
Ludovic Courtès [Wed, 10 Jul 2013 13:55:39 +0000 (15:55 +0200)]
gnu: libpng: Upgrade to 1.5.17.

* gnu/packages/libpng.scm (libpng): Upgrade to 1.5.17.

10 years agolist-packages: Write out the HTML page as UTF-8.
Ludovic Courtès [Wed, 10 Jul 2013 09:52:35 +0000 (11:52 +0200)]
list-packages: Write out the HTML page as UTF-8.

* build-aux/list-packages.scm (list-packages): Install the "C" locale.
  Write out as UTF-8.

10 years agotests: Fix guix-package.sh in the presence of multiple-output `make'.
Ludovic Courtès [Tue, 9 Jul 2013 23:00:19 +0000 (01:00 +0200)]
tests: Fix guix-package.sh in the presence of multiple-output `make'.

* tests/guix-package.sh: For $boot_make_drv, take only the "out" output.
  Reported by Nikita Karetnikov <nikita@karetnikov.org>.

10 years agoAdd `build-aux/list-packages.scm'.
Ludovic Courtès [Tue, 9 Jul 2013 22:27:53 +0000 (00:27 +0200)]
Add `build-aux/list-packages.scm'.

* build-aux/list-packages.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.

10 years agoMerge branch 'core-updates'
Ludovic Courtès [Tue, 9 Jul 2013 20:17:18 +0000 (22:17 +0200)]
Merge branch 'core-updates'

10 years agodoc: Add "Installing Debugging Files".
Ludovic Courtès [Mon, 8 Jul 2013 22:24:54 +0000 (00:24 +0200)]
doc: Add "Installing Debugging Files".

* doc/guix.texi (Installing Debugging Files): New node.
  (Packages with Multiple Outputs): Add cross-reference.

10 years agodoc: Add "Packages with Multiple Outputs" section.
Ludovic Courtès [Mon, 8 Jul 2013 21:33:45 +0000 (23:33 +0200)]
doc: Add "Packages with Multiple Outputs" section.

* doc/guix.texi (Packages with Multiple Outputs): New node.
  (Invoking guix package): Refer to it.

10 years agotests: Adjust `package-field-location' test for Guile <= 2.0.6.
Ludovic Courtès [Mon, 8 Jul 2013 20:53:31 +0000 (22:53 +0200)]
tests: Adjust `package-field-location' test for Guile <= 2.0.6.

* tests/packages.scm ("package-field-location"): Check the result of
  `read-at' against both VALUE and (FIELD VALUE).
  Reported by Matthew Lien - 練喆明" <bluet@bluet.org>.

10 years agobuild: Set the umask to 0022 before running the daemon for tests.
Ludovic Courtès [Mon, 8 Jul 2013 20:37:02 +0000 (22:37 +0200)]
build: Set the umask to 0022 before running the daemon for tests.

* test-env.in: Run "umask 0022" before running the daemon.
  Reported by Matthew Lien - 練喆明 <bluet@bluet.org>

10 years agobuild: Set the umask to 0022 before running the daemon for tests.
Ludovic Courtès [Mon, 8 Jul 2013 20:37:02 +0000 (22:37 +0200)]
build: Set the umask to 0022 before running the daemon for tests.

* test-env.in: Run "umask 0022" before running the daemon.
  Reported by Matthew Lien - 練喆明 <bluet@bluet.org>

10 years agognu: gettext: Upgrade to 0.18.3.
Ludovic Courtès [Sun, 7 Jul 2013 22:13:15 +0000 (00:13 +0200)]
gnu: gettext: Upgrade to 0.18.3.

* gnu/packages/gettext.scm (gettext): Upgrade to 0.18.3.
  Remove patch.  Change `patch-tests' phase to use (which "sh'); keep it
  regardless of whether we're cross compiling.

10 years agognu: tzdata: Upgrade to 2013d.
Ludovic Courtès [Sun, 7 Jul 2013 21:40:36 +0000 (23:40 +0200)]
gnu: tzdata: Upgrade to 2013d.

* gnu/packages/base.scm (tzdata): Upgrade to 2013d.

10 years agodoc: Move the packaging guidelines to the manual.
Ludovic Courtès [Sun, 7 Jul 2013 21:26:31 +0000 (23:26 +0200)]
doc: Move the packaging guidelines to the manual.

* HACKING (Packaging Guidelines): Remove.
* doc/guix.texi (Packaging Guidelines): New node.