summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2019-03-16booloader: Add 'invoke/quiet'.Ludovic Courtès
* gnu/build/bootloader.scm (G_): New macro. (open-pipe-with-stderr, invoke/quiet): New procedures. * tests/build-utils.scm ("invoke/quiet, success") ("invoke/quiet, failure") ("invoke/quiet, failure, message on stderr"): New tests. * po/guix/POTFILES.in: Add bootloader.scm.
2019-03-16gnu: Add gaupol.Pierre Neidhardt
* gnu/packages/video.scm (gaupol): New variable.
2019-03-16gnu: gst-plugins-good: Include gstgtk extension.Pierre Neidhardt
* gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Add gtk+.
2019-03-16gnu: Add emacs-erc-image.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-erc-image): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-03-16gnu: emacs-helm-system-packages: Update to 20190316.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-helm-system-packages): Update to 20190316.
2019-03-16gnu: Add emacs-unpackaged-el.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-unpackaged-el): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-03-16gnu: Add emacs-editorconfig.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-editorconfig): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-03-16gnu: Add emacs-eshell-z.Brian Leung
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-03-15gnu: linux-libre: Update to 5.0.2.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.2. (%linux-libre-hash): Update hash.
2019-03-15gnu: linux-libre@4.19: Update to 4.19.29.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.29. (%linux-libre-4.19-hash): Update hash.
2019-03-15gnu: linux-libre@4.14: Update to 4.14.106.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.106. (%linux-libre-4.14-hash): Update hash.
2019-03-15gnu: linux-libre@4.9: Update to 4.9.163.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.163.
2019-03-16gnu: Add toutenclic.Nicolas Goaziou
* gnu/packages/education.scm (toutenclic): New variable.
2019-03-15services: mpd: add more configuration optionsnixo
* gnu/services/audio.scm (<mpd-configuration>): Add 'db-file', 'state-file' and 'sticker-file' fields. * doc/guix.texi (Music Player Daemon): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-03-15pack: "-RR" produces PRoot-enabled relocatable binaries.Ludovic Courtès
* gnu/packages/aux-files/run-in-namespace.c (exec_with_proot): New function. (main): When 'clone' fails, call 'rm_rf'. [PROOT_PROGRAM]: When 'clone' fails, call 'exec_with_proot'. * guix/scripts/pack.scm (wrapped-package): Add #:proot?. [proot]: New procedure. [build]: Compile with -DPROOT_PROGRAM when PROOT? is true. * guix/scripts/pack.scm (%options): Set the 'relocatable?' value to 'proot when "-R" is passed several times. (guix-pack): Pass #:proot? to 'wrapped-package'. * tests/guix-pack-relocatable.sh: Use "-RR" on Intel systems that lack user namespace support. * doc/guix.texi (Invoking guix pack): Document -RR.
2019-03-15gnu: hplip-minimal: Remove dependency on Python & co.Ludovic Courtès
This reduces the closure from 432 MiB to 160 MiB. * gnu/packages/cups.scm (hplip-minimal)[arguments]: Pass "--enable-lite-build" and remove 'wrap-binaries' phase. [inputs]: Remove all things Python.
2019-03-15gnu: hplip: Do not keep reference to GCC.Ludovic Courtès
Previously the 'dat2drv' and 'locatedriver' programs would be installed to share/hplip, and thus they would not get stripped during the 'strip' phase. Consequently, they retained references to GCC. * gnu/packages/cups.scm (hplip)[source](snippet): Change "data2drvdir" and "locatedriverdir" in Makefile.in.
2019-03-15gnu: hplip: Remove pre-built executable from the source.Ludovic Courtès
* gnu/packages/cups.scm (hplip)[source](snippet): Remove all the files matching 'elf-file?', not just ".so" files. This includes the 'locatedriver' executable found in the upstream tarball.
2019-03-15gnu: gnome-shell: Remove references to Inkscape and more.Ludovic Courtès
The reference to Inkscape was introduced in commit 45fef894eb5b39029633cd0cd907e8ce8c5ab379. * gnu/packages/gnome.scm (gnome-shell)[arguments]: Add #:disallowed-references and #:modules. Replace the 'glib-or-gtk-wrap' phase.
2019-03-15gnu: aisleriot: Update to 3.22.8.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.8.
2019-03-15gnu: aisleriot: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (aisleriot)[source]: Hard-code NAME.
2019-03-15gnu: openrct2: Update to 0.2.2.Tobias Geerinckx-Rice
* gnu/packages/games.scm (openrct2): Update to 0.2.2. [arguments]: Re-indent.
2019-03-15gnu: openrct2-objects: Update to 1.0.9.Tobias Geerinckx-Rice
* gnu/packages/games.scm (openrct2-objects): Update to 1.0.9.
2019-03-15gnu: python-pygame: Update to 1.9.4.Tobias Geerinckx-Rice
* gnu/packages/game-development.scm (python-pygame): Update to 1.9.4. [arguments]: Re-indent.
2019-03-15gnu: eureka: Update to 1.24.Tobias Geerinckx-Rice
* gnu/packages/game-development.scm (eureka): Update to 1.24.
2019-03-15gnu: skopeo: Skip the test phase.Leo Famulari
* gnu/packages/virtualization.scm (skopeo)[arguments]: Set #:tests? #f.
2019-03-15gnu: mkvtoolnix: Move all GUI files to the "gui" output.Pierre Neidhardt
* gnu/packages/video.scm (mkvtoolnix)[arguments]: Do it.
2019-03-15gnu: font-liberation: Update to 2.00.5.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-liberation): Update to 2.00.5. [source, home-page]: Update project home.
2019-03-15gnu: libebml: Update to 1.3.7.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (libebml): Update to 1.3.7. [source]: Removed merged patch.
2019-03-15gnu: libebml: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (libebml)[source]: Hard-code NAME.
2019-03-15gnu: sxhkd: Update to 0.6.0.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (sxhkd): Update to 0.6.0.
2019-03-15gnu: libfs: Update to 1.0.8.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (libfs): Update to 1.0.8.
2019-03-15gnu: highlight: Update to 3.49.Tobias Geerinckx-Rice
* gnu/packages/pretty-print.scm (highlight): Update to 3.49. [arguments]: Adjust SUBSTITUTE* regular expression.
2019-03-15gnu: Move protozero to (gnu packages protobuf).Tobias Geerinckx-Rice
* gnu/packages/geo.scm (protozero): Move from here… * gnu/packages/protobuf.scm (protozero): …to here.
2019-03-15gnu: perl-xml-feed: Update to 0.59.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (perl-xml-feed): Update to 0.59.
2019-03-15gnu: perl-async-interrupt: Update to 1.24.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-async-interrupt): Update to 1.24. [native-inputs]: Add perl-canary-stability.
2019-03-15gnu: perl-test-writevariants: Update to 0.014.Tobias Geerinckx-Rice
* gnu/packages/perl-check.scm (perl-test-writevariants): Update to 0.014. [propagated-inputs]: Add perl-module-runtime.
2019-03-15gnu: perl-test-yaml: Update to 1.07.Tobias Geerinckx-Rice
* gnu/packages/perl-check.scm (perl-test-yaml): Update to 1.07.
2019-03-15gnu: perl-test-trap: Update to 0.3.4.Tobias Geerinckx-Rice
* gnu/packages/perl-check.scm (perl-test-trap): Update to 0.3.4.
2019-03-15gnu: perl-test-simple: Update to 1.302162.Tobias Geerinckx-Rice
* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302162.
2019-03-15gnu: perl-test-sharedfork: Update to 0.35.Tobias Geerinckx-Rice
* gnu/packages/perl-check.scm (perl-test-sharedfork): Update to 0.35.
2019-03-15gnu: perl-test-mocktime: Update to 0.17.Tobias Geerinckx-Rice
* gnu/packages/perl-check.scm (perl-test-mocktime): Update to 0.17.
2019-03-15gnu: perl-test-mockobject: Run tests.Tobias Geerinckx-Rice
* gnu/packages/perl-check.scm (perl-test-mockobject)[arguments]: Re-enable tests. [native-inputs]: Add perl-cgi.
2019-03-15gnu: perl-test-mockobject: Update to 1.20180705.Tobias Geerinckx-Rice
* gnu/packages/perl-check.scm (perl-test-mockobject): Update to 1.20180705.
2019-03-15gnu: perl-test-manifest: Update to 2.021.Tobias Geerinckx-Rice
* gnu/packages/perl-check.scm (perl-test-manifest): Update to 2.021.
2019-03-15gnu: perl-test-harness: Update to 3.42.Tobias Geerinckx-Rice
* gnu/packages/perl-check.scm (perl-test-harness): Update to 3.42.
2019-03-15gnu: perl-test-differences: Update to 0.67.Tobias Geerinckx-Rice
* gnu/packages/perl-check.scm (perl-test-differences): Update to 0.67.
2019-03-15gnu: perl-test-cleannamespaces: Update to 0.24.Tobias Geerinckx-Rice
* gnu/packages/perl-check.scm (perl-test-cleannamespaces): Update to 0.24.
2019-03-15gnu: emacs-magit-svn: Update to 20190216.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-magit-svn): Update to 20190216.
2019-03-15gnu: emacs-magit: Update to 20190311.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 20190311.