Commit Graph

41243 Commits (845c44012c2a05436dc0a5316ff3c2a9e5bd725f)

Author SHA1 Message Date
Pierre Neidhardt a953423a8c
gnu: Add missing copyright.
* gnu/packages/games.scm: Do it.
2019-03-16 20:27:15 +01:00
Pierre Neidhardt 8044e58473
gnu: Add arx-libertatis.
* gnu/packages/games.scm (arx-libertatis): New variable.
2019-03-16 20:26:37 +01:00
Ludovic Courtès 21fcfe1ee9
bootloader: Use 'invoke/quiet' when running 'grub-install' and co.
This hides potentially confusing GRUB messages from the user, such as
"Installing for i386-pc platform."

* gnu/bootloader/extlinux.scm (install-extlinux): Use 'invoke/quiet'
instead of 'system*' and 'error'.
* gnu/bootloader/grub.scm (install-grub, install-grub-efi): Likewise.
* guix/scripts/system.scm (bootloader-installer-script): Guard against
'message-condition?' and handle them properly.
2019-03-16 18:15:13 +01:00
Ludovic Courtès f0cc5e7e1e
booloader: Add 'invoke/quiet'.
* 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-16 18:15:13 +01:00
Ludovic Courtès 22f95e028f
tests: Add 'with-environment-variable'.
* tests/scripts.scm (with-environment-variable): Move to...
* guix/tests.scm (with-environment-variable): ... here.
* tests/build-utils.scm ("wrap-program, one input, multiple calls"):
Use it instead of 'setenv'.
2019-03-16 18:15:09 +01:00
Pierre Neidhardt 0848615300
gnu: Add gaupol.
* gnu/packages/video.scm (gaupol): New variable.
2019-03-16 16:56:29 +01:00
Pierre Neidhardt b3aba78b7d
gnu: gst-plugins-good: Include gstgtk extension.
* gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Add gtk+.
2019-03-16 16:56:29 +01:00
Brian Leung 2d164c9e96
gnu: Add emacs-erc-image.
* gnu/packages/emacs-xyz.scm (emacs-erc-image): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-03-16 14:44:30 +03:00
Pierre Neidhardt 703a095e7e
gnu: emacs-helm-system-packages: Update to 20190316.
* gnu/packages/emacs-xyz.scm (emacs-helm-system-packages): Update to 20190316.
2019-03-16 12:27:39 +01:00
Brian Leung 54f51df681
gnu: Add emacs-unpackaged-el.
* gnu/packages/emacs-xyz.scm (emacs-unpackaged-el): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-03-16 14:08:56 +03:00
Brian Leung a671814526
gnu: Add emacs-editorconfig.
* gnu/packages/emacs-xyz.scm (emacs-editorconfig): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-03-16 13:59:28 +03:00
Brian Leung d82bd20348
gnu: Add emacs-eshell-z.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-03-16 13:31:39 +03:00
Mark H Weaver 4161deb454
gnu: linux-libre: Update to 5.0.2.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.2.
(%linux-libre-hash): Update hash.
2019-03-15 22:36:26 -04:00
Mark H Weaver ada3d06dce
gnu: linux-libre@4.19: Update to 4.19.29.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.29.
(%linux-libre-4.19-hash): Update hash.
2019-03-15 22:35:33 -04:00
Mark H Weaver 9914234ca5
gnu: linux-libre@4.14: Update to 4.14.106.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.106.
(%linux-libre-4.14-hash): Update hash.
2019-03-15 22:34:43 -04:00
Mark H Weaver eba7d5e9c9
gnu: linux-libre@4.9: Update to 4.9.163.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.163.
2019-03-15 22:33:55 -04:00
Nicolas Goaziou 3b2cf5c826
gnu: Add toutenclic.
* gnu/packages/education.scm (toutenclic): New variable.
2019-03-16 00:30:52 +01:00
P.C. Shyamshankar 41dfe40f5d
pack: Construct inferior package names correctly.
* guix/scripts/pack.scm (wrapped-package): now correctly constructs full
names of inferior packages.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2019-03-15 23:27:59 +01:00
nixo c71b7b5b37
services: mpd: add more configuration options
* 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-15 23:27:59 +01:00
Ludovic Courtès 99aec37a78
pack: "-RR" produces PRoot-enabled relocatable binaries.
* 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-15 23:27:59 +01:00
Ludovic Courtès c9b3a72b67
gnu: hplip-minimal: Remove dependency on Python & co.
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-15 23:27:59 +01:00
Ludovic Courtès ea843715b5
gnu: hplip: Do not keep reference to GCC.
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-15 23:27:59 +01:00
Ludovic Courtès 7a7d5f6641
gnu: hplip: Remove pre-built executable from the source.
* 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-15 23:27:59 +01:00
Ludovic Courtès 11e1df56e2
gnu: gnome-shell: Remove references to Inkscape and more.
The reference to Inkscape was introduced in commit
45fef894eb.

* gnu/packages/gnome.scm (gnome-shell)[arguments]: Add
 #:disallowed-references and #:modules.  Replace the 'glib-or-gtk-wrap'
 phase.
2019-03-15 23:27:59 +01:00
Ludovic Courtès ee71d44e60
build-system/glib-or-gtk: Support #:disallowed-references.
* guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Add
 #:disallowed-references and honor it.
