jackhill/guix/guix.git
5 years agoservices: docker: Make shepherd service also require "dbus-system",
Danny Milosavljevic [Mon, 11 Feb 2019 17:29:01 +0000 (18:29 +0100)]
services: docker: Make shepherd service also require "dbus-system",
"elogind" and "udev".

Fixes <https://bugs.gnu.org/34333>.

* gnu/services/docker.scm (docker-shepherd-service): Require "dbus-system",
"elogind" and "udev".

5 years agognu: gama: Update to 2.03.
Kei Kebreau [Mon, 11 Feb 2019 10:48:40 +0000 (05:48 -0500)]
gnu: gama: Update to 2.03.

* gnu/packages/gps.scm (gama): Update to 2.03.

5 years agoservices: docker: Make shepherd service require "networking".
Danny Milosavljevic [Mon, 11 Feb 2019 10:44:04 +0000 (11:44 +0100)]
services: docker: Make shepherd service require "networking".

Fixes <https://bugs.gnu.org/34333>.

* gnu/services/docker.scm (docker-shepherd-service): Require "networking".

5 years agognu: gloox: Update to 1.0.22.
Vagrant Cascadian [Mon, 11 Feb 2019 05:50:35 +0000 (21:50 -0800)]
gnu: gloox: Update to 1.0.22.

* gnu/packages/messaging.scm (gloox): Update to 1.0.22.

5 years agognu: python-ecpy: Update to 0.10.0.
Vagrant Cascadian [Sat, 9 Feb 2019 01:11:04 +0000 (17:11 -0800)]
gnu: python-ecpy: Update to 0.10.0.

* gnu/packages/python-crypto.scm (python-ecpy): Update to 0.10.0.

5 years agognu: python-pycryptodome: Update to 3.7.3.
Vagrant Cascadian [Sun, 10 Feb 2019 04:45:09 +0000 (20:45 -0800)]
gnu: python-pycryptodome: Update to 3.7.3.

* gnu/packages/python-crypto (python-cryptodome): Update to 3.7.3.

5 years agognu: u-boot-novena: Allow booting from raw device offset.
Vagrant Cascadian [Wed, 6 Feb 2019 22:35:54 +0000 (14:35 -0800)]
gnu: u-boot-novena: Allow booting from raw device offset.

* gnu/packages/bootloaders.scm (u-boot-novena): Disable loading u-boot.img
from a partition.

5 years agognu: Add python-pymsgbox.
Vagrant Cascadian [Sat, 9 Feb 2019 02:16:11 +0000 (18:16 -0800)]
gnu: Add python-pymsgbox.

* gnu/packages/python-xyz.scm (python-pymsgbox): New variable.

5 years agognu: Add python-daemon.
Vagrant Cascadian [Thu, 7 Feb 2019 14:49:48 +0000 (06:49 -0800)]
gnu: Add python-daemon.

* gnu/packages/python-xyz.scm (python-daemon): New variable.

5 years agognu: dmenu: Update to 4.9.
Leo Famulari [Mon, 11 Feb 2019 07:40:55 +0000 (02:40 -0500)]
gnu: dmenu: Update to 4.9.

* gnu/packages/suckless.scm (dmenu): Update to 4.9.

5 years agognu: Dropbear: Add a comment about bundled libraries.
Leo Famulari [Mon, 11 Feb 2019 04:03:22 +0000 (23:03 -0500)]
gnu: Dropbear: Add a comment about bundled libraries.

* gnu/packages/ssh.scm (dropbear): Comment.

5 years agognu: curl: Update to 7.64.0 [fixes CVE-2018-16890 and CVE-2019-{3822,3823}].
Leo Famulari [Mon, 11 Feb 2019 02:58:07 +0000 (21:58 -0500)]
gnu: curl: Update to 7.64.0 [fixes CVE-2018-16890 and CVE-2019-{3822,3823}].

* gnu/packages/curl.scm (curl)[replacement]: New field.
(curl-7.64.0): New variable.

5 years agognu: Dovecot: Update to 2.3.4.1 [fixes CVE-2019-3814].
Leo Famulari [Mon, 11 Feb 2019 02:53:07 +0000 (21:53 -0500)]
gnu: Dovecot: Update to 2.3.4.1 [fixes CVE-2019-3814].

