jackhill/guix/guix.git
5 years agognu: direnv: Build with Go 1.9.
Leo Famulari [Tue, 13 Nov 2018 16:25:54 +0000 (11:25 -0500)]
gnu: direnv: Build with Go 1.9.

* gnu/packages/shellutils.scm (direnv)[native-inputs]: Remove go.
[inputs]: Add go-1.9.

5 years agognu: Poppler: Fix CVE-2018-19149.
Leo Famulari [Tue, 13 Nov 2018 15:33:27 +0000 (10:33 -0500)]
gnu: Poppler: Fix CVE-2018-19149.

* gnu/packages/patches/poppler-CVE-2018-19149.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pdf.scm (poppler)[replacement]: New field.
(poppler/fixed): New variable.
(poppler-qt4, poppler-qt5): Use package/inherit.

5 years agognu: certbot, python-acme: Update to 0.28.0.
Leo Famulari [Mon, 12 Nov 2018 18:27:56 +0000 (13:27 -0500)]
gnu: certbot, python-acme: Update to 0.28.0.

* gnu/packages/tls.scm (certbot, python-acme): Update to 0.28.0.

5 years agognu: guix: Update to f5a2724.
Ludovic Courtès [Tue, 13 Nov 2018 14:44:25 +0000 (15:44 +0100)]
gnu: guix: Update to f5a2724.

* gnu/packages/package-management.scm (guix): Update to f5a2724.

5 years agodeduplication: Restore directory mtime and permissions after deduplication.
Ludovic Courtès [Tue, 13 Nov 2018 13:20:27 +0000 (14:20 +0100)]
deduplication: Restore directory mtime and permissions after deduplication.

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

* guix/store/deduplication.scm (replace-with-link): Call 'set-file-time'
and 'chmod' after 'rename-file'.
* tests/nar.scm ("restore-file-set with directories (signed, valid)"):
New test.

5 years agotests: Check file canonicalization for 'restore-file-set'.
Ludovic Courtès [Tue, 13 Nov 2018 10:38:00 +0000 (11:38 +0100)]
tests: Check file canonicalization for 'restore-file-set'.

* guix/tests.scm (canonical-file?): New procedure.
* tests/nar.scm ("restore-file-set (signed, valid)"): Check that every
item of FILES matches 'canonical-file?'.

5 years agotests: Remove check for a feature that appeared in Guile 2.0.10.
Ludovic Courtès [Tue, 13 Nov 2018 10:15:41 +0000 (11:15 +0100)]
tests: Remove check for a feature that appeared in Guile 2.0.10.

* tests/nar.scm: Remove test for 'open-sha256-input-port'.

5 years agoservices: nscd: Add 'invalidate' and 'statistics' actions.
Ludovic Courtès [Tue, 13 Nov 2018 10:02:13 +0000 (11:02 +0100)]
services: nscd: Add 'invalidate' and 'statistics' actions.

* gnu/services/base.scm (nscd-action-procedure, nscd-actions): New
procedures.
(nscd-shepherd-service): Add 'modules' and 'actions' fields.
* gnu/tests/base.scm (run-basic-test)["nscd invalidate action"]
["nscd invalidate action, wrong table"]: New tests.
* doc/guix.texi (Services): Mention 'herd doc nscd action'.
(Base Services): Document the actions.

5 years agoservices: mcron: Fix typo in comment.
Ludovic Courtès [Tue, 13 Nov 2018 09:36:37 +0000 (10:36 +0100)]
services: mcron: Fix typo in comment.

* gnu/services/mcron.scm (shepherd-schedule-action): Fix typo in comment.

5 years agonar: Access the database instead of connecting to the daemon.
Ludovic Courtès [Tue, 13 Nov 2018 08:46:40 +0000 (09:46 +0100)]
nar: Access the database instead of connecting to the daemon.

* guix/store/database.scm (%default-database-file): New variable.
(path-id): Export.
* guix/nar.scm (finalize-store-file): Use 'with-database' instead of
'with-store', and use 'path-id' instead of 'valid-path?'.

