summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: gajim-omemo: Update to 2.6.28.Rutger Helling2019-03-17
| | | | * gnu/packages/messaging.scm (gajim-omemo): Update to 2.6.28.
* gnu: Add kaldi-gstreamer-server.Ricardo Wurmus2019-03-17
| | | | * gnu/packages/machine-learning.scm (kaldi-gstreamer-server): New variable.
* gnu: Add python2-ws4py-for-kaldi-gstreamer-server.Ricardo Wurmus2019-03-17
| | | | | * gnu/packages/python-web.scm (python2-ws4py-for-kaldi-gstreamer-server): New variable.
* gnu: lua-lpeg: Update to 1.0.2.Tobias Geerinckx-Rice2019-03-16
| | | | * gnu/packages/lua.scm (make-lua-lpeg): Update to 1.0.2.
* gnu: perl-ev: Update to 4.25.Tobias Geerinckx-Rice2019-03-16
| | | | * gnu/packages/libevent.scm (perl-ev): Update to 4.25.
* gnu: libwpd: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-03-16
| | | | * gnu/packages/libreoffice.scm (libwpd)[source]: Hard-code NAME.
* gnu: libwpg: Update to 0.3.3.Tobias Geerinckx-Rice2019-03-16
| | | | * gnu/packages/libreoffice.scm (libwpg): Update to 0.3.3.
* gnu: libwpg: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-03-16
| | | | * gnu/packages/libreoffice.scm (libwpg)[source]: Hard-code NAME.
* gnu: libqxp: Update to 0.0.2.Tobias Geerinckx-Rice2019-03-16
| | | | * gnu/packages/libreoffice.scm (libqxp): Update to 0.0.2.
* gnu: libnumbertext: Update to 1.0.5.Tobias Geerinckx-Rice2019-03-16
| | | | | | * gnu/packages/libreoffice.scm (libnumbertext): Update to 1.0.5. [source]: Use a release tarball. [native-inputs]: Remove autoconf, automake, libtool, and pkg-config.
* gnu: go-ipfs: Update to 0.4.19.Tobias Geerinckx-Rice2019-03-16
| | | | * gnu/packages/ipfs.scm (go-ipfs): Update to 0.4.19.
* gnu: catimg: Update to 2.5.0.Tobias Geerinckx-Rice2019-03-16
| | | | * gnu/packages/image-viewers.scm (catimg): Update to 2.5.0.
* gnu: sxiv: Update to 25.Tobias Geerinckx-Rice2019-03-16
| | | | | * gnu/packages/image-viewers.scm (sxiv): Update to 25. [arguments]: Change renamed DEF_CPPFLAGS to CPPFLAGS.
* gnu: easyrpg-player: Update to 0.6.0.Tobias Geerinckx-Rice2019-03-16
| | | | * gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.0.
* gnu: liblcf: Update to 0.6.0.Tobias Geerinckx-Rice2019-03-16
| | | | * gnu/packages/easyrpg.scm (liblcf): Update to 0.6.0.
* gnu: burp: Update to 2.3.2.Tobias Geerinckx-Rice2019-03-16
| | | | * gnu/packages/backup.scm (burp): Update to 2.3.2.
* guix: Match package names case-insensitively.Tobias Geerinckx-Rice2019-03-16
| | | | | * guix/scripts/package.scm (options->upgrade-predicate, process-query): Use REGEXP/ICASE when matching package names.
* gnu: evolution: Actually fix licenses.Ricardo Wurmus2019-03-16
| | | | * gnu/packages/gnome.scm (evolution)[license]: Use LPGL2.1.
* gnu: evolution: Fix typo.Ricardo Wurmus2019-03-16
| | | | * gnu/packages/gnome.scm (evolution)[license]: Fix typo.
* gnu: Add evolution.Ricardo Wurmus2019-03-16
| | | | * gnu/packages/gnome.scm (evolution): New variable.
* gnu: Add ytnef.Ricardo Wurmus2019-03-16
| | | | * gnu/packages/mail.scm (ytnef): New variable.
* gnu: Add emacs-nhexl-mode.Pierre Neidhardt2019-03-16
| | | | * gnu/packages/emacs-xyz.scm (emacs-nhexl-mode): New variable.
* gnu: Add missing copyright.Pierre Neidhardt2019-03-16
| | | | * gnu/packages/games.scm: Do it.
* gnu: Add arx-libertatis.Pierre Neidhardt2019-03-16
| | | | * gnu/packages/games.scm (arx-libertatis): New variable.
* bootloader: Use 'invoke/quiet' when running 'grub-install' and co.Ludovic Courtès2019-03-16
| | | | | | | | | | | 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.
* booloader: Add 'invoke/quiet'.Ludovic Courtès2019-03-16
| | | | | | | | | * 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.
* tests: Add 'with-environment-variable'.Ludovic Courtès2019-03-16
| | | | | | | * 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'.
* gnu: Add gaupol.Pierre Neidhardt2019-03-16
| | | | * gnu/packages/video.scm (gaupol): New variable.
* gnu: gst-plugins-good: Include gstgtk extension.Pierre Neidhardt2019-03-16
| | | | * gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Add gtk+.
* gnu: Add emacs-erc-image.Brian Leung2019-03-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-erc-image): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: emacs-helm-system-packages: Update to 20190316.Pierre Neidhardt2019-03-16
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-system-packages): Update to 20190316.
* gnu: Add emacs-unpackaged-el.Brian Leung2019-03-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-unpackaged-el): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add emacs-editorconfig.Brian Leung2019-03-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-editorconfig): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add emacs-eshell-z.Brian Leung2019-03-16
| | | | Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: linux-libre: Update to 5.0.2.Mark H Weaver2019-03-15
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.2. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.29.Mark H Weaver2019-03-15
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.29. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.106.Mark H Weaver2019-03-15
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.106. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.163.Mark H Weaver2019-03-15
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.163.
* gnu: Add toutenclic.Nicolas Goaziou2019-03-16
| | | | * gnu/packages/education.scm (toutenclic): New variable.
* pack: Construct inferior package names correctly.P.C. Shyamshankar2019-03-15
| | | | | | | * guix/scripts/pack.scm (wrapped-package): now correctly constructs full names of inferior packages. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* services: mpd: add more configuration optionsnixo2019-03-15
| | | | | | | | * 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>
* pack: "-RR" produces PRoot-enabled relocatable binaries.Ludovic Courtès2019-03-15
| | | | | | | | | | | | | | | | * 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.
* gnu: hplip-minimal: Remove dependency on Python & co.Ludovic Courtès2019-03-15
| | | | | | | | 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.
* gnu: hplip: Do not keep reference to GCC.Ludovic Courtès2019-03-15
| | | | | | | | | 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.
* gnu: hplip: Remove pre-built executable from the source.Ludovic Courtès2019-03-15
| | | | | | * 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.
* gnu: gnome-shell: Remove references to Inkscape and more.Ludovic Courtès2019-03-15
| | | | | | | | | 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.
* build-system/glib-or-gtk: Support #:disallowed-references.Ludovic Courtès2019-03-15
| | | | | * guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Add #:disallowed-references and honor it.
* gnu: aisleriot: Update to 3.22.8.Tobias Geerinckx-Rice2019-03-15
| | | | * gnu/packages/gnome.scm (aisleriot): Update to 3.22.8.
* gnu: aisleriot: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-03-15
| | | | * gnu/packages/gnome.scm (aisleriot)[source]: Hard-code NAME.
* gnu: openrct2: Update to 0.2.2.Tobias Geerinckx-Rice2019-03-15
| | | | | * gnu/packages/games.scm (openrct2): Update to 0.2.2. [arguments]: Re-indent.