* gnu/packages/mail.scm (dovecot): Update to 2.3.4.1.

5 years agognu: Syncthing: Update to 1.0.1.
Leo Famulari [Mon, 11 Feb 2019 02:15:50 +0000 (21:15 -0500)]
gnu: Syncthing: Update to 1.0.1.

* gnu/packages/syncthing.scm (syncthing): Update to 1.0.1.

5 years agognu: MPD: Update to 0.21.4.
Leo Famulari [Mon, 11 Feb 2019 00:22:35 +0000 (19:22 -0500)]
gnu: MPD: Update to 0.21.4.

We no longer install any systemd unit files for MPD because this is no longer
supported upstream as a matter of policy or via MPD's build system. [0]

Specifically, they don't support using MPD with systemd unless MPD was linked
with libsystemd. The unit files are only built when this is the case.

[0]
<https://github.com/MusicPlayerDaemon/MPD/issues/124#issuecomment-334930456>

* gnu/packages/mpd.scm (mpd): Update to 0.21.4.
[build-system]: Use meson-build-system.
[native-inputs]: Add gcc-8, gcc-8:lib, and python-sphinx.
[arguments]: Add a 'expand-C++-include-path' phase. Remove the
'install-service-files' phase. Make sure to build the documentation.

5 years agoservices: gdm: Disable debugging output.
Ludovic Courtès [Sun, 10 Feb 2019 22:15:45 +0000 (23:15 +0100)]
services: gdm: Disable debugging output.

* gnu/services/xorg.scm (gdm-etc-service)[gdm-configuration-file]:
Comment out debugging setting.

5 years agognu: gnome-shell: Customize the GDM log-in screen.
Ludovic Courtès [Sun, 10 Feb 2019 22:11:20 +0000 (23:11 +0100)]
gnu: gnome-shell: Customize the GDM log-in screen.

* gnu/packages/patches/gnome-shell-theme.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gnome-shell)[source](patches, modules)
(snippet): New fields.
[arguments]: Add 'rebuild-css' phase.
[native-inputs]: Add RUBY-SASS.

5 years agoartwork: Update snapshot to e951905.
Ludovic Courtès [Sun, 10 Feb 2019 22:03:46 +0000 (23:03 +0100)]
artwork: Update snapshot to e951905.

* gnu/artwork.scm (%artwork-repository): Update to e951905.

5 years agognu: gnome: Remove '--disable-acceleration-check' flag from 'gnome.desktop'.
Ludovic Courtès [Sun, 10 Feb 2019 14:32:58 +0000 (15:32 +0100)]
gnu: gnome: Remove '--disable-acceleration-check' flag from 'gnome.desktop'.

With this change the GNOME session is now listed in the log-in screen of
GDM.

* gnu/packages/gnome.scm (gnome-session)[arguments]: Remove
'disable-hardware-acceleration-check' phase.  That phase was apparently
no longer needed.  Furthermore, GDM expects 'TryExec' to be a file name,
not a file name followed by arguments; thus, the option led GDM to
discard 'gnome.desktop' with "GdmSession: Command not found: TryExec".

5 years agognu: qtwebkit: Build sequentially.
Ludovic Courtès [Sun, 10 Feb 2019 11:10:17 +0000 (12:10 +0100)]
gnu: qtwebkit: Build sequentially.

Fixes <https://bugs.gnu.org/34062>.

* gnu/packages/qt.scm (qtwebkit)[arguments]: Add #:parallel-build? #f.

5 years agognu: Add ghc-stylish-haskell.
Gabriel Hondet [Sun, 10 Feb 2019 20:47:24 +0000 (21:47 +0100)]
gnu: Add ghc-stylish-haskell.

* gnu/packages/haskell.scm (ghc-stylish-haskell): New variable.

5 years agognu: Add ghc-base-unicode-symbols.
Gabriel Hondet [Sun, 10 Feb 2019 20:45:04 +0000 (21:45 +0100)]
gnu: Add ghc-base-unicode-symbols.

* gnu/packages/haskell.scm (ghc-base-unicode-symbols): New variable.

5 years agognu: Add ghc-alsa-core.
Gabriel Hondet [Sun, 10 Feb 2019 15:39:09 +0000 (16:39 +0100)]
gnu: Add ghc-alsa-core.