5 years agognu: restic: Fix build phase.
Oleg Pykhalov [Tue, 13 Nov 2018 12:03:15 +0000 (15:03 +0300)]
gnu: restic: Fix build phase.

* gnu/packages/backup.scm (restic)[arguments]: Set "HOME" environment variable
in build phase.

5 years agognu: c-toxcore: Fetch sources from git.
Ricardo Wurmus [Tue, 13 Nov 2018 09:51:21 +0000 (10:51 +0100)]
gnu: c-toxcore: Fetch sources from git.

* gnu/packages/messaging.scm (c-toxcore)[source]: Fetch from git.

5 years agognu: wine-staging: Update to 3.20.
Rutger Helling [Tue, 13 Nov 2018 09:23:15 +0000 (10:23 +0100)]
gnu: wine-staging: Update to 3.20.

* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.20.
* gnu/packages/wine.scm (wine-staging): Update to 3.20.

5 years agognu: php: Update to 7.2.12.
Julien Lepiller [Mon, 12 Nov 2018 22:56:22 +0000 (23:56 +0100)]
gnu: php: Update to 7.2.12.

* gnu/packages/php.scm (php): Update to 7.2.12.

5 years agostore: Add a functional object cache and use it in 'lower-object'.
Ludovic Courtès [Fri, 20 Nov 2015 17:44:29 +0000 (18:44 +0100)]
store: Add a functional object cache and use it in 'lower-object'.

This leads to ~25% improvements on things like:

  guix system build desktop.tmpl --no-grafts -d

* guix/store.scm (<nix-server>)[object-cache]: New field.
* guix/store.scm (open-connection): Initialize it.
(cache-object-mapping, lookup-cached-object, %mcached): New procedures.
(mcached): New macro.
* guix/gexp.scm (lower-object): Use it.
* guix/grafts.scm (grafting?): New procedure.

5 years agotests: Add 'test-assertm' to (guix tests).
Ludovic Courtès [Sat, 4 Apr 2015 19:59:25 +0000 (21:59 +0200)]
tests: Add 'test-assertm' to (guix tests).

* guix/tests.scm (test-assertm): New macro.
* tests/gexp.scm (test-assertm): Remove.
* tests/profiles.scm (test-assertm): Remove.
* tests/challenge.scm (%store, test-assertm): Remove.
* tests/debug-link.scm (%store, test-assertm): Remove.
* tests/size.scm (%store, test-assertm): Remove.

5 years agognu: youtube-dl: Update to 2018.11.07.
Arun Isaac [Mon, 12 Nov 2018 16:39:12 +0000 (22:09 +0530)]
gnu: youtube-dl: Update to 2018.11.07.

* gnu/packages/video.scm (youtube-dl): Update to 2018.11.07.

5 years agognu: vifm: Update to 0.10.
Efraim Flashner [Mon, 12 Nov 2018 10:36:15 +0000 (12:36 +0200)]
gnu: vifm: Update to 0.10.

* gnu/packages/vim.scm (vifm): Update to 0.10.

5 years agognu: go-github-com-aarzilli-golua: Fix for go-1.11.
Pierre Neidhardt [Sun, 11 Nov 2018 21:28:05 +0000 (22:28 +0100)]
gnu: go-github-com-aarzilli-golua: Fix for go-1.11.

* gnu/packages/golang.scm (go-github-com-aarzilli-golua)[arguments]: Fix for go-1.11.
[native-inputs]: Remove lua.
[propagated-inputs]: Add lua.

5 years agognu: go-github-com-wtolson-go-taglib: Fix tests and build for go-1.11.
Pierre Neidhardt [Tue, 6 Nov 2018 17:11:21 +0000 (18:11 +0100)]
gnu: go-github-com-wtolson-go-taglib: Fix tests and build for go-1.11.

* gnu/packages/golang.scm (go-github-com-wtolson-go-taglib)[arguments]: Fix tests for go-1.11.
[native-inputs]: Remove pkg-config and taglib.
[propagated-inputs]: Add pkg-config and taglib.