2019-03-15 23:27:58 +01:00
Tobias Geerinckx-Rice 39c0a3fdb7
gnu: aisleriot: Update to 3.22.8.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.8.
2019-03-15 22:40:06 +01:00
Tobias Geerinckx-Rice e43f622a96
gnu: aisleriot: Don't use NAME in source URI.
* gnu/packages/gnome.scm (aisleriot)[source]: Hard-code NAME.
2019-03-15 22:40:05 +01:00
Tobias Geerinckx-Rice 6457509c73
gnu: openrct2: Update to 0.2.2.
* gnu/packages/games.scm (openrct2): Update to 0.2.2.
[arguments]: Re-indent.
2019-03-15 22:40:05 +01:00
Tobias Geerinckx-Rice 924e6993aa
gnu: openrct2-objects: Update to 1.0.9.
* gnu/packages/games.scm (openrct2-objects): Update to 1.0.9.
2019-03-15 22:40:04 +01:00
Tobias Geerinckx-Rice a9db93c10f
gnu: python-pygame: Update to 1.9.4.
* gnu/packages/game-development.scm (python-pygame): Update to 1.9.4.
[arguments]: Re-indent.
2019-03-15 22:40:04 +01:00
Tobias Geerinckx-Rice 75f66e4a39
gnu: eureka: Update to 1.24.
* gnu/packages/game-development.scm (eureka): Update to 1.24.
2019-03-15 22:40:04 +01:00
Leo Famulari e409879a3f
gnu: skopeo: Skip the test phase.
* gnu/packages/virtualization.scm (skopeo)[arguments]: Set #:tests? #f.
2019-03-15 15:37:11 -04:00
Pierre Neidhardt b55db49481
gnu: mkvtoolnix: Move all GUI files to the "gui" output.
* gnu/packages/video.scm (mkvtoolnix)[arguments]: Do it.
2019-03-15 20:33:34 +01:00
Tobias Geerinckx-Rice 0754f29afc
gnu: font-liberation: Update to 2.00.5.
* gnu/packages/fonts.scm (font-liberation): Update to 2.00.5.
[source, home-page]: Update project home.
2019-03-15 20:30:43 +01:00
Tobias Geerinckx-Rice 2f111f92be
gnu: libebml: Update to 1.3.7.
* gnu/packages/xml.scm (libebml): Update to 1.3.7.
[source]: Removed merged patch.
2019-03-15 20:30:43 +01:00
Tobias Geerinckx-Rice 079321fac1
gnu: libebml: Don't use NAME in source URI.
* gnu/packages/xml.scm (libebml)[source]: Hard-code NAME.
2019-03-15 20:30:43 +01:00
Tobias Geerinckx-Rice 62321a55de
gnu: sxhkd: Update to 0.6.0.
* gnu/packages/xdisorg.scm (sxhkd): Update to 0.6.0.
2019-03-15 20:30:42 +01:00
Tobias Geerinckx-Rice 77ad8a65b1
gnu: libfs: Update to 1.0.8.
* gnu/packages/xorg.scm (libfs): Update to 1.0.8.
2019-03-15 20:30:42 +01:00
Tobias Geerinckx-Rice 15ceaa910a
gnu: highlight: Update to 3.49.
* gnu/packages/pretty-print.scm (highlight): Update to 3.49.
[arguments]: Adjust SUBSTITUTE* regular expression.
2019-03-15 20:30:42 +01:00
Tobias Geerinckx-Rice dc8621a2c1
gnu: Move protozero to (gnu packages protobuf).
* gnu/packages/geo.scm (protozero): Move from here…
* gnu/packages/protobuf.scm (protozero): …to here.
2019-03-15 20:30:41 +01:00
Tobias Geerinckx-Rice 8dfdd746e1
gnu: perl-xml-feed: Update to 0.59.
* gnu/packages/xml.scm (perl-xml-feed): Update to 0.59.
2019-03-15 20:30:41 +01:00
Tobias Geerinckx-Rice 497b8df89a
gnu: perl-async-interrupt: Update to 1.24.
* gnu/packages/perl.scm (perl-async-interrupt): Update to 1.24.
[native-inputs]: Add perl-canary-stability.
2019-03-15 20:30:41 +01:00
Tobias Geerinckx-Rice 6dc75e18fe
gnu: perl-test-writevariants: Update to 0.014.
* gnu/packages/perl-check.scm (perl-test-writevariants): Update to 0.014.
[propagated-inputs]: Add perl-module-runtime.
2019-03-15 20:30:40 +01:00
Tobias Geerinckx-Rice 677aca12b7
gnu: perl-test-yaml: Update to 1.07.
* gnu/packages/perl-check.scm (perl-test-yaml): Update to 1.07.
2019-03-15 20:28:16 +01:00
Tobias Geerinckx-Rice e750f1fcdc
gnu: perl-test-trap: Update to 0.3.4.
* gnu/packages/perl-check.scm (perl-test-trap): Update to 0.3.4.
2019-03-15 18:40:46 +01:00
Tobias Geerinckx-Rice 960f2ade7e
gnu: perl-test-simple: Update to 1.302162.
* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302162.
2019-03-15 18:40:46 +01:00
Tobias Geerinckx-Rice a48d560f40
gnu: perl-test-sharedfork: Update to 0.35.
* gnu/packages/perl-check.scm (perl-test-sharedfork): Update to 0.35.
2019-03-15 18:40:46 +01:00
Tobias Geerinckx-Rice 17ed9595a5
gnu: perl-test-mocktime: Update to 0.17.
* gnu/packages/perl-check.scm (perl-test-mocktime): Update to 0.17.
2019-03-15 18:40:45 +01:00
Tobias Geerinckx-Rice 5c360e48db
gnu: perl-test-mockobject: Run tests.
* gnu/packages/perl-check.scm (perl-test-mockobject)[arguments]: Re-enable tests.
[native-inputs]: Add perl-cgi.
2019-03-15 18:40:45 +01:00
Tobias Geerinckx-Rice cb5c64c6f5
gnu: perl-test-mockobject: Update to 1.20180705.
* gnu/packages/perl-check.scm (perl-test-mockobject): Update to 1.20180705.
2019-03-15 18:40:44 +01:00