* gnu/packages/haskell.scm (ghc-alsa-core): New variable.

5 years agognu: python-trezor: Update to 0.11.1.
Vagrant Cascadian [Tue, 5 Feb 2019 04:14:23 +0000 (04:14 +0000)]
gnu: python-trezor: Update to 0.11.1.

* gnu/packages/finance.scm (python-trezor): Update to 0.11.1.
[arguments]: Remove obsolete "slow_cosi" test.
Delete "test_tx_api" test, which requires network access.
[propagated-inputs]: Add python-construct and python-typing-extensions,
Remove python-hidapi, python-protobuf and python-typing.
[native-inputs]: Remove python-mock, Add protobuf, python-black,
python-protobuf and python-isort.

5 years agognu: Add python-construct.
Vagrant Cascadian [Tue, 5 Feb 2019 04:14:23 +0000 (04:14 +0000)]
gnu: Add python-construct.

* gnu/packages/python-xyz.scm (python-construct): New variable.

5 years agognu: Add python-typing-extensions.
Vagrant Cascadian [Tue, 5 Feb 2019 04:14:23 +0000 (04:14 +0000)]
gnu: Add python-typing-extensions.

* gnu/packages/python-xyz.scm (python-typing-extensions): New variable.

5 years agognu: python-keepkey: Update to 6.0.2.
Vagrant Cascadian [Fri, 8 Feb 2019 04:35:20 +0000 (20:35 -0800)]
gnu: python-keepkey: Update to 6.0.2.

* gnu/packages/finance.scm (python-keepkey): Update to 6.0.2.
[propagated-inputs]: Add python-libusb1.

5 years agognu: electron-cash: Update to 3.3.5.
Vagrant Cascadian [Sun, 10 Feb 2019 04:43:53 +0000 (20:43 -0800)]
gnu: electron-cash: Update to 3.3.5.

* gnu/packages/finance.scm (electron-cash): Update to 3.3.5.
[source]: Update uri.

5 years agognu: java-xstream: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 10 Feb 2019 14:30:24 +0000 (15:30 +0100)]
gnu: java-xstream: Don't use unstable tarball.

* gnu/packages/xml.scm (java-xstream)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: java-xom: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 10 Feb 2019 13:45:35 +0000 (14:45 +0100)]
gnu: java-xom: Don't use unstable tarball.

* gnu/packages/xml.scm (java-xom)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Add 'make-git-checkout-writable' phase.

5 years agognu: java-jettison: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 10 Feb 2019 12:30:02 +0000 (13:30 +0100)]
gnu: java-jettison: Don't use unstable tarball.

* gnu/packages/xml.scm (java-jettison)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: tinyxml2: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 10 Feb 2019 11:43:31 +0000 (12:43 +0100)]
gnu: tinyxml2: Don't use unstable tarball.

* gnu/packages/xml.scm (tinyxml2)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: java-jdom2: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 10 Feb 2019 10:59:31 +0000 (11:59 +0100)]
gnu: java-jdom2: Don't use unstable tarball.

* gnu/packages/xml.scm (java-jdom2)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: java-kxml2: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 10 Feb 2019 01:37:28 +0000 (02:37 +0100)]
gnu: java-kxml2: Don't use unstable tarball.

* gnu/packages/xml.scm (java-kxml2)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Add 'make-git-checkout-writable' phase.

5 years agognu: java-dom4j: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 10 Feb 2019 01:21:33 +0000 (02:21 +0100)]
gnu: java-dom4j: Don't use unstable tarball.

* gnu/packages/xml.scm (java-dom4j)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: java-groovy-bootstrap: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 10 Feb 2019 14:13:23 +0000 (15:13 +0100)]
gnu: java-groovy-bootstrap: Don't use unstable tarball.

* gnu/packages/groovy.scm (java-groovy-bootstrap)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: xlsx2csv: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 10 Feb 2019 00:27:03 +0000 (01:27 +0100)]
gnu: xlsx2csv: Don't use unstable tarball.

* gnu/packages/xml.scm (xlsx2csv)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: xlsx2csv: Update to 0.7.4.
Tobias Geerinckx-Rice [Sun, 10 Feb 2019 00:24:44 +0000 (01:24 +0100)]
gnu: xlsx2csv: Update to 0.7.4.