5 years agognu: go-gopkg.in-asn1-ber.v1: Fix tests for go-1.11.
Pierre Neidhardt [Tue, 6 Nov 2018 17:10:42 +0000 (18:10 +0100)]
gnu: go-gopkg.in-asn1-ber.v1: Fix tests for go-1.11.

* gnu/packages/syncthing.scm (go-gopkg.in-asn1-ber.v1): Fix tests for go-1.11.

5 years agognu: go-github-com-audriusbutkevicius-cli: Fix tests for go-1.11.
Pierre Neidhardt [Tue, 6 Nov 2018 17:10:09 +0000 (18:10 +0100)]
gnu: go-github-com-audriusbutkevicius-cli: Fix tests for go-1.11.

* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-cli): Fix tests for go-1.11.

5 years agognu: go-github-com-prometheus-common-expfmt: Fix tests for go-1.11.
Pierre Neidhardt [Tue, 6 Nov 2018 17:09:16 +0000 (18:09 +0100)]
gnu: go-github-com-prometheus-common-expfmt: Fix tests for go-1.11.

* gnu/packages/syncthing.scm (go-github-com-prometheus-common-expfmt): Fix tests for go-1.11.

5 years agobuild-system/go: Plan removal of the pkg folder for go-1.11 onward.
Pierre Neidhardt [Sun, 11 Nov 2018 21:03:08 +0000 (22:03 +0100)]
build-system/go: Plan removal of the pkg folder for go-1.11 onward.

* guix/build/go-build-system.scm (install): New comment.

5 years agognu: go: Update default to 1.11.
Pierre Neidhardt [Sun, 11 Nov 2018 21:02:18 +0000 (22:02 +0100)]
gnu: go: Update default to 1.11.

* gnu/packages/golang.scm (go): Update default to 1.11.

5 years agoguix system: Invoking 'guix system init' twice keeps timestamps zeroed.
Ludovic Courtès [Sun, 11 Nov 2018 22:48:53 +0000 (23:48 +0100)]
guix system: Invoking 'guix system init' twice keeps timestamps zeroed.

Fixes a bug whereby running 'guix system init config.scm /mnt' twice
would, on the second run, change timestamps in /mnt/gnu/store from the
Epoch to now.  This is because the 'register-path' call would bypass the
'reset-timestamps' phase altogether in that case, as a consequence of
commit bb3b6ccb05550fbfbeb459c68819a752327d6e1e.

Reported by Christopher Baines.

* guix/scripts/system.scm (install): When TARGET/var/guix exists, delete
it.  As a side-effect, this ensures that later on, the 'register-path'
call invokes 'reset-timestamps' on all the copied store items.

5 years agoguix package: '--show' errors when asked for a non-existent package.
Ludovic Courtès [Sun, 11 Nov 2018 16:13:20 +0000 (17:13 +0100)]
guix package: '--show' errors when asked for a non-existent package.

Fixes <https://bugs.gnu.org/33323>.
Reported by swedebugia <swedebugia@riseup.net>.

* guix/scripts/package.scm (process-query): Call 'leave' when
'find-packages-by-name' returns the empty list.
* tests/guix-package.sh: Test it.

5 years agodoc: Fix typo.
Laura Lazzati [Sun, 11 Nov 2018 21:12:34 +0000 (18:12 -0300)]
doc: Fix typo.

* doc/guix.texi (Porting to a New Platform): Fix typo.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
5 years agognu: r-s4vectors: Update to 0.20.1.
Ricardo Wurmus [Sun, 11 Nov 2018 22:12:32 +0000 (23:12 +0100)]
gnu: r-s4vectors: Update to 0.20.1.

* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.20.1.

5 years agognu: r-rcmdcheck: Update to 1.3.2.
Ricardo Wurmus [Sun, 11 Nov 2018 22:12:22 +0000 (23:12 +0100)]
gnu: r-rcmdcheck: Update to 1.3.2.

* gnu/packages/cran.scm (r-rcmdcheck): Update to 1.3.2.

