Age | Commit message (Collapse) | Author |
|
* gnu/packages/package-management.scm (guix-0.8): Rename to...
(guix-0.8.1): ... this. Add 'propagated-inputs'.
(guix-devel): Append ".0" to version number. Remove
'propagated-inputs'.
(guix): Set to GUIX-0.8.1.
|
|
* gnu/packages/xorg.scm (xf86-video-geode)[supported-systems]: Trim to include
only i686-based systems.
|
|
* gnu/packages/xorg.scm (xf86-video-intel)[supported-systems]: Trim to include
only Intel-based systems.
|
|
* gnu/packages/xorg.scm (xf86-video-ast, xf86-video-newport): Comment out.
|
|
* gnu/packages/scheme.scm (racket): Update to 6.1.1. Adjust URI.
[inputs]: Add FONTCONFIG and SQLITE.
|
|
* gnu/packages/ssh.scm (guile-ssh): Add 'autoreconf' phase after 'unpack'
instead of before 'configure', so that it will be before
'patch-usr-bin-file' and other similar phases.
|
|
* gnu/packages/libupnp.scm: New file.
* gnu-system.am: Add the new file.
|
|
* gnu/packages/glib.scm (telepathy-glib)[arguments]: New field.
* gnu/packages/gnome.scm (json-glib)[arguments]: New field.
|
|
* gnu/packages/gnunet.scm (libextractor)[source]: Add 'snippet'.
(libextractor)[inputs]: Remove GNU-GETTEXT, which was unneeded. Add
FILE.
|
|
* gnu/packages/gimp.scm (gimp): Update to 2.8.14.
|
|
* gnu/packages/linux.scm (linux-libre): Update to version 3.18.4.
|
|
* gnu/packages/xorg.scm (xinit): New variable.
|
|
* gnu/packages/apr.scm (apr-util): Correct hash.
|
|
* gnu/packages/sxiv.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/gcc.scm (gcj-4.8, ecj-bootstrap-4.8): New variables.
* gnu/packages/javac.in: New file.
* gnu-system.am (MISC_DISTRO_FILES): Add it.
* Makefile.am (nobase_dist_guilemodule_DATA): Add MISC_DISTRO_FILES.
|
|
* gnu/packages/rdf.scm (lrdf): New variable.
|
|
* gnu/packages/audio.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add it
|
|
* gnu/packages/package-management.scm (boot-guile-uri): New procedure.
(guix-0.8): Add "boot-guile/armhf" input. Update
'copy-bootstrap-guile' phase to handle it.
(guix-devel): Update snapshot.
|
|
* gnu/packages/zsh.scm (zsh): Update to 5.0.7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/apr.scm (apr-util): Update to 1.5.4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/ftp.scm (lftp): Update to 4.6.1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
This reverts commit 03c277653577a505eed7d49652c4e8ba76ea06e7.
|
|
This reverts commit a6ae52fe142781e236901add1461fdbf80420215.
|
|
* gnu/packages/netpbm.scm (netpbm): Correct hash.
Fixes <http://bugs.gnu.org/19686>.
Reported by Marek Benc <dusxmt@gmx.com> and Mark Weaver <mhw@netris.org>.
|
|
* gnu/packages/qt.scm (python-pyqt, python2-pyqt): New variables.
* gnu/packages/patches/pyqt-configure.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
|
|
* gnu/packages/qt.scm (python.sip, python2-sip): New variables.
|
|
* gnu/packages/netpbm.scm (netpbm): Update to 10.69.04.
|
|
* gnu/packages/video.scm (libdvdnav): New variable.
|
|
* gnu/packages/video.scm (libdvdread): New variable.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2015.01.23.4.
|
|
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.4.8.
|
|
* gnu/packages/xnee.scm (xnee): Update to 3.19. This requires gtk+-2 as
additional input.
|
|
* gnu/packages/netpbm.scm (netpbm): Use svn-fetch for the source instead
of a separately hosted tarball.
|
|
* gnu/packages/python.scm (python-pyparsing, python2-pyparsing): Update to 2.0.3.
|
|
* gnu/packages/glib.scm (gobject-introspection): Add patch
gobject-introspection-girepository.patch.
|
|
* gnu/packages/gtk.scm (gtk+)[inputs]: Add CUPS.
|
|
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.39.
|
|
* gnu/packages/version-control.scm (rcs): Update to 5.9.4.
|
|
* gnu/packages/parallel.scm (parallel): Update to 20150122.
|
|
* gnu/packages/gnupg.scm (libassuan): Update to 2.2.0.
|
|
* gnu/packages/linux.scm (util-linux)[source](snippet): Set
"build_kill=no" in 'configure'.
|
|
* gnu/packages/linux.scm (e2fsprogs)[arguments]: Add --disable-blkid
--disable-libuuid --disable-uuidd --disable-fsck.
|
|
* gnu/packages/linux.scm (util-linux): Update to 2.25.2. Remove
util-linux-perl.patch, and add util-linux-tests.patch. Adjust
'snippet'.
[arguments]: Remove 'patch-chkdupexe' phase. Add 'pre-check' phase.
[native-inputs]: Add NET-BASE.
* gnu/packages/patches/util-linux-perl.patch: Remove.
* gnu/packages/patches/util-linux-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
|
|
* gnu/packages/linux.scm (e2fsprogs): Update to 1.42.11.
|
|
* gnu/packages/patches/nvi-db4.patch: New file.
* gnu/packages/patches/nvi-dbpagesize-binpower.patch: New file.
* gnu/packages/nvi.scm (nvi): Make use of them.
* gnu-system.am (dist_patch_DATA): Add them.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/admin.scm (sudo)[arguments]<#:configure-flags>: Add
--with-rundir=/run/sudo --with-vardir=/var/db/sudo
--with-iologdir=/var/log/sudo-io.
|
|
* gnu/packages/package-management.scm (guix-devel)[propagated-inputs]:
Add GEISER.
|
|
* gnu/packages/autotools.scm (libtool): Update to 2.4.5.
(libltdl): Adjust 'version' and 'source' to remain at 2.4.4.
|
|
* gnu/packages/kde.scm (phonon): Move automoc to native-inputs and qt to
propagated inputs.
|