* gnu/packages/xml.scm (xlsx2csv): Update to 0.7.4.

5 years agognu: clojure-tools-macro: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sat, 9 Feb 2019 23:39:09 +0000 (00:39 +0100)]
gnu: clojure-tools-macro: Don't use unstable tarball.

* gnu/packages/clojure.scm (clojure-tools-macro)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: clojure-algo-monads: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sat, 9 Feb 2019 23:39:02 +0000 (00:39 +0100)]
gnu: clojure-algo-monads: Don't use unstable tarball.

* gnu/packages/clojure.scm (clojure-algo-monads)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: clojure-algo-generic: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sat, 9 Feb 2019 23:34:10 +0000 (00:34 +0100)]
gnu: clojure-algo-generic: Don't use unstable tarball.

* gnu/packages/clojure.scm (clojure-algo-generic)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: xinetd: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sat, 9 Feb 2019 20:46:50 +0000 (21:46 +0100)]
gnu: xinetd: Don't use unstable tarball.

* gnu/packages/web.scm (xinetd)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agoinstall: Use (gnu package certs) module for the nss-certs package.
Pierre Neidhardt [Sun, 10 Feb 2019 14:30:35 +0000 (15:30 +0100)]
install: Use (gnu package certs) module for the nss-certs package.

* gnu/system/install.scm: Use (gnu package certs).

5 years agoinstall: Add nss-certs to the image.
Pierre Neidhardt [Fri, 8 Feb 2019 14:30:08 +0000 (15:30 +0100)]
install: Add nss-certs to the image.

* gnu/system/install.scm (installation-os)[packages]: Add nss-certs.

5 years agognu: linux-libre@4.4: Update to 4.4.174.
Mark H Weaver [Sun, 10 Feb 2019 04:01:12 +0000 (23:01 -0500)]
gnu: linux-libre@4.4: Update to 4.4.174.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.174.

5 years agognu: emacs-pdf-tools: Update to 0.90.
Nicolas Goaziou [Sat, 9 Feb 2019 22:30:13 +0000 (23:30 +0100)]
gnu: emacs-pdf-tools: Update to 0.90.

* gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Update to 0.90.
[source]: Remove patch.
* gnu/packages/patches/emacs-pdf-tools-poppler.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove reference to deleted file.

5 years agognu: electrum: Update to 3.3.3.
Vagrant Cascadian [Tue, 15 Jan 2019 04:51:34 +0000 (04:51 +0000)]
gnu: electrum: Update to 3.3.3.

* gnu/packages/finance.scm (electrum): Update to 3.3.3.
  [inputs]: Add python-aiohttp, python-aiohttp-socks, python-aiorpcx and
    python-certifi.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add python-aiorpcx.
Vagrant Cascadian [Thu, 17 Jan 2019 00:18:41 +0000 (00:18 +0000)]
gnu: Add python-aiorpcx.

* gnu/packages/python-web.scm (python-aiorpcx): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add python-aiohttp-socks.
Vagrant Cascadian [Thu, 17 Jan 2019 00:17:11 +0000 (00:17 +0000)]
gnu: Add python-aiohttp-socks.

* gnu/packages/python-web.scm (python-aiohttp-socks): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: lookingglass: Build with spice-protocol@0.12.14.
Rutger Helling [Sat, 9 Feb 2019 21:19:47 +0000 (22:19 +0100)]
gnu: lookingglass: Build with spice-protocol@0.12.14.

* gnu/packages/virtualization.scm (lookingglass)[inputs]: Use
spice-protocol@0.12.14 instead of spice-protocol.

5 years agognu: Add spice-protocol@0.12.14.
Rutger Helling [Sat, 9 Feb 2019 21:19:17 +0000 (22:19 +0100)]
gnu: Add spice-protocol@0.12.14.

* gnu/packages/spice.scm (spice-protocol@0.12.14): New variable.

5 years agognu: python-pytest: Update home page.
Marius Bakke [Fri, 8 Feb 2019 18:50:07 +0000 (19:50 +0100)]
gnu: python-pytest: Update home page.

* gnu/packages/check.scm (python-pytest)[home-page]: Follow redirects to
https://docs.pytest.org/en/latest/.

5 years agognu: python-configparser: Update home page.
Marius Bakke [Fri, 8 Feb 2019 17:35:02 +0000 (18:35 +0100)]
gnu: python-configparser: Update home page.