5 years agognu: r-ggpubr: Update to 0.1.9.
Ricardo Wurmus [Sun, 11 Nov 2018 22:12:10 +0000 (23:12 +0100)]
gnu: r-ggpubr: Update to 0.1.9.

* gnu/packages/cran.scm (r-ggpubr): Update to 0.1.9.

5 years agognu: r-dplyr: Update to 0.7.8.
Ricardo Wurmus [Sun, 11 Nov 2018 22:11:57 +0000 (23:11 +0100)]
gnu: r-dplyr: Update to 0.7.8.

* gnu/packages/statistics.scm (r-dplyr): Update to 0.7.8.

5 years agognu: r-rcpparmadillo: Update to 0.9.200.4.0.
Ricardo Wurmus [Sun, 11 Nov 2018 22:11:43 +0000 (23:11 +0100)]
gnu: r-rcpparmadillo: Update to 0.9.200.4.0.

* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.200.4.0.

5 years agognu: r-rtsne: Update to 0.15.
Ricardo Wurmus [Sun, 11 Nov 2018 22:11:33 +0000 (23:11 +0100)]
gnu: r-rtsne: Update to 0.15.

* gnu/packages/statistics.scm (r-rtsne): Update to 0.15.

5 years agognu: r-lme4: Update to 1.1-19.
Ricardo Wurmus [Sun, 11 Nov 2018 22:11:19 +0000 (23:11 +0100)]
gnu: r-lme4: Update to 1.1-19.

* gnu/packages/statistics.scm (r-lme4): Update to 1.1-19.

5 years agognu: webkitgtk@2.22: Adjust to documentation output.
Marius Bakke [Sun, 11 Nov 2018 17:09:55 +0000 (18:09 +0100)]
gnu: webkitgtk@2.22: Adjust to documentation output.

This is a follow-up to commit 0ead0b4d2c025ad1b4a293fb6cbb8a578b7dd87d.

* gnu/packages/webkit.scm (webkitgtk)[arguments]: Remove hard coded file list.
(webkitgtk-2.22)[arguments]: Inherit phases using SUBSTITUTE-KEYWORD-ARGUMENTS.

5 years agognu: libtoxcore: Update to 0.0.0-2.bf69b54.
Ricardo Wurmus [Sun, 11 Nov 2018 19:50:30 +0000 (20:50 +0100)]
gnu: libtoxcore: Update to 0.0.0-2.bf69b54.

* gnu/packages/messaging.scm (libtoxcore): Update to 0.0.0-2.bf69b54.
[native-inputs]: Add check.

5 years agognu: mumi: Update to 0.0.0-2.bfd96ce7.
Ricardo Wurmus [Sun, 11 Nov 2018 19:48:34 +0000 (20:48 +0100)]
gnu: mumi: Update to 0.0.0-2.bfd96ce7.

* gnu/packages/mail.scm (mumi): Update to 0.0.0-2.bfd96ce7.

5 years agognu: PostgreSQL: Update to 10.6 [fixes CVE-2018-16850].
Leo Famulari [Thu, 8 Nov 2018 18:22:52 +0000 (13:22 -0500)]
gnu: PostgreSQL: Update to 10.6 [fixes CVE-2018-16850].

* gnu/packages/databases.scm (postgresql): Update to 10.6.

5 years agognu: webkitgtk: Include documentation.
Pierre Neidhardt [Fri, 9 Nov 2018 18:18:55 +0000 (19:18 +0100)]
gnu: webkitgtk: Include documentation.

* gnu/packages/webkit.scm (webkitgtk): Include documentation.

5 years agognu: gtk-doc: Use local docbook-xsl.
Pierre Neidhardt [Fri, 9 Nov 2018 18:17:05 +0000 (19:17 +0100)]
gnu: gtk-doc: Use local docbook-xsl.

* gnu/packages/gtk.scm (gtk-doc): Use local docbook-xsl.

5 years agognu: faust-2: Update to 2.5.23.
Ricardo Wurmus [Sun, 11 Nov 2018 15:18:24 +0000 (16:18 +0100)]
gnu: faust-2: Update to 2.5.23.

