summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2015-01-23gnu: libassuan: Update to 2.2.0.Ludovic Courtès
* gnu/packages/gnupg.scm (libassuan): Update to 2.2.0.
2015-01-23gnu: util-linux: Do not build 'kill'.Ludovic Courtès
* gnu/packages/linux.scm (util-linux)[source](snippet): Set "build_kill=no" in 'configure'.
2015-01-23gnu: e2fsprogs: Don't build libraries and commands provided by util-linux.Ludovic Courtès
* gnu/packages/linux.scm (e2fsprogs)[arguments]: Add --disable-blkid --disable-libuuid --disable-uuidd --disable-fsck.
2015-01-23gnu: util-linux: Update to 2.25.2.Ludovic Courtès
* 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.
2015-01-23gnu: e2fsprogs: Update to 1.42.11.Ludovic Courtès
* gnu/packages/linux.scm (e2fsprogs): Update to 1.42.11.
2015-01-23doc: Add services to the configuration template.Ludovic Courtès
* gnu/system/os-config.tmpl (services): New field.
2015-01-23install: Make sure 'info' can decompress the Info files.Ludovic Courtès
* gnu/system/install.scm (log-to-info): Add GZIP to $PATH.
2015-01-23gnu: nvi: Fix Berkely DB compatability issues.Marek Benc
* 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>
2015-01-23gnu: sudo: Set rundir, vardir and iologdir.宋文武
* gnu/packages/admin.scm (sudo)[arguments]<#:configure-flags>: Add --with-rundir=/run/sudo --with-vardir=/var/db/sudo --with-iologdir=/var/log/sudo-io.
2015-01-22system: Make D-Bus warnings non fatal.Ludovic Courtès
* gnu/system.scm (etc-directory): Add 'DBUS_FATAL_WARNINGS' in PROFILE.
2015-01-22system: Create /etc/emacs/site-start.el.Ludovic Courtès
* gnu/system.scm (emacs-site-file, emacs-site-directory): New procedures. (etc-directory): Add 'EMACSLOADPATH' setting to PROFILE. Call 'emacs-site-directory', and bind its result to /etc/emacs.
2015-01-22gnu: guix-devel: Propagate Geiser.Ludovic Courtès
* gnu/packages/package-management.scm (guix-devel)[propagated-inputs]: Add GEISER.
2015-01-21gnu: libtool: Update to 2.4.5.Ludovic Courtès
* gnu/packages/autotools.scm (libtool): Update to 2.4.5. (libltdl): Adjust 'version' and 'source' to remain at 2.4.4.
2015-01-21gnu: phonon: Shuffle inputs.Andreas Enge
* gnu/packages/kde.scm (phonon): Move automoc to native-inputs and qt to propagated inputs.
2015-01-21gnu: phonon: Update to 4.8.3.Andreas Enge
* gnu/packages/kde.scm (phonon): Update to 4.8.3.
2015-01-21gnu: perf: Install libraries to lib/ instead of lib64/.Ludovic Courtès
* gnu/packages/linux.scm (perf)[arguments]: Add "lib=lib" to #:make-flags.
2015-01-21gnu: perf: Build the interactive TUI.Ludovic Courtès
* gnu/packages/linux.scm (perf)[inputs]: Add SLANG.
2015-01-21gnu: Add S-Lang.Ludovic Courtès
* gnu/packages/slang.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-01-21gnu: perf: Build the documentation.Ludovic Courtès
* gnu/packages/linux.scm (perf)[inputs]: Uncomment documentation inputs.
2015-01-21gnu: perf: Add dependency on Python.Ludovic Courtès
* gnu/packages/linux.scm (perf)[inputs]: Add PYTHON-2.
2015-01-21gnu: libpeas: Update to 1.12.1, add 'pre-build phase.Federico Beffa
* gnu/packages/gnome.scm (libpeas): Update to version 1.12.1 and add 'pre-build phase.
2015-01-20gnu: Add python-rdflib.Andreas Enge
* gnu/packages/rdf.scm (python-rdflib): New variable.
2015-01-20gnu: Add python-html5lib.Andreas Enge
* gnu/packages/python.scm (python-html5lib, python2-html5lib): New variables.
2015-01-20gnu: Add python-isodate.Andreas Enge
* gnu/packages/python.scm (python-isodate, python2-isodate): New variables.
2015-01-20gnu: 'search-patch' raises an error when a patch is not found.Ludovic Courtès
* gnu/packages.scm (search-patch): Raise an error condition when 'search-path' returns #f. * tests/packages.scm ("patch not found yields a run-time error"): New test.
2015-01-19gnu: Make libgnomeprint{,ui} as deprecated.Ludovic Courtès
* gnu/packages/gnome.scm (libgnomeprint): Add comment and update 'description' to mark it as deprecated. (libgnomeprintui): Ditto.
2015-01-19gnu: Remove unneeded #:select.Ludovic Courtès
* gnu/packages/fonts.scm: Remove #:select to work around <http://bugs.gnu.org/15540>.
2015-01-19gnu: Move guile-charting to (gnu packages plotutils).Ludovic Courtès
This removes the dependency from (gnu packages guile) to (gnu packages gtk), which potentially reduces the memory/IO/CPU footprint given that 'guile' is used during bootstrap. * gnu/packages/guile.scm (guile-charting): Move to... * gnu/packages/plotutils.scm (guile-charting): ... here.
2015-01-19gnu: Add json-glib.Andreas Enge
* gnu/packages/gnome.scm (json-glib): New variable.
2015-01-19gnu: tiled: Update to 0.11.0.David Thompson
* gnu/packages/game-development.scm (tiled): Update.
2015-01-19gnu: tiled: Move to game-development module.David Thompson
* gnu/packages/games.scm (tiled): Move from here... * gnu/packages/game-development (tiled): ...to here.
2015-01-19gnu: vte: Add 'pre-build phase.Federico Beffa
* gnu/packages/gnome.scm (vte): Add 'pre-build phase.
2015-01-19gnu: emms: Let the build system install emms-print-metadata.1.Ludovic Courtès
Reported by effa`` on #guix. * gnu/packages/emacs.scm (emms)[arguments] <pre-install>: Remove 'copy-file' invocation.
2015-01-19gnu: Add CUPS.Ricardo Wurmus
* gnu/packages/cups.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-01-19gnu: Add IJSRicardo Wurmus
* gnu/packages/ghostscript.scm (ijs): New variable.
2015-01-18gnu: Add telepathy-glib.Andreas Enge
* gnu/packages/glib.scm (telepathy-glib): New variable.
2015-01-18gnu: gtkmm: Update to 3.14.0.Federico Beffa
* gnu/packages/gtk.scm (gtkmm): Update to 3.14.0.
2015-01-18gnu: xorg-server: Disable parallel execution of tests.Federico Beffa
* gnu/packages/xorg.scm (xorg-server): Set '#:parallel-tests?' to '#f'.
2015-01-18gnu: librsvg: Update to 2.40.6 and add 'pre-build phase.Federico Beffa
* gnu/packages/gnome.scm (librsvg): Update to 2.40.6 and add 'pre-build phase.
2015-01-18gnu: python-scipy: Update to 0.15.0.Federico Beffa
* gnu/packages/python.scm (python-scipy): Update to 0.15.0.
2015-01-18gnu: python-matplotlib: Update comments.Federico Beffa
* gnu/packages/python.scm (python-matplotlib): Update comments as, with the patched 'gobject-introspection', setting LD_LIBRARY_PATH at run time is not anymore necessary. It's still necessary at build time.
2015-01-18gnu: gtk+: Update to 3.14.7.Federico Beffa
* gnu/packages/gtk.scm (gtk+): Update to 3.14.7.
2015-01-18gnu: python-matplotlib: Remove python-pillow input.Federico Beffa
* gnu/packages/python.scm (python-matplotlib): Remove python-pillow input as it currently is broken.
2015-01-18gnu: atk: Update to 2.15.3.Federico Beffa
* gnu/packages/gtk.scm (atk): Update to 2.15.3.
2015-01-18gnu: eudev: Add pre-build phase.Federico Beffa
* gnu/packages/linux.scm (eudev): Add 'pre-build phase to fix compilation with 'gobject-introspection' 1.42.0.
2015-01-18gnu: eudev: Update to 2.1.1.Federico Beffa
* gnu/packages/linux.scm (eudev): Update to 2.1.1.
2015-01-18gnu: gdk-pixbuf: Update to 2.31.1.Federico Beffa
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.31.1.
2015-01-18gnu: pango: Update to 1.36.8.Federico Beffa
* gnu/packages/gtk.scm (pango): Update to 1.36.8.
2015-01-18gnu: gobject-introspection: Update to 1.42.0 and add new patch.Federico Beffa
* gnu/packages/glib.scm (gobject-introspection): Update to version 1.42.0. Add patch 'gobject-introspection-absolute-shlib-path.patch' provided by Luca Bruno <lucabru@src.gnome.org> for Nix.
2015-01-17gnu: linux-libre: Update to 3.18.3Jason Self
* gnu/packages/linux.scm (linux-libre): Update to version 3.18.3.