* gnu/packages/python-xyz.scm (python-configparser)[home-page]: Set to source
repository.

5 years agognu: notmuch: Update to 0.28.1.
Marius Bakke [Sat, 9 Feb 2019 19:48:13 +0000 (20:48 +0100)]
gnu: notmuch: Update to 0.28.1.

* gnu/packages/mail.scm (notmuch): Update to 0.28.1.

5 years agognu: tracker: Build against the regular SQLite.
Marius Bakke [Sat, 9 Feb 2019 19:21:01 +0000 (20:21 +0100)]
gnu: tracker: Build against the regular SQLite.

FTS5 is enabled by default in the current version.

* gnu/packages/sqlite.scm (sqlite-with-fts5): Remove variable.
* gnu/packages/gnome.scm (tracker)[inputs]: Change from that to SQLITE.

5 years agognu: webkitgtk: Update to 2.22.6.
Marius Bakke [Sat, 9 Feb 2019 16:22:11 +0000 (17:22 +0100)]
gnu: webkitgtk: Update to 2.22.6.

* gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.6.

5 years agognu: libvpx: Update to 1.8.0.
Marius Bakke [Sat, 9 Feb 2019 16:15:13 +0000 (17:15 +0100)]
gnu: libvpx: Update to 1.8.0.

* gnu/packages/patches/gst-plugins-good-libvpx-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/video.scm (libvpx): Update to 1.8.0.
[source](patches): Remove obsolete patch.
(libvpx-1.7): New public variable.
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Use LIBVPX-1.7 instead of LIBVPX.
* gnu/packages/gstreamer.scm (gst-plugins-good)[source](patches): New field.
[arguments]: Add #:make-flags.

5 years agognu: offlineimap: Remove redundant wrapper.
Marius Bakke [Sun, 23 Dec 2018 22:56:12 +0000 (23:56 +0100)]
gnu: offlineimap: Remove redundant wrapper.

* gnu/packages/mail.scm (offlineimap)[arguments]: Remove phase 'wrap-binary'.

5 years agognu: Add xbanish.
Marius Bakke [Sat, 22 Dec 2018 14:00:36 +0000 (15:00 +0100)]
gnu: Add xbanish.

* gnu/packages/xdisorg.scm (xbanish): New public variable.

5 years agoMerge branch 'staging'
Ludovic Courtès [Sat, 9 Feb 2019 14:14:59 +0000 (15:14 +0100)]
Merge branch 'staging'

5 years agognu: plantuml: Update to 1.2019.0.
Arun Isaac [Sat, 9 Feb 2019 08:10:12 +0000 (13:40 +0530)]
gnu: plantuml: Update to 1.2019.0.

* gnu/packages/uml.scm (plantuml): Update to 1.2019.0.

5 years agognu: cool-retro-term: Upgrade to 1.1.1.
Eric Bavier [Sat, 9 Feb 2019 06:45:47 +0000 (00:45 -0600)]
gnu: cool-retro-term: Upgrade to 1.1.1.

* gnu/packages/terminals.scm (cool-retro-term)[source]: Upgrade to 1.1.1.
Remove patches.  Adjust filtering in snippet for added/removed fonts.
[arguments]: Return #t in 'add-alternate-name' phase.
* gnu/packages/patches/cool-retro-term-dont-check-uninit-member.patch,
  gnu/packages/patches/cool-retro-term-fix-array-size.patch,
  gnu/packages/patches/cool-retro-term-memory-leak-1.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.

5 years agognu: openmpi: Upgrade to 4.0.0.
Eric Bavier [Fri, 1 Feb 2019 05:03:35 +0000 (23:03 -0600)]
gnu: openmpi: Upgrade to 4.0.0.

* gnu/packages/linux.scm (psm)[arguments]: Add 'patch-sysmacros phase to fix
"undefined reference to `minor'" errors while linking against
libinfinipath.so.
* gnu/packages/mpi.scm (openmpi): Upgrade to 4.0.0.
[inputs]: Add libevent.
[arguments]: Simplify configure-flags.  Use system libevent.  Adjust romio
version strings.
(%openmpi-setup): Use OMPI_MCA_rmaps_base_mapping_policy for oversubscription.