* gnu/packages/audio.scm (faust-2): Update to 2.5.23.
[native-inputs]: Replace llvm-with-rtti with llvm-3.8-with-rtti.
* gnu/packages/llvm.scm (llvm-with-rtti): Rename this variable...
(llvm-3.8-with-rtti): ...to this variable; inherit from llvm-3.8.

5 years agognu: gajim: Move python-docutils from inputs to native-inputs.
Clément Lassieur [Sun, 11 Nov 2018 14:24:00 +0000 (15:24 +0100)]
gnu: gajim: Move python-docutils from inputs to native-inputs.

* gnu/packages/messaging.scm (gajim): Move python-docutils from inputs to
native-inputs.

5 years agognu: gajim: Get the second 'wrap-program' phase to return #t.
Clément Lassieur [Sun, 11 Nov 2018 14:34:06 +0000 (15:34 +0100)]
gnu: gajim: Get the second 'wrap-program' phase to return #t.

* gnu/packages/messaging.scm (gajim)[arguments]: Get the second 'wrap-program'
phase to return #t.

5 years agognu: gajim: Update to 1.1.0.
Clément Lassieur [Thu, 8 Nov 2018 09:13:44 +0000 (10:13 +0100)]
gnu: gajim: Update to 1.1.0.

* gnu/packages/messaging.scm (gajim): Update to 1.1.0.
[arguments]: Set #:test-target to "test_nogui".  Remove the
'remove-test-resolver' and 'start-xserver' phases.
[inputs]: Remove python-pyasn1.  Add python-cssutils, python-keyring and
python-precis-i18n.

5 years agognu: python-nbxmpp: Update to 0.6.8.
Clément Lassieur [Sun, 11 Nov 2018 11:26:03 +0000 (12:26 +0100)]
gnu: python-nbxmpp: Update to 0.6.8.

* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.8.

5 years agognu: Add python-precis-i18n.
Clément Lassieur [Sun, 11 Nov 2018 11:26:44 +0000 (12:26 +0100)]
gnu: Add python-precis-i18n.

* gnu/packages/messaging.scm (python-precis-i18n): New variable.

5 years agognu: tiled: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 12:18:27 +0000 (13:18 +0100)]
gnu: tiled: Fetch sources from git.

* gnu/packages/game-development.scm (tiled)[source]: Fetch from git.

5 years agognu: privoxy: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 12:10:56 +0000 (13:10 +0100)]
gnu: privoxy: Remove custom bootstrap phase.

* gnu/packages/tor.scm (privoxy)[arguments]: Remove autoconf phase.

5 years agognu: cifs-utils: Remove autoreconf phase.
Ricardo Wurmus [Sun, 11 Nov 2018 12:08:56 +0000 (13:08 +0100)]
gnu: cifs-utils: Remove autoreconf phase.

* gnu/packages/samba.scm (cifs-utils)[arguments]: Remove autoreconf phase.

5 years agognu: libiax2: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 12:06:31 +0000 (13:06 +0100)]
gnu: libiax2: Fetch sources from git.

* gnu/packages/telephony.scm (libiax2)[source]: Fetch from git.

5 years agognu: libiax2: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 12:04:08 +0000 (13:04 +0100)]
gnu: libiax2: Remove custom bootstrap phase.

* gnu/packages/telephony.scm (libiax2)[arguments]: Remove.

5 years agognu: libharu: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 12:00:53 +0000 (13:00 +0100)]
gnu: libharu: Remove custom bootstrap phase.

* gnu/packages/pdf.scm (libharu)[arguments]: Remove autogen phase.

5 years agognu: libharu: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 12:00:35 +0000 (13:00 +0100)]
gnu: libharu: Fetch sources from git.

* gnu/packages/pdf.scm (libharu)[source]: Fetch from git.

5 years agognu: scsh: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 11:56:22 +0000 (12:56 +0100)]
gnu: scsh: Remove custom bootstrap phase.

* gnu/packages/shells.scm (scsh)[arguments]: Remove autoreconf phase.

