summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2013-10-02gnu: gnome: Add libnotify.Andreas Enge
* gnu/packages/gnome.scm (libnotify): New variable.
2013-10-02gnu: racket: Revert input from gtk+-3 to gtk+-2.Andreas Enge
* gnu/packages/scheme.scm (racket): Revert input from gtk+-3 to gtk+-2.
2013-10-01gnu: gtk+: Propagate inputs.Andreas Enge
* gnu/packages/gtk.scm (gtk+): Propagate inputs at-spi2-atk, libxi and libxinerama.
2013-10-01gnu: Revert inputs from gtk+-3 to gtk+-2.Andreas Enge
* gnu/packages/cdrom.scm (dvdisaster): Replace input gtk+ by gtk+-2. * gnu/packages/emacs.scm (emacs): Replace input gtk+ by gtk+-2. * gnu/packages/geeqie.scm (geeqie): Replace input gtk+ by gtk+-2. * gnu/packages/gkrellm.scm (gkrellm): Replace input gtk+ by gtk+-2. * gnu/packages/mp3.scm (ripperx): Replace input gtk+ by gtk+-2. * gnu/packages/scheme.scm: Drop duplicate inclusion of module gtk.
2013-10-01gnu: gtk+-2: Update to 2.24.21.Andreas Enge
* gnu/packages/gtk.scm (gtk+-2): Update to 2.24.21, add inputs perl and python.
2013-10-01gnu: Add Gtk+ 3.Andreas Enge
* gnu/packages/gtk.scm (gtk+): Switch to version 3.10.0. * gnu/packages/gtk.scm (gtk+-2): New name for version 2.24.20.
2013-10-01gnu: Drop gtk+-3, erroneously pushed in the previous commit.Andreas Enge
* gnu/packages/gtk.scm (gtk+-3): Delete variable.