5 years agognu: perl-io-compress: Update to 2.084.
Tobias Geerinckx-Rice [Fri, 8 Feb 2019 20:20:30 +0000 (21:20 +0100)]
gnu: perl-io-compress: Update to 2.084.

* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.084.

5 years agognu: perl-compress-raw-zlib: Update to 2.084.
Tobias Geerinckx-Rice [Fri, 8 Feb 2019 20:20:17 +0000 (21:20 +0100)]
gnu: perl-compress-raw-zlib: Update to 2.084.

* gnu/packages/perl-compression.scm (perl-compress-raw-zlib): Update to 2.084.

5 years agognu: perl-compress-raw-bzip2: Update to 2.084.
Tobias Geerinckx-Rice [Fri, 8 Feb 2019 20:20:05 +0000 (21:20 +0100)]
gnu: perl-compress-raw-bzip2: Update to 2.084.

* gnu/packages/perl-compression.scm (perl-compress-raw-bzip2): Update to 2.084.

5 years agognu: gcab: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Fri, 8 Feb 2019 20:19:35 +0000 (21:19 +0100)]
gnu: gcab: Don't use NAME in source URI.

* gnu/packages/package-management.scm (gcab)[source]: Hard-code name.

5 years agognu: gcab: Update to 1.2.
Tobias Geerinckx-Rice [Fri, 8 Feb 2019 20:18:50 +0000 (21:18 +0100)]
gnu: gcab: Update to 1.2.

* gnu/packages/package-management.scm (gcab): Update to 1.2.
[source]: Remove snippet.

5 years agognu: libraw: Update to 0.19.2.
Tobias Geerinckx-Rice [Fri, 8 Feb 2019 18:53:33 +0000 (19:53 +0100)]
gnu: libraw: Update to 0.19.2.

* gnu/packages/photo.scm (libraw): Update to 0.19.2.

5 years agognu: abiword: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:10:55 +0000 (10:10 +0100)]
gnu: abiword: Don't use NAME in source URI.

* gnu/packages/abiword.scm (abiword)[source]: Hard-code name.

5 years agognu: rdesktop: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 03:57:25 +0000 (04:57 +0100)]
gnu: rdesktop: Don't use NAME in source URI.

* gnu/packages/rdesktop.scm (rdesktop)[source]: Hard-code name.

5 years agognu: compton: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 10:09:22 +0000 (11:09 +0100)]
gnu: compton: Don't use unstable tarball.

* gnu/packages/compton.scm (compton)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: bspwm: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 10:24:56 +0000 (11:24 +0100)]
gnu: bspwm: Don't use unstable tarball.

* gnu/packages/wm.scm (bspwm)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: microscheme: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 10:02:03 +0000 (11:02 +0100)]
gnu: microscheme: Don't use unstable tarball.

* gnu/packages/avr.scm (microscheme)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: python-trezor-agent: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 24 Dec 2018 03:51:39 +0000 (04:51 +0100)]
gnu: python-trezor-agent: Don't use unstable tarball.

* gnu/packages/finance.scm (python-trezor-agent)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: geierlein: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 24 Dec 2018 03:40:20 +0000 (04:40 +0100)]
gnu: geierlein: Don't use unstable tarball.

* gnu/packages/finance.scm (geierlein)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ledger: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 24 Dec 2018 03:32:49 +0000 (04:32 +0100)]
gnu: ledger: Don't use unstable tarball.

* gnu/packages/finance.scm (ledger)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: cbatticon: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:35:26 +0000 (10:35 +0100)]
gnu: cbatticon: Don't use unstable tarball.

* gnu/packages/admin.scm (cbatticon)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: interrobang: Use GIT-... helpers.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:38:56 +0000 (10:38 +0100)]
gnu: interrobang: Use GIT-... helpers.

* gnu/packages/admin.scm (interrobang)[version]: Use GIT-VERSION.
[source]: Use GIT-FILE-NAME.

5 years agognu: sedsed: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:43:31 +0000 (10:43 +0100)]
gnu: sedsed: Don't use unstable tarball.

* gnu/packages/admin.scm (sedsed)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: fdupes: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:23:18 +0000 (10:23 +0100)]
gnu: fdupes: Don't use unstable tarball.