5 years agognu: xdelta: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 11:52:46 +0000 (12:52 +0100)]
gnu: xdelta: Remove custom bootstrap phase.

* gnu/packages/compression.scm (xdelta)[arguments]: Remove autoconf phase.

5 years agognu: xdelta: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 11:52:30 +0000 (12:52 +0100)]
gnu: xdelta: Fetch sources from git.

* gnu/packages/compression.scm (xdelta)[source]: Fetch from git.

5 years agognu: libtar: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 11:47:51 +0000 (12:47 +0100)]
gnu: libtar: Remove custom bootstrap phase.

* gnu/packages/compression.scm (libtar)[arguments]: Remove autoconf phase.

5 years agognu: minizip: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 11:45:52 +0000 (12:45 +0100)]
gnu: minizip: Remove custom bootstrap phase.

* gnu/packages/compression.scm (minizip)[arguments]: Remove autoreconf phase.

5 years agognu: inotify-tools: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 11:36:35 +0000 (12:36 +0100)]
gnu: inotify-tools: Remove custom bootstrap phase.

* gnu/packages/linux.scm (inotify-tools)[arguments]: Remove.

5 years agognu: inotify-tools: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 11:36:15 +0000 (12:36 +0100)]
gnu: inotify-tools: Fetch sources from git.

* gnu/packages/linux.scm (inotify-tools)[source]: Fetch from git.

5 years agognu: par2cmdline: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 11:31:35 +0000 (12:31 +0100)]
gnu: par2cmdline: Remove custom bootstrap phase.

* gnu/packages/backup.scm (par2cmdline)[arguments]: Remove.

5 years agognu: par2cmdline: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 11:31:18 +0000 (12:31 +0100)]
gnu: par2cmdline: Fetch sources from git.

* gnu/packages/backup.scm (par2cmdline)[source]: Fetch from git.

5 years agognu: hpcguix-web: Do not re-bootstrap.
Ricardo Wurmus [Sun, 11 Nov 2018 11:27:01 +0000 (12:27 +0100)]
gnu: hpcguix-web: Do not re-bootstrap.

* gnu/packages/web.scm (hpcguix-web)[arguments]: Do not run autoreconf after
the bootstrap phase; remove "autoconf" phase to "set-variables"; end phase
with #T.

5 years agognu: schismtracker: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 11:19:23 +0000 (12:19 +0100)]
gnu: schismtracker: Remove custom bootstrap phase.

* gnu/packages/music.scm (schismtracker)[arguments]: Remove autoconf phase.

5 years agognu: lilypond: Use INVOKE.
Ricardo Wurmus [Sun, 11 Nov 2018 11:15:03 +0000 (12:15 +0100)]
gnu: lilypond: Use INVOKE.

* gnu/packages/music.scm (lilypond)[arguments]: Use INVOKE and return #T
unconditionally.

5 years agognu: schismtracker: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 11:07:21 +0000 (12:07 +0100)]
gnu: schismtracker: Fetch sources from git.

* gnu/packages/music.scm (schismtracker)[source]: Fetch from git.

5 years agognu: clyrics: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 11:01:25 +0000 (12:01 +0100)]
gnu: clyrics: Fetch sources from git.

* gnu/packages/music.scm (clyrics)[source]: Fetch from git.
[native-inputs]: Remove.
[arguments]: Adjust builder.

5 years agognu: lmms: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 11:00:55 +0000 (12:00 +0100)]
gnu: lmms: Fetch sources from git.

* gnu/packages/music.scm (lmms)[source]: Fetch from git.

5 years agognu: milkytracker: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 10:44:24 +0000 (11:44 +0100)]
gnu: milkytracker: Fetch sources from git.

* gnu/packages/music.scm (milkytracker)[source]: Fetch from git.

5 years agognu: dotconf: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 10:37:01 +0000 (11:37 +0100)]
gnu: dotconf: Fetch sources from git.

* gnu/packages/textutils.scm (dotconf)[source]: Fetch from git.

