summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: libxcb: Enable xcb-xkb.Andreas Enge2013-10-03
| | | | * gnu/packages/xorg.scm (libxcb): Add configure flag "--enable-xkb".
* gnu: gnome: Add brasero.Andreas Enge2013-10-03
| | | | | * gnu/packages/gnome.scm (brasero): New variable; not totally usable due to lacking inputs.
* gnu: Add hicolor-icon-theme.Andreas Enge2013-10-02
| | | | * gnu/packages/gnome.scm (hicolor-icon-theme): New variable.
* gnu: gnome: Add gnome-icon-theme.Andreas Enge2013-10-02
| | | | * gnu/packages/gnome.scm (gnome-icon-theme): New variable.
* gnu: Add icon-naming-utils.Andreas Enge2013-10-02
| | | | * gnu/packages/gnome.scm (icon-naming-utils): New variable.
* gnu: Add perl-xml-simple.Andreas Enge2013-10-02
| | | | * gnu/packages/xml.scm (perl-xml-simple): New variable.
* gnu: gnome: Add gsettings-desktop-schemas.Andreas Enge2013-10-02
| | | | * gnu/packages/gnome.scm (gsettings-desktop-schemas): New variable.
* gnu: xnee: Drop input gtk+.Andreas Enge2013-10-02
| | | | * gnu/packages/xnee.scm (xnee): Drop unused input gtk+.
* gnu: itstool: Really push the modification announced in 9000d556.Andreas Enge2013-10-02
| | | | * gnu/packages/glib.scm (itstool): Do as announced in 9000d556.
* gnu: itstool: Add propagated inputs python-2 and libxml2.Andreas Enge2013-10-02
| | | | | | | * 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.
* gnu: Add libcanberra.Andreas Enge2013-10-02
| | | | | * gnu/packages/libcanberra.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: libvorbis: Propagate input libogg.Andreas Enge2013-10-02
| | | | | * gnu/packages/oggvorbis.scm (libvorbis): Propagate input libogg, as stipulated by the pkg-config files.
* gnu: gnome: Add libnotify.Andreas Enge2013-10-02
| | | | * gnu/packages/gnome.scm (libnotify): New variable.
* gnu: racket: Revert input from gtk+-3 to gtk+-2.Andreas Enge2013-10-02
| | | | * gnu/packages/scheme.scm (racket): Revert input from gtk+-3 to gtk+-2.
* gnu: gtk+: Propagate inputs.Andreas Enge2013-10-01
| | | | | * gnu/packages/gtk.scm (gtk+): Propagate inputs at-spi2-atk, libxi and libxinerama.
* gnu: Revert inputs from gtk+-3 to gtk+-2.Andreas Enge2013-10-01
| | | | | | | | | * 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.
* gnu: gtk+-2: Update to 2.24.21.Andreas Enge2013-10-01
| | | | | * gnu/packages/gtk.scm (gtk+-2): Update to 2.24.21, add inputs perl and python.
* gnu: Add Gtk+ 3.Andreas Enge2013-10-01
| | | | | * gnu/packages/gtk.scm (gtk+): Switch to version 3.10.0. * gnu/packages/gtk.scm (gtk+-2): New name for version 2.24.20.
* gnu: Drop gtk+-3, erroneously pushed in the previous commit.Andreas Enge2013-10-01
| | | | * gnu/packages/gtk.scm (gtk+-3): Delete variable.
* gnu: Add at-spi2-atk.Andreas Enge2013-10-01
| | | | * gnu/packages/gtk.scm (at-spi2-atk): New variable.
* gnu: atk: Update to 2.10.0.Andreas Enge2013-10-01
| | | | * gnu/packages/gtk.scm (atk): Update to 2.10.0.
* gnu: Add at-spi2-core.Andreas Enge2013-10-01
| | | | * gnu/packages/gtk.scm (at-spi2-core): New variable.
* gnu: libxi: Propagate inputs inputproto and libx11.Andreas Enge2013-09-30
| | | | | * gnu/packages/xorg.scm (libxi): Propagate inputs inputproto and libx11, as stipulated by xi.pc.
* gnu: glib: Update to 2.38.0.Andreas Enge2013-09-30
| | | | | | | * 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.
* gnu: Add gobject-introspection.Cyril Roelandt2013-09-29
| | | | * gnu/packages/glib.scm (gobject-introspection): New variable.
* gnu: git: Add graphical tools to the "gui" output.Ludovic Courtès2013-09-29
| | | | | | * 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.
* gnu: git: Do not retain reference from "out" to Subversion.Ludovic Courtès2013-09-29
| | | | | * gnu/packages/version-control.scm (git): Wrap 'git-svn', not 'git', for PERL5LIB and LD_LIBRARY_PATH.
* Add httpdAljosha Papsch2013-09-29
| | | | | | | * gnu/packages/web.scm (httpd): New variable * gnu-system.am (GNU_SYSTEM_MODULES): Add it Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: bzip2: Allow cross-compilation.Ludovic Courtès2013-09-29
| | | | | | | Reported by Nikita Karetnikov <nikita@karetnikov.org>. * gnu/packages/compression.scm (bzip2): Add 'set-cross-environment' phase for cross-compilation.
* gnu: git: Add "svn" output for 'git-svn'.Ludovic Courtès2013-09-29
| | | | | * gnu/packages/version-control.scm (git): Add SUBVERSION as an input. Add 'split' phase.
* gnu: subversion: Install Perl bindings.Ludovic Courtès2013-09-29
| | | | | * gnu/packages/version-control.scm (subversion): Add 'install-perl-bindings' phase.
* gnu: Add SWIG.Ludovic Courtès2013-09-29
| | | | | * gnu/packages/swig.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: libmicrohttpd: Update to 0.9.30.Ludovic Courtès2013-09-29
| | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.30.
* gnu: flex: Use Bison 2.7 for tests.Ludovic Courtès2013-09-29
| | | | | | | * 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.
* gnu: Add Skribilo.Ludovic Courtès2013-09-28
| | | | | * gnu/packages/skribilo.scm (skribilo): New variable. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add Guile-Cairo.Ludovic Courtès2013-09-28
| | | | * gnu/packages/gtk.scm (guile-cairo): New variable.
* gnu: xorriso: Update to 1.3.2.Ludovic Courtès2013-09-28
| | | | * gnu/packages/cdrom.scm (xorriso): Update to 1.3.2.
* gnu: lightning: Update to 2.0.1.Ludovic Courtès2013-09-28
| | | | * gnu/packages/lightning.scm (lightning): Update to 2.0.1.
* gnu: freeipmi: Update to 1.3.2.Ludovic Courtès2013-09-28
| | | | * gnu/packages/freeipmi.scm (freeipmi): Update to 1.3.2.
* gnu: gdb: Update to 7.6.1.Ludovic Courtès2013-09-28
| | | | * gnu/packages/gdb.scm (gdb): Update to 7.6.1.
* gnu: bison: Update to 3.0.Ludovic Courtès2013-09-27
| | | | | | | * 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'.
* gnu: units: Update to 2.02.Ludovic Courtès2013-09-27
| | | | * gnu/packages/maths.scm (units): Update to 2.02.
* gnu: texinfo: Update to 5.2.Ludovic Courtès2013-09-27
| | | | * gnu/packages/texinfo.scm (texinfo): Update to 5.2.
* gnu: global: Update to 6.2.9.Ludovic Courtès2013-09-27
| | | | * gnu/packages/global.scm (global): Update to 6.2.9.
* gnu: guix: Update to 0.4.Ludovic Courtès2013-09-27
| | | | | | | * 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.
* gnu: vm: Remove erroneous store reference.Ludovic Courtès2013-09-27
| | | | | * gnu/system/vm.scm (system-qemu-image): Remove reference from BOOT to MINGETTY since MINGETTY may not be valid yet.
* gnu: vm: Add more packages to the profile.Ludovic Courtès2013-09-27
| | | | | * gnu/system/vm.scm (system-qemu-image): Add grep, sed, and Findutils to the profile.
* gnu: module-init-tools: Remove reference to unavailable man page tarball.Ludovic Courtès2013-09-27
| | | | | | | | | Fixes <http://bugs.gnu.org/15187>. Reported by Mark H. Weaver <mhw@netris.org>. * gnu/packages/linux.scm (module-init-tools): Remove reference to Gentoo's pre-built man pages and 'unpack-man-pages' phase. Add 'fake-docbook' phases.
* gnu: guix: Remove warning about 0.4 hack.Ludovic Courtès2013-09-27
| | | | * gnu/packages/package-management.scm (guix-0.4): Remove warning.
* Merge branch 'core-updates'Ludovic Courtès2013-09-27
|\