summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2013-10-01gnu: Add at-spi2-atk.Andreas Enge
* gnu/packages/gtk.scm (at-spi2-atk): New variable.
2013-10-01gnu: atk: Update to 2.10.0.Andreas Enge
* gnu/packages/gtk.scm (atk): Update to 2.10.0.
2013-10-01gnu: Add at-spi2-core.Andreas Enge
* gnu/packages/gtk.scm (at-spi2-core): New variable.
2013-09-30gnu: libxi: Propagate inputs inputproto and libx11.Andreas Enge
* gnu/packages/xorg.scm (libxi): Propagate inputs inputproto and libx11, as stipulated by xi.pc.
2013-09-30gnu: glib: Update to 2.38.0.Andreas Enge
* gnu/packages/glib.scm (glib): Update to 2.38.0 and drop rewriting of GTESTER. * gnu/packages/patches/glib-tests-homedir.patch: Update patch for 2.38.0. * gnu/packages/patches/glib-tests-desktop.patch: Update patch for 2.38.0 and drop test dbus-appinfo.
2013-09-29gnu: Add gobject-introspection.Cyril Roelandt
* gnu/packages/glib.scm (gobject-introspection): New variable.
2013-09-29gnu: git: Add graphical tools to the "gui" output.Ludovic Courtès
* gnu/packages/version-control.scm (git): Add "gui" output. Add Tcl/Tk as inputs. Add #:configure-flags. Augment 'split' phase to handle graphical user interfaces.
2013-09-29gnu: git: Do not retain reference from "out" to Subversion.Ludovic Courtès
* gnu/packages/version-control.scm (git): Wrap 'git-svn', not 'git', for PERL5LIB and LD_LIBRARY_PATH.
2013-09-29Add httpdAljosha Papsch
* gnu/packages/web.scm (httpd): New variable * gnu-system.am (GNU_SYSTEM_MODULES): Add it Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-09-29gnu: bzip2: Allow cross-compilation.Ludovic Courtès
Reported by Nikita Karetnikov <nikita@karetnikov.org>. * gnu/packages/compression.scm (bzip2): Add 'set-cross-environment' phase for cross-compilation.
2013-09-29gnu: git: Add "svn" output for 'git-svn'.Ludovic Courtès
* gnu/packages/version-control.scm (git): Add SUBVERSION as an input. Add 'split' phase.
2013-09-29gnu: subversion: Install Perl bindings.Ludovic Courtès
* gnu/packages/version-control.scm (subversion): Add 'install-perl-bindings' phase.
2013-09-29gnu: Add SWIG.Ludovic Courtès
* gnu/packages/swig.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-09-29gnu: libmicrohttpd: Update to 0.9.30.Ludovic Courtès
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.30.
2013-09-29gnu: flex: Use Bison 2.7 for tests.Ludovic Courtès
* gnu/packages/bison.scm (bison): Move FLEX to 'inputs', and remove the hack that turned off its test suite. * gnu/packages/flex.scm (flex): Add 'bison-for-tests' in 'inputs', and use that to run the tests.
2013-09-29Update 'pt_BR.po'.Ludovic Courtès
2013-09-28gnu: Add Skribilo.Ludovic Courtès
* gnu/packages/skribilo.scm (skribilo): New variable. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-09-28gnu: Add Guile-Cairo.Ludovic Courtès
* gnu/packages/gtk.scm (guile-cairo): New variable.
2013-09-28gnu: xorriso: Update to 1.3.2.Ludovic Courtès
* gnu/packages/cdrom.scm (xorriso): Update to 1.3.2.
2013-09-28gnu: lightning: Update to 2.0.1.Ludovic Courtès
* gnu/packages/lightning.scm (lightning): Update to 2.0.1.
2013-09-28gnu: freeipmi: Update to 1.3.2.Ludovic Courtès
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.3.2.
2013-09-28gnu: gdb: Update to 7.6.1.Ludovic Courtès
* gnu/packages/gdb.scm (gdb): Update to 7.6.1.
2013-09-27gnu: bison: Update to 3.0.Ludovic Courtès
* gnu/packages/bison.scm (bison): Update to 3.0. Make Perl a native input. Add a variant of Flex as a native input. Use #:export instead of 'define-public'. * gnu/packages/flex.scm (flex): Use #:export instead of 'define-public'.
2013-09-27gnu: units: Update to 2.02.Ludovic Courtès
* gnu/packages/maths.scm (units): Update to 2.02.
2013-09-27gnu: texinfo: Update to 5.2.Ludovic Courtès
* gnu/packages/texinfo.scm (texinfo): Update to 5.2.
2013-09-27gnu: global: Update to 6.2.9.Ludovic Courtès
* gnu/packages/global.scm (global): Update to 6.2.9.
2013-09-27build: Bump version to 0.5.Ludovic Courtès
* configure.ac: Switch to 0.5.
2013-09-27gnu: guix: Update to 0.4.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 0.4. (guix-0.4): Remove. * gnu/system/vm.scm (qemu-image, system-qemu-image): Use GUIX instead of GUIX-0.4.
2013-09-27gnu: vm: Remove erroneous store reference.Ludovic Courtès
* gnu/system/vm.scm (system-qemu-image): Remove reference from BOOT to MINGETTY since MINGETTY may not be valid yet.
2013-09-27Update '.po' files.v0.4Ludovic Courtès