5 years agognu: dotconf: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 10:36:39 +0000 (11:36 +0100)]
gnu: dotconf: Remove custom bootstrap phase.

* gnu/packages/textutils.scm (dotconf)[arguments]: Remove autoreconf phase.

5 years agognu: libgtextutils: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 10:34:55 +0000 (11:34 +0100)]
gnu: libgtextutils: Remove custom bootstrap phase.

* gnu/packages/textutils.scm (libgtextutils)[arguments]: Remove.

5 years agognu: libtoxcore: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 10:33:39 +0000 (11:33 +0100)]
gnu: libtoxcore: Remove custom bootstrap phase.

* gnu/packages/messaging.scm (libtoxcore)[arguments]: Remove autoconf phase.

5 years agognu: openocd: Use INVOKE.
Ricardo Wurmus [Sun, 11 Nov 2018 10:32:12 +0000 (11:32 +0100)]
gnu: openocd: Use INVOKE.

* gnu/packages/embedded.scm (openocd)[arguments]: Use INVOKE and return #T
unconditionally.

5 years agognu: libjaylink: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 10:23:39 +0000 (11:23 +0100)]
gnu: libjaylink: Remove custom bootstrap phase.

* gnu/packages/embedded.scm (libjaylink)[arguments]: Remove.

5 years agognu: lrdf: Replace bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 10:22:22 +0000 (11:22 +0100)]
gnu: lrdf: Replace bootstrap phase.

* gnu/packages/rdf.scm (lrdf)[arguments]: Remove autoreconf phase; replace
bootstrap phase instead.

5 years agognu: lrdf: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 10:21:55 +0000 (11:21 +0100)]
gnu: lrdf: Fetch sources from git.

* gnu/packages/rdf.scm (lrdf)[source]: Fetch from git.

5 years agognu: guildhall: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 09:38:00 +0000 (10:38 +0100)]
gnu: guildhall: Remove custom bootstrap phase.

* gnu/packages/guile.scm (guildhall)[arguments]: Remove autogen phase.

5 years agognu: guile-dsv: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 09:22:45 +0000 (10:22 +0100)]
gnu: guile-dsv: Remove custom bootstrap phase.

* gnu/packages/guile.scm (guile-dsv)[arguments]: Remove autoreconf phase.

5 years agognu: opendht: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 09:21:02 +0000 (10:21 +0100)]
gnu: opendht: Remove custom bootstrap phase.

* gnu/packages/crypto.scm (opendht)[arguments]: Remove autoconf phase.

5 years agognu: opendht: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 09:20:36 +0000 (10:20 +0100)]
gnu: opendht: Fetch sources from git.

* gnu/packages/crypto.scm (opendht)[source]: Fetch from git.

5 years agognu: lxsession: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 09:16:43 +0000 (10:16 +0100)]
gnu: lxsession: Remove custom bootstrap phase.

* gnu/packages/lxde.scm (lxsession)[arguments]: Remove autoreconf phase and
end rm-stamp phase with #T.

5 years agognu: mdbtools: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 09:09:54 +0000 (10:09 +0100)]
gnu: mdbtools: Fetch sources from git.

* gnu/packages/databases.scm (mdbtools)[source]: Fetch from git.

5 years agognu: mdbtools: Remove custom bootstrap phase.
Ricardo Wurmus [Sun, 11 Nov 2018 09:05:56 +0000 (10:05 +0100)]
gnu: mdbtools: Remove custom bootstrap phase.

* gnu/packages/databases.scm (mdbtools)[arguments]: Remove.

5 years agognu: pianobar: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 09:02:40 +0000 (10:02 +0100)]
gnu: pianobar: Fetch sources from git.

* gnu/packages/music.scm (pianobar)[source]: Fetch from git.

5 years agognu: ibus-rime: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 08:59:28 +0000 (09:59 +0100)]
gnu: ibus-rime: Fetch sources from git.

* gnu/packages/ibus.scm (ibus-rime)[source]: Fetch from git.

5 years agognu: librime: Fetch sources from git.
Ricardo Wurmus [Sun, 11 Nov 2018 08:58:55 +0000 (09:58 +0100)]
gnu: librime: Fetch sources from git.

