summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-09build: 'sync-descriptions' now compares GNU package descriptions.Ludovic Courtès
* build-aux/sync-synopses.scm: Rename to... * build-aux/sync-descriptions.scm: ... this. Compare the value of 'gnu-package-doc-description' and 'package-description' and report any mismatch. * Makefile.am (EXTRA_DIST): Adjust accordingly. (sync-synopses): Rename to... (sync-descriptions): ... this.
2013-10-09gnu-maintenance: Get descriptions from 'gnumaint/pkgdescr.txt'.Ludovic Courtès
* guix/gnu-maintenance.scm (%gnumaint-base-url): New variable. (%package-list-url): Use it. (%gsrc-package-list-url): Remove. (%package-description-url): New variable. (official-gnu-packages): Change to use %PACKAGE-DESCRIPTION-URL instead of %GSRC-PACKAGE-LIST-URL. Adjust recutils field names accordingly.
2013-10-09Update 'TODO'.Ludovic Courtès
2013-10-09gnu: Use the 'patches' field of <origin>.Ludovic Courtès
* gnu/packages/apr.scm, gnu/packages/autotools.scm, gnu/packages/avahi.scm, gnu/packages/cdrom.scm, gnu/packages/cmake.scm, gnu/packages/cpio.scm, gnu/packages/cross-base.scm, gnu/packages/emacs.scm, gnu/packages/flex.scm, gnu/packages/fontutils.scm, gnu/packages/glib.scm, gnu/packages/grub.scm, gnu/packages/guile.scm, gnu/packages/idutils.scm, gnu/packages/libevent.scm, gnu/packages/linux.scm, gnu/packages/mail.scm, gnu/packages/make-bootstrap.scm, gnu/packages/mp3.scm, gnu/packages/oggvorbis.scm, gnu/packages/pdf.scm, gnu/packages/plotutils.scm, gnu/packages/qemu.scm, gnu/packages/recutils.scm, gnu/packages/rush.scm, gnu/packages/scheme.scm, gnu/packages/system.scm, gnu/packages/tcsh.scm, gnu/packages/valgrind.scm, gnu/packages/vpn.scm, gnu/packages/w3m: Use the 'patches' field of <origin> instead of adding a patch as input plus using #:patches.
2013-10-09packages: Add 'patches' and related fields to <origin>.Ludovic Courtès
See <https://lists.gnu.org/archive/html/guix-devel/2013-09/msg00137.html> for the rationale. * guix/packages.scm (<origin>)[patches, patch-flags, patch-inputs, patch-guile]: New fields. (%standard-patch-inputs, default-guile, patch-and-repack): New procedures. (package-source-derivation): When 'patches' is non-empty, call 'patch-and-repack'. * guix/utils.scm (file-sans-extension): New procedure.
2013-10-08gnu: Add Qt 5.1.1.Andreas Enge
* gnu/packages/qt.scm (qt): New variable.
2013-10-07gnu: Add Cairomm.Ludovic Courtès
* gnu/packages/gtk.scm (cairomm): New variable.
2013-10-06Update 'AUTHORS'.Ludovic Courtès
* AUTHORS: Add Alex, Joshua, and Aljosha.
2013-10-06Augment 'TODO'.Ludovic Courtès
2013-10-06gnu: Add alsa-utils.Ludovic Courtès
* gnu/packages/linux.scm (alsa-utils): New variable.
2013-10-06gnu: xmlto: Keep references to libxml2, libxslt, and util-linux programs.Ludovic Courtès
* gnu/packages/xml.scm (xmlto): Add 'arguments' field. [inputs]: Add libxml2 and libxslt.
2013-10-06gnu: Gracefully handle circular dependencies between 'base' and 'linux'.Ludovic Courtès
* gnu/packages/base.scm (linux-libre-headers-boot0): Turn into a thunk. User updated.
2013-10-06gnu: pari-gp: Update to 2.5.5.Andreas Enge
* gnu/packages/algebra.scm (pari-gp): Update to 2.5.5.
2013-10-06gnu: mutt: Add input gpgme.Andreas Enge
* gnu/packages/mail.scm (mutt): Add input gpgme.
2013-10-06gnu: Add gpgme.Andreas Enge
* gnu/packages/gnupg.scm (gpgme): New variable.
2013-10-06gnu: icu4c: Patch RUNPATH of libraries.Andreas Enge
* gnu/packages/icu4c.scm (icu4c): Elf-patch RUNPATH of libraries, for instance of libicuuc.so.
2013-10-06gnu: cdparanoia: Fix links of internal libraries into binary.Andreas Enge
* gnu/packages/cdrom.scm (cdparanoia): Use patchelf to link internal libraries into binary.
2013-10-06gnu: Add libsigc++ and glibmm.Ludovic Courtès
* gnu/packages/glib.scm (libsigc++, glibmm): New variable.
2013-10-05gnu: gobject-introspection: Export via #:export.Ludovic Courtès
* gnu/packages/glib.scm: Export 'gobject-instrospection' via the #:export clause.
2013-10-05gnu: Add freeglut, glu, and FTGL.Joshua S. Grant
* gnu/packages/gl.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-10-05gnu: ao: Build PulseAudio back-end.Ludovic Courtès
* gnu/packages/oggvorbis.scm (ao): Add PulseAudio as an input.
2013-10-05gnu: oggvorbis: Use #:export clause.Ludovic Courtès
* gnu/packages/oggvorbis.scm: Use #:export clause instead of 'define-public'.
2013-10-05gnu: pulseaudio: Add dependency on libcap.Ludovic Courtès
* gnu/packages/pulseaudio.scm (pulseaudio): Add dependency on libcap.
2013-10-05gnu: Add libcap.Ludovic Courtès
* gnu/packages/linux.scm (libcap): New variable.
2013-10-05download: Add Debian mirrors.Ludovic Courtès
* guix/download.scm (%mirrors)[debian]: New set of mirrors.
2013-10-05gnu: gnupg: Upgrade to 2.0.22.Ludovic Courtès
* gnu/packages/gnupg.scm (gnupg): Update to 2.0.22. This release fixes security issue CVE-2013-4402 in the OpenPGP packet parser.
2013-10-04gnu: Add PulseAudio and related libraries.Ludovic Courtès
* gnu/packages/pulseaudio.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-10-04gnu: Add FFTW.Ludovic Courtès
* gnu/packages/algebra.scm (fftw): New variable.
2013-10-04gnu: Add libxkbcommon.Andreas Enge
* gnu/packages/qt.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-10-04gnu: xorg: Add xcb-util-renderutil.Andreas Enge
* gnu/packages/xorg.scm (xcb-util-renderutil): New variable.
2013-10-04gnu: xorg: Add xcb-util-keysyms.Andreas Enge
* gnu/packages/xorg.scm (xcb-util-keysyms): New variable.
2013-10-04gnu: xorg: Add xcb-util-image.Andreas Enge
* gnu/packages/xorg.scm (xcb-util-image): New variable.
2013-10-04gnu: xorg: Add xcb-util.Andreas Enge
* gnu/packages/xorg.scm (xcb-util): New variable. * gnu/packages/xorg.scm (xcb-util-wm): Expand the description.
2013-10-03gnu: xorg: Add xcb-util-wm.Andreas Enge
* gnu/packages/xorg.scm (xcb-util-wm): New variable.
2013-10-03gnu: Add Netcat.Ludovic Courtès
* gnu/packages/system.scm (netcat): New variable.
2013-10-03monads: Allow resolution of a monad's bind/return at expansion time.Ludovic Courtès
* guix/monads.scm (<monad>): Turn in a raw SRFI-9 record type. (define-monad): New macro. (with-monad): Add a case for when MONAD is a macro. (identity-return, identity-bind, store-return, store-bind): Inline. (%identity-monad, %store-monad): Use 'define-monad'. * tests/monads.scm ("monad?"): New test.
2013-10-03gnu: vm: Rewrite helper functions as monadic functions.Ludovic Courtès
* gnu/system/dmd.scm (host-name-service, nscd-service, mingetty-service, syslog-service, guix-service, static-networking-service): Rewrite as monadic functions. (dmd-configuration-file): Use 'text-file' instead of 'add-text-to-store'. * gnu/system/grub.scm (grub-configuration-file): Rewrite as a monadic function. * gnu/system/linux.scm (pam-services->directory): Likewise. * gnu/system/shadow.scm (group-file, passwd-file, guix-build-accounts): Likewise. * gnu/system/vm.scm (expression->derivation-in-linux-vm, qemu-image, union, system-qemu-image): Likewise.
2013-10-03Add (guix monads).Ludovic Courtès
* guix/monads.scm: New file. * tests/monads.scm: New file. * Makefile.am (MODULES): Add guix/monads.scm. (SCM_TESTS): Add tests/monads.scm. * doc/guix.texi (The Store Monad): New node. (The Store): Reference it.
2013-10-03gnu: libxcb: Enable xcb-xkb.Andreas Enge
* gnu/packages/xorg.scm (libxcb): Add configure flag "--enable-xkb".
2013-10-03gnu: gnome: Add brasero.Andreas Enge
* gnu/packages/gnome.scm (brasero): New variable; not totally usable due to lacking inputs.
2013-10-02gnu: Add hicolor-icon-theme.Andreas Enge
* gnu/packages/gnome.scm (hicolor-icon-theme): New variable.
2013-10-02gnu: gnome: Add gnome-icon-theme.Andreas Enge
* gnu/packages/gnome.scm (gnome-icon-theme): New variable.
2013-10-02gnu: Add icon-naming-utils.Andreas Enge
* gnu/packages/gnome.scm (icon-naming-utils): New variable.
2013-10-02gnu: Add perl-xml-simple.Andreas Enge
* gnu/packages/xml.scm (perl-xml-simple): New variable.
2013-10-02gnu: gnome: Add gsettings-desktop-schemas.Andreas Enge
* gnu/packages/gnome.scm (gsettings-desktop-schemas): New variable.
2013-10-02gnu: xnee: Drop input gtk+.Andreas Enge
* gnu/packages/xnee.scm (xnee): Drop unused input gtk+.
2013-10-02gnu: itstool: Really push the modification announced in 9000d556.Andreas Enge
* gnu/packages/glib.scm (itstool): Do as announced in 9000d556.
2013-10-02gnu: itstool: Add propagated inputs python-2 and libxml2.Andreas Enge
* gnu/packages/glib.scm (itstool): Add propagated input python-2; it is needed to rewrite the shebang in the output python script and must be propagated so that PYTHONPATH gets set when using itstool; and libxml2, imported as a module by the script.
2013-10-02gnu: Add libcanberra.Andreas Enge
* gnu/packages/libcanberra.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-10-02gnu: libvorbis: Propagate input libogg.Andreas Enge
* gnu/packages/oggvorbis.scm (libvorbis): Propagate input libogg, as stipulated by the pkg-config files.