Commit Graph

26121 Commits (c23d50a82b5d55b65adf4721500592727fc4fb12)

Author SHA1 Message Date
Tobias Geerinckx-Rice c23d50a82b
gnu: rtmidi: Return #t from all phases.
* gnu/packages/audio.scm (rtmidi)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-26 02:16:59 +02:00
Tobias Geerinckx-Rice cb8c24b6f5
gnu: libharu: Return #t from phases.
* gnu/packages/pdf.scm (libharu)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-26 02:16:58 +02:00
Tobias Geerinckx-Rice 60b8846692
gnu: python-pypdf2: Return #t from all phases.
* gnu/packages/pdf.scm (python-pypdf2)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-26 02:16:58 +02:00
Tobias Geerinckx-Rice 55492129f5
gnu: sendmail: Return #t from all phases.
* gnu/packages/mail.scm (sendmail)[arguments]: Substitute INVOKE for
SYSTEM*. Return #t rather than undefined from phases.
2018-06-26 02:16:58 +02:00
Tobias Geerinckx-Rice bc884ed8ab
gnu: dovecot-libsodium-plugin: Return #t from phases.
* gnu/packages/mail.scm (dovecot-libsodium-plugin)[arguments]:
Substitute INVOKE for SYSTEM*.
2018-06-26 02:16:58 +02:00
Tobias Geerinckx-Rice df22b95c0a
gnu: libetpan: Return #t from phases.
* gnu/packages/mail.scm (libetpan)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-26 02:16:58 +02:00
Tobias Geerinckx-Rice 82d2dfa061
gnu: notmuch: Return #t from all phases.
* gnu/packages/mail.scm (notmuch)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-26 02:16:57 +02:00
Tobias Geerinckx-Rice 7232c3f523
gnu: offlineimap: Return #t from all phases.
* gnu/packages/mail.scm (offlineimap)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-26 02:16:57 +02:00
Tobias Geerinckx-Rice 1a1f778efd
gnu: dovecot-trees: Return #t from phases.
* gnu/packages/mail.scm (dovecot-trees)[arguments]: Substitute INVOKE
for SYSTEM*.
2018-06-26 02:16:57 +02:00
Tobias Geerinckx-Rice 0e66f4a12f
gnu: dovecot-trees: Fix build with dovecot 2.3.
* gnu/packages/mail.scm (dovecot-trees)[source]: Add patch.
* gnu/packages/patches/dovecot-trees-support-dovecot-2.3.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
2018-06-26 02:16:57 +02:00
Mark H Weaver fecbbc2820
gnu: linux-libre@4.14: Update to 4.14.51.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.51.
(%linux-libre-4.14-hash): Update hash.
2018-06-25 18:10:40 -04:00
Mark H Weaver 0e4d4d9872
gnu: epiphany: Update to 3.28.3.1 [fixes CVE-2018-{11396,12016}].
* gnu/packages/gnome.scm (epiphany): Update to 3.28.3.1.
2018-06-25 18:07:34 -04:00
Pierre Neidhardt 87d1b7b0ac
gnu: Add clyrics.
* gnu/packages/music.scm (clyrics): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-25 23:34:43 +02:00
Rouby Pierre-Antoine e46b84e35c
gnu: guile-simple-zmq: Update to commit '1f3b7c0'.
* gnu/packages/guile.scm (guile-simple-zmq): Update to commit '1f3b7c0'.
[inputs]: New field.
[propagated-inputs]: Remove GUILE-2.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-25 23:34:43 +02:00
Adam Massmann 44fa8431be
gnu: Add stalin.
* gnu/packages/scheme.scm (stalin): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-25 23:34:43 +02:00
Fis Trivial f69c1a1832
gnu: Add opencl-clhpp.
* gnu/packages/opencl.scm (opencl-clhpp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-25 23:34:43 +02:00
Fis Trivial 7f996b4ca5
gnu: Add opencl-headers.
* gnu/packages/opencl.scm: New file.
(make-opencl-headers): New function.
(opencl-headers-2.2, opencl-headers-2.1, opencl-headers-2.0,
opencl-headers-1.2, opencl-headers-1.1, opencl-headers-1.0, opencl-headers):
New variables.

* gnu/local.mk: Add the new file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-25 23:34:43 +02:00
Pierre Neidhardt 5ecb058c4e
gnu: emacs-emms-player-mpv: Deprecate in favor of Emms 5.0+.
* gnu/packages/emacs.scm (emacs-emms-player-mpv): Deprecate.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-25 23:34:43 +02:00
Pierre Neidhardt 4b1b834e90
gnu: emacs-emms-player-simple-mpv: Deprecate in favor of Emms 5.0+.
* gnu/packages/emacs.scm (emacs-emms-player-simple-mpv): Deprecate.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-25 23:34:43 +02:00
Marius Bakke 887fe1fbde
Revert "gnu: efivar: Update to 36."
This may cause grub-install to fail to update EFI variables, yet complete
with a successful exit code:

Installing for x86_64-efi platform.
Could not prepare Boot variable: No such file or directory.
Installation finished. No error reported.

...causing existing boot entries to disappear.  Investigation pending.

This reverts commit 6e5a6e641a.
2018-06-25 22:32:35 +02:00
Pierre Neidhardt 042358a9cf
gnu: emms: Add opus-tools input.
* gnu/packages/emacs.scm (emms)[inputs]: Add opus-tools.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-06-25 21:55:44 +02:00
Pierre Neidhardt da614b0b86
gnu: emacs-helm-system-packages: Update to 1.9.0-2.b41f8f2.
* gnu/packages/emacs.scm (emacs-helm-system-packages): Update to 1.9.0-2.b41f8f2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-06-25 21:53:19 +02:00
Pierre Neidhardt 7506f501af
gnu: emacs-helm: Update to 2.9.6.
* gnu/packages/emacs.scm (emacs-helm): Update to 2.9.6.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-06-25 21:53:19 +02:00
Pierre Neidhardt b1f9fc0d97
gnu: Add emacs-pinentry.
* gnu/packages/emacs.scm (emacs-pinentry): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-06-25 21:53:19 +02:00
Brendan Tildesley 377fad0097
gnu: font-cns11643: Update to 98.1.20180605.
* gnu/packages/fonts.scm (font-cns11643): Update to 98.1.20180605. Add some
  packager notes.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-06-25 21:53:18 +02:00
Danny Milosavljevic 9c708566a2
gnu: gtk-doc: Don't propagate python-six.
* gnu/packages/gtk.scm (gtk-doc)[propagated-inputs]: Remove python-six.
[inputs]: Add python-six.
2018-06-25 21:49:07 +02:00
宋文武 624ee211b0
gnu: alsa-plugins: Build jack plugin.
* gnu/packages/linux.scm (alsa-plugins)[outputs]: Add "jack".
[inputs]: Add jack-1.
[arguments]: Install jack plugin in the 'split' phase.
2018-06-25 23:29:47 +08:00
Rutger Helling a87cb7a73b
gnu: wine-staging: Update to 3.11.
* gnu/packages/wine.scm (wine-staging): Update to 3.11.
2018-06-25 08:11:31 +02:00
Rutger Helling f01a1e5de2
gnu: wine-staging-patchset-data: Update to 3.11.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.11.
2018-06-25 08:11:31 +02:00
Marius Bakke 2411277306
gnu: git: Update to 2.18.0.
* gnu/packages/version-control.scm (git): Update to 2.18.0.
[inputs]: Add BASH.
[arguments]: In #:make-flags, define SHELL_PATH and TEST_SHELL_PATH.
Add #:disallowed-references.  Drop /bin/sh substitution from Makefile.  Add
phase to prevent the new BASH from ending up in PATH.
2018-06-24 22:33:01 +02:00
Marius Bakke a99ee854b5
gnu: mbedtls-apache: Update to 2.7.4.
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.4.
2018-06-24 22:00:03 +02:00
Ricardo Wurmus d86a7c647d
gnu: gtk-doc: Wrap executables.
* gnu/packages/gtk.scm (gtk-doc)[arguments]: Add phase "wrap-executables".
2018-06-24 17:35:31 +02:00
Gábor Boskovits aca7dcdd1e
gnu: java-aqute-libg-bootstrap: Disable tests.
* gnu/packages/java.scm (java-aqute-libg-bootstrap)[arguments]: New field.
[native-inputs]: New field.
2018-06-24 15:21:18 +02:00
Gábor Boskovits 2ab089b7ba
gnu: java-aqute-libg: Enable tests.
* gnu/packages/java.scm (java-aqute-libg)[arguments]: Remove #:source-dir
and #:tests?, add #:phases 'chdir and 'create-test-directory.
[native-inputs]: Add java-hamcrest-core and java-junit.
2018-06-24 15:21:17 +02:00
Gábor Boskovits 78754995e8
gnu: java-aqute-libg: Explicitly build for java7.
* gnu/package/java.scm (java-aqute-libg)[arguments]: Add #:make-flags
ant.build.javac.source=1.7 and ant.build.javac.target=1.7.
2018-06-24 15:21:17 +02:00
Oleg Pykhalov b341a56a7c
gnu: perl-uri-escape: Update to 1.74.
* gnu/packages/perl-web.scm (perl-uri-escape): Update to 1.74.
2018-06-24 10:27:07 +03:00
Oleg Pykhalov 1a29159342
gnu: streamlink: Update to 0.13.0-1.2dca793.
* gnu/packages/video.scm (streamlink): Update to 0.13.0-1.2dca793.
2018-06-24 10:15:23 +03:00
Danny Milosavljevic 36ba88da4a
gnu: gtk-doc: Update to 1.27.
* gnu/packages/gtk.scm (gtk-doc)[source]: Update to 1.27.
[arguments]<#:phases>[patch-gtk-doc-scan]: New phase.
[arguments]<#:phases>[patch-test-out]: New phase.
[propagated-inputs]: Add python-six.
2018-06-24 03:55:09 +02:00
Oleg Pykhalov abf818bcf5
gnu: sbcl-stumpwm: Update to 18.05.
* gnu/packages/lisp.scm (sbcl-stumpwm): Update to 18.05.
2018-06-24 01:17:11 +03:00
Oleg Pykhalov 02e2d18297
gnu: Add python-send2trash.
* gnu/packages/python.scm (python-send2trash, python2-send2trash): New public
variables.
2018-06-23 19:49:11 +03:00
Julien Lepiller e27c43d94e
gnu: maven-core: Fill properties.
* gnu/packages/maven.scm (maven-core-bootstrap)[arguments]: Add a
fill-properties phase.
2018-06-23 12:17:42 +02:00
Julien Lepiller 7504f3c3d3
gnu: maven: Propagate mvn script requirements.
* gnu/packages/maven.scm (maven)[propagated-inputs]: Add coreutils and
which.
2018-06-23 11:49:11 +02:00
Oleg Pykhalov 972b87b14a
gnu: tome4: Update to 1.5.10.
* gnu/packages/games.scm (tome4): Update to 1.5.10.
2018-06-23 05:00:21 +03:00
Oleg Pykhalov 13a504af92
gnu: tome4: Use invoke.
* gnu/packages/games.scm (tome4)[arguments]: Use invoke.
2018-06-23 05:00:21 +03:00
Danny Milosavljevic bdd235b30b
gnu: make-u-boot-package: Improve error handling.
* gnu/packages/bootloaders.scm (make-u-boot-package): Improve error handling.
2018-06-22 23:40:54 +02:00
Tobias Geerinckx-Rice 1829f7efdd
gnu: perl-cgi-simple: Update to 1.15.
* gnu/packages/web.scm (perl-cgi-simple): Update to 1.15.
[source]: Update URI.
[native-inputs]: Add perl-test-exception & perl-test-nowarnings.
2018-06-22 23:21:10 +02:00
Tobias Geerinckx-Rice 96262629ac
gnu: perl-catalyst-runtime: Remove left-over input.
This is a follow-up to commit b544dde3e7.

* gnu/packages/web.scm (perl-catalyst-runtime)[native-inputs]: Remove
perl-io-stringy.
2018-06-22 23:21:09 +02:00
Tobias Geerinckx-Rice cc00249b9b
gnu: workrave: Edit description.
* gnu/packages/gnome.scm (workrave)[description]: Edit and mark up.
2018-06-22 22:00:26 +02:00
Tobias Geerinckx-Rice 9253b4ffc7
gnu: eid-mw: Update to 4.4.3.
* gnu/packages/security-token.scm (eid-mw): Update to 4.4.3.
2018-06-22 22:00:25 +02:00
Tobias Geerinckx-Rice 080093ff6a
gnu: eid-mw: Fix build.
* gnu/packages/security-token.scm (eid-mw)[arguments]: Move the
‘bootstrap’ phase to after ‘unpack’. Modify it to run without errors,
and call upstream's bootstrap.sh script instead of our own copy.
2018-06-22 22:00:25 +02:00