* gnu/packages/admin.scm (fdupes)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: cpulimit: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:24:45 +0000 (10:24 +0100)]
gnu: cpulimit: Don't use unstable tarball.

* gnu/packages/admin.scm (cpulimit)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: progress: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:20:23 +0000 (10:20 +0100)]
gnu: progress: Don't use unstable tarball.

* gnu/packages/admin.scm (progress)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: dstat: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 10:15:50 +0000 (11:15 +0100)]
gnu: dstat: Don't use unstable tarball.

* gnu/packages/admin.scm (dstat)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: sunxi-tools: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:41:22 +0000 (10:41 +0100)]
gnu: sunxi-tools: Don't use unstable tarball.

* gnu/packages/admin.scm (sunxi-tools)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: igt-gpu-tools: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:45:09 +0000 (10:45 +0100)]
gnu: igt-gpu-tools: Don't use NAME in source URI.

* gnu/packages/admin.scm (igt-gpu-tools)[source]: Hard-code name.

5 years agognu: daemontools: Don't assume sources match NAME.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:16:05 +0000 (10:16 +0100)]
gnu: daemontools: Don't assume sources match NAME.

* gnu/packages/admin.scm (daemontools)[source, argumenst]: Hard-code
name.

5 years agognu: nnn: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:14:27 +0000 (10:14 +0100)]
gnu: nnn: Don't use NAME in source URI.

* gnu/packages/admin.scm (nnn)[source]: Hard-code name.

5 years agognu: thefuck: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:31:09 +0000 (10:31 +0100)]
gnu: thefuck: Don't use unstable tarball.

* gnu/packages/admin.scm (thefuck)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: masscan: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:47:18 +0000 (10:47 +0100)]
gnu: masscan: Don't use unstable tarball.

* gnu/packages/admin.scm (masscan)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: pam-krb5: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:14:58 +0000 (10:14 +0100)]
gnu: pam-krb5: Don't use NAME in source URI.

* gnu/packages/admin.scm (pam-krb5)[source]: Hard-code name.

5 years agognu: audit: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:27:18 +0000 (10:27 +0100)]
gnu: audit: Don't use NAME in source URI.

* gnu/packages/admin.scm (audit)[source]: Hard-code name.

5 years agognu: hungrycat: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:48:19 +0000 (10:48 +0100)]
gnu: hungrycat: Don't use NAME in source URI.

* gnu/packages/admin.scm (hungrycat)[source]: Hard-code name.

5 years agognu: avogadro: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 09:58:55 +0000 (10:58 +0100)]
gnu: avogadro: Don't use unstable tarball.

* gnu/packages/chemistry.scm (avogadro)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: launchmon: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Fri, 8 Feb 2019 18:35:52 +0000 (19:35 +0100)]
gnu: launchmon: Don't use NAME in source URI.

* gnu/packages/admin.scm (launchmon)[source]: Hard-code name.

5 years agognu: florence: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Fri, 8 Feb 2019 18:35:24 +0000 (19:35 +0100)]
gnu: florence: Don't use NAME in source URI.

* gnu/packages/accessibility.scm (florence)[source]: Hard-code name.

5 years agognu: i3blocks: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 10:26:27 +0000 (11:26 +0100)]
gnu: i3blocks: Use GIT-FILE-NAME.

* gnu/packages/wm.scm (i3blocks)[source]: Use GIT-FILE-NAME.

5 years agognu: spice-protocol: Update to 0.12.15.
Tobias Geerinckx-Rice [Fri, 8 Feb 2019 12:12:07 +0000 (13:12 +0100)]
gnu: spice-protocol: Update to 0.12.15.

* gnu/packages/spice.scm (spice-protocol): Update to 0.12.15.

5 years agognu: torsocks: Update to 2.3.0.
Tobias Geerinckx-Rice [Fri, 8 Feb 2019 12:00:37 +0000 (13:00 +0100)]
gnu: torsocks: Update to 2.3.0.

* gnu/packages/tor.scm (torsocks): Update to 2.3.0.
[inputs]: Remove which.
[arguments]: Update 'absolutize' substitutions.

5 years agognu: torsocks: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Sun, 23 Dec 2018 02:58:07 +0000 (03:58 +0100)]
gnu: torsocks: Don't use NAME in source URI.

* gnu/packages/tor.scm (torsocks)[source]: Hard-code name.