summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2014-01-18gnu: gl: Correct copyright notice....* gnu/packages/gl.scm: Add copyright notice for mesa, moved here from module xorg in commit 200726e. Andreas Enge
2014-01-17gnu: Add DocBook DTD and XSL style sheets....* gnu/packages/docbook.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès
2014-01-15gnu: Add libexif, libgphoto2, and gphoto2....* gnu/packages/photo.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès
2014-01-15gnu: pspp: Upgrade to 0.8.2...* gnu/packages/maths.scm (pspp): Update to 0.8.2. * gnu/packages/patches/pspp-tests.patch: Deleted. * gnu-system.am: Removed pspp-tests.patch from the manifest. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Darrington
2014-01-15gnu: git: 'git-submodule' works even if Perl is not in $PATH....* gnu/packages/version-control.scm (git): Add 'native-inputs' field; move Gettext there from 'inputs'. In 'split' phase, wrap the 'git-submodule' script. Ludovic Courtès
2014-01-15gnu: valgrind: Update to 2.9.0....* gnu/packages/valgrind.scm (valgrind): Update to 2.9.0. Andreas Enge
2014-01-15gnu: Add Taylor UUCP....* gnu/packages/uucp.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès
2014-01-14gnu: inetutils: Upgrade to 1.9.2....* gnu/packages/admin.scm (inetutils): Upgrade to 1.9.2. Add Readline as an input. Ludovic Courtès
2014-01-14gnu: Add mpc123....* gnu/packages/mp3.scm (libmpcdec, mpc123): New variables. Ludovic Courtès
2014-01-13gnu: Changes references to (gnu packages admin)....* gnu/packages/version-control.scm, gnu/packages/vim.scm, gnu/system.scm, gnu/system/dmd.scm, gnu/system/shadow.scm, gnu/system/vm.scm: Change references to (gnu packages system) to (gnu packages admin). This is a followup to commit 4aeea89. Ludovic Courtès
2014-01-13gnu: Rename (gnu packages system) to (gnu packages admin)....* gnu/packages/system.scm: Rename to... * gnu/packages/admin.scm: ... this. Adjust module name accordingly. * gnu-system.am (GNU_SYSTEM_MODULES): Update. Ludovic Courtès
2014-01-13gnu: Add ISC's DHCP implementation....* gnu/packages/system.scm (isc-dhcp): New variable. Ludovic Courtès
2014-01-13gnu: Add libtirpc....* gnu/packages/onc-rpc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès
2014-01-13gnu: Add aumix....* gnu/packages/linux.scm (aumix): New variable. Ludovic Courtès
2014-01-13gnu: Add GnuPG's pinentry....* gnu/packages/gnupg.scm (pinentry): New variable. Ludovic Courtès
2014-01-13gnu: guile-ssh: Remove now unneeded cruft....* gnu/packages/ssh.scm (guile-ssh): Remove libssh version hack from 'autoreconf' phase. Ludovic Courtès
2014-01-12gnu: Add Aspell dictionaries....* gnu/packages/aspell.scm (aspell-dictionary): New procedure. (aspell-dict-en, aspell-dict-eo, aspell-dict-es, aspell-dict-fr): New variables. Ludovic Courtès
2014-01-05gnu: lsh: Move generic patching to 'snippet'....* gnu/packages/lsh.scm (lsh): Move generic patching to the 'snippet' field of 'origin'. Ludovic Courtès
2014-01-04gnu: lsh: Fix the absolute file name of 'sexp-conv'....* gnu/packages/lsh.scm (lsh): Rename 'fix-test-suite' phase to 'pre-configure'. Set PATH_SEXP_CONV in environ.h.in. Ludovic Courtès
2014-01-04gnu: nettle: Set the RUNPATH on 'sexp-conv' and other programs....* gnu/packages/nettle.scm (nettle): Rename 'inputs' to 'native-inputs'. Add 'arguments' field. Ludovic Courtès
2014-01-04gnu: lsh: Distinguish between native inputs and target inputs....* gnu/packages/lsh.scm (lsh): Move M4, Guile, gperf, and psmisc to 'native-inputs'. Use GUILE-2.0 instead of GUILE-FINAL. Ludovic Courtès
2014-01-03gnu: pulseaudio: Add patch for 'volume-test'; re-enable tests....* gnu/packages/patches/pulseaudio-volume-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/pulseaudio.scm (pulseaudio): Use it. Remove #:tests? #t. Ludovic Courtès
2013-12-30gnu: games: Add new package gnubg...* gnu/packages/games.scm (gnubg): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Darrington
2013-12-30gnu: libgcrypt: Add "debug" output....* gnu/packages/gnupg.scm (libgcrypt): Add 'outputs' field. Ludovic Courtès
2013-12-30gnu: mesa: Move out of xorg.scm and into gl.scm...* gnu/packages/xorg.scm (mesa): Move to... * gnu/packages/gl.scm (mesa): ... here. New variable. * gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm, gnu/packages/qemu.scm, gnu/packages/qt.scm: Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Darrington
2013-12-29gnu: automake: Upgrade to 1.14.1....* gnu/packages/autotools.scm (automake): Upgrade to 1.14.1. Ludovic Courtès
2013-12-29gnu: gdbm: Upgrade to 1.11....* gnu/packages/gdbm.scm (gdbm): Upgrade to 1.11. Ludovic Courtès
2013-12-29gnu: games: New module...* gnu/packages/games.scm (gnubik): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Darrington
2013-12-29gnu: gnome: Add new package gtkglext...* gnu/packages/gnome.scm (gtkglext): New variable. * gnu/packages/patches/gtkglext-disable-disable-deprecated.patch, gnu/packages/patches/gtkglext-remove-pangox-dependency.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Darrington
2013-12-28gnu: python: Update to 3.3.3....* gnu/packages/python.scm (python): Update to 3.3.3. Andreas Enge
2013-12-28gnu: python-2: Update to 2.7.6....* gnu/packages/python.scm (python-2): Update to 2.7.6. Andreas Enge
2013-12-28gnu: parallel: Update to 20131122....* gnu/packages/parallel.scm (parallel): Update to 20131122. Andreas Enge
2013-12-28gnu: xorriso: Update to 1.3.4....* gnu/packages/cdrom.scm (xorriso): Update to 1.3.4. Andreas Enge
2013-12-28gnu: libcdio: Update to 0.92....* gnu/packages/cdrom.scm (libcdio): Update to 0.92. Andreas Enge
2013-12-28gnu: libextractor: Update to 1.3....* gnu/packages/gnunet.scm (libextractor): Update to 1.3. Andreas Enge
2013-12-22gnu: vim: Update to 7.4....* gnu/packages/vim.scm (vim): Update to 7.4. Andreas Enge
2013-12-21Factorize package search between 'guix package' and 'guix build'....* guix/scripts/package.scm (newest-available-packages): Remove. (find-best-packages-by-name): Move to... * gnu/packages.scm (find-best-packages-by-name): ... here. (find-newest-available-packages): Memoize. * guix/scripts/build.scm (specification->package): New procedure, formerly called 'find-package' within 'guix-build'. (guix-build): Adjust accordingly. Ludovic Courtès
2013-12-18gnu: xf86-video-vmware: Add input xorg-server....* gnu/packages/xorg.scm (xf86-video-vmware): Add input xorg-server. Andreas Enge
2013-12-18gnu: iso-codes: Update to 3.49....* gnu/packages/iso-codes.scm (iso-codes): Update to 3.49. Andreas Enge
2013-12-18gnu: shishi: Use libgcrypt-1.5....* gnu/packages/shishi.scm (shishi): Use input libgcrypt-1.5 instead of 1.6. Andreas Enge
2013-12-18gnu: libgcrypt: Make old version 1.5.3 public....* gnu/packages/gnupg.scm (libgcrypt-1.5): New variable. * gnu/packages/ssh.scm (libssh): Use libgcrypt-1.5 instead of defining it ad-hoc. Andreas Enge
2013-12-17gnu: libssh: Upgrade to 0.5.5....* gnu/packages/ssh.scm (libssh): Upgrade to 0.5.5. Ludovic Courtès
2013-12-17gnu: libssh: Build against an older libgcrypt....* gnu/packages/ssh.scm (libssh): Use libgcrypt 1.5.3 as an input. Ludovic Courtès
2013-12-17gnu: ffmpeg: Modify runpath of binaries to include output library path....* gnu/packages/video.scm (ffmpeg): Patch binaries to add output library path to runpath. Andreas Enge
2013-12-16gnu: tor: Upgrade to 0.2.4.19....* gnu/packages/tor.scm (tor): Upgrade to 0.2.4.19. Ludovic Courtès
2013-12-16gnu: freeipmi: Upgrade to 1.3.4....* gnu/packages/freeipmi.scm (freeipmi): Upgrade to 1.3.4. Ludovic Courtès
2013-12-16gnu: libgcrypt: Upgrade to 1.6.0....* gnu/packages/gnupg.scm (libgcrypt): Upgrade to 1.6.0. Ludovic Courtès
2013-12-16gnu: Add gnome-desktop....* gnu/packages/gnome.scm (gnome-desktop): New variable. Cyril Roelandt
2013-12-15gnu: Add iso-codes....* gnu/packages/iso-codes.scm: New file. * gnu-system.am: Add it. Cyril Roelandt
2013-12-15gnu: Add libpeas....* gnu/packages/gnome.scm (libpeas): New variable. Cyril Roelandt