* gnu/packages/ibus.scm (librime)[source]: Fetch from git.

5 years agognu: perl-autovivification: Update to 0.18.
Efraim Flashner [Sat, 10 Nov 2018 19:48:26 +0000 (21:48 +0200)]
gnu: perl-autovivification: Update to 0.18.

* gnu/packages/perl.scm (perl-autovivification): Update to 0.18.

5 years agognu: icecat: Add more fixes from mozilla-esr60.
Mark H Weaver [Sat, 10 Nov 2018 18:43:22 +0000 (13:43 -0500)]
gnu: icecat: Add more fixes from mozilla-esr60.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes
from the upstream mozilla-esr60 source repository.

5 years agognu: icecat: Update to 60.3.0-gnu1.
Mark H Weaver [Sat, 10 Nov 2018 18:42:50 +0000 (13:42 -0500)]
gnu: icecat: Update to 60.3.0-gnu1.

* gnu/packages/gnuzilla.scm (icecat): Update to 60.3.0-gnu1.
[source]: Switch back to the normal source URI.  Remove patches that
are no longer applicable.
* gnu/packages/patches/icecat-CVE-2018-12383.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

5 years agognu: linux-libre@4.14: Update to 4.14.80.
Mark H Weaver [Sun, 11 Nov 2018 01:23:57 +0000 (20:23 -0500)]
gnu: linux-libre@4.14: Update to 4.14.80.

* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.80.
(%linux-libre-4.14-hash): Update hash.

5 years agognu: linux-libre@4.9: Update to 4.9.136.
Mark H Weaver [Sun, 11 Nov 2018 01:23:15 +0000 (20:23 -0500)]
gnu: linux-libre@4.9: Update to 4.9.136.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.136.

5 years agognu: linux-libre@4.4: Update to 4.4.163.
Mark H Weaver [Sun, 11 Nov 2018 01:22:30 +0000 (20:22 -0500)]
gnu: linux-libre@4.4: Update to 4.4.163.

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

5 years agognu: nxbelld: Remove custom bootstrap phase.
Ricardo Wurmus [Sat, 10 Nov 2018 22:41:30 +0000 (23:41 +0100)]
gnu: nxbelld: Remove custom bootstrap phase.

* gnu/packages/xdisorg.scm (nxbelld)[arguments]: Remove autoreconf phase.

5 years agognu: wmclock: Remove custom bootstrap phase.
Ricardo Wurmus [Sat, 10 Nov 2018 22:40:14 +0000 (23:40 +0100)]
gnu: wmclock: Remove custom bootstrap phase.

* gnu/packages/gnustep.scm (wmclock)[arguments]: Remove.

5 years agognu: wmbattery: Remove custom bootstrap phase.
Ricardo Wurmus [Sat, 10 Nov 2018 22:37:48 +0000 (23:37 +0100)]
gnu: wmbattery: Remove custom bootstrap phase.

* gnu/packages/gnustep.scm (wmbattery)[arguments]: Remove autoconf phase.

5 years agognu: rtmidi: Remove custom bootstrap phase.
Ricardo Wurmus [Sat, 10 Nov 2018 22:36:05 +0000 (23:36 +0100)]
gnu: rtmidi: Remove custom bootstrap phase.

* gnu/packages/audio.scm (rtmidi)[arguments]: Remove autoconf phase.

5 years agognu: portaudio: Remove custom bootstrap phase.
Ricardo Wurmus [Sat, 10 Nov 2018 22:34:53 +0000 (23:34 +0100)]
gnu: portaudio: Remove custom bootstrap phase.

* gnu/packages/audio.scm (portaudio)[arguments]: Remove autoreconf phase.

5 years agognu: Add emacs-ivy-rich.
Pierre Langlois [Sat, 3 Nov 2018 10:28:37 +0000 (10:28 +0000)]
gnu: Add emacs-ivy-rich.

* gnu/packages/emacs.scm (emacs-ivy-rich): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>