Commit Graph

33510 Commits (8bbb79cf95a07a40950448a8a09d888254404ed4)

Author SHA1 Message Date
Ludovic Courtès 8bbb79cf95
mailmap: Add a line for Pierre-Antoine.
* .mailmap: Add entry for Pierre-Antoine.
2018-07-16 17:14:39 +02:00
Ludovic Courtès d3095f34a3
gnu: emacs-bash-completion: Fix spelling of "Bash".
* gnu/packages/emacs.scm (emacs-bash-completion)[synopsis, description]:
Fix spelling of "Bash".
2018-07-16 17:14:39 +02:00
Ludovic Courtès a14a80da2e
gnu: emacs-pulseaudio-control: Record the file name of 'pactl'.
* gnu/packages/emacs.scm (emacs-pulseaudio-control)[arguments, inputs]:
New fields.
2018-07-16 17:14:39 +02:00
Nils Gillmann 33f4d14ab1
mailmap: Add another line for myself.
Signed-off-by: Nils Gillmann <gillmann@infotropique.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16 16:53:50 +02:00
Brendan Tildesley 17a21bcf31
gnu: ecryptfs-utils: Patch hardcoded-paths.
* gnu/packages/linux.scm: (ecryptfs-utils): Patch hardcoded-paths.
[arguments]: Add the phase patch-hardcoded-paths to replace various hardcoded
references to /bin, /sbin, ... with direct references to the store.
[inputs]: Add missing inputs util-linux, cryptsetup, and lvm2 so that the
correct paths can be found and the resulting code works.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16 16:51:27 +02:00
Theodoros Foradis f7e248396b
gnu: monero-core: Rename package to "monero-gui".
* gnu/packages/finance.scm (monero-core): Define in terms of
'deprecated-package'.
(monero-gui): New variable, formerly known as "monero-core".

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16 16:47:05 +02:00
Theodoros Foradis 88d5ee44ed
gnu: monero-core: Return #t from phases.
* gnu/packages/engineering.scm (monero)[arguments]: Substitute invoke for system*.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16 16:44:44 +02:00
Theodoros Foradis 3902bc5c23
gnu: monero-core: Update to 0.12.2.0.
* gnu/packages/finance.scm (monero-core): Update to 0.12.2.0.
[source]: Use 'git-fetch'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16 16:44:33 +02:00
Theodoros Foradis 797445be47
gnu: monero: Return #t from phases.
* gnu/packages/finance.scm (monero)[arguments]: Substitute invoke for system*.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16 16:40:54 +02:00
Theodoros Foradis 0a551443ae
gnu: monero: Update to 0.12.3.0.
* gnu/packages/patches/monero-use-system-miniupnpc.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/finance.scm (monero): Update to 0.12.3.0.
[source]: Add patch. Remove snippet because miniupnpc, rapidjson
and unbound are no longer bundled in-tree.
[inputs]: Add zeromq, cppzmq, libsodium. Use monero-miniupnpc.
[arguments]: Change build-type to "release".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16 16:40:37 +02:00
Vagrant Cascadian a0bb021785
gnu: Add electron-cash.
* gnu/packages/finance.scm (electron-cash): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16 15:34:31 +02:00
Efraim Flashner 66b9c643d5
gnu: kodi: Build with mariadb.
* gnu/packages/kodi.scm (kodi)[inputs]: Replace mysql with mariadb.
2018-07-16 11:02:25 +03:00
Leo Famulari 248a9e163b
gnu: java-bouncycastle: Update to 1.60 [fixes CVE-2018-1000180].
* gnu/packages/java.scm (java-bouncycastle): Update to 1.60.
2018-07-16 03:07:49 -04:00
Efraim Flashner 0728f60074
gnu: fltk: Update to 1.3.4-2.
* gnu/packages/fltk.scm (fltk): Update to 1.3.4-2.
[source]: Remove patches.
[inputs]: Switch from libjpeg-8 to libjpeg.
* gnu/packages/patches/fltk-shared-lib-defines.patch,
gnu/packages/patches/fltk-xfont-on-demand.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2018-07-16 10:02:28 +03:00
Leo Famulari cfe255684c
gnu: botan: Update to 2.7.0 [fixes CVE-2018-12435].
* gnu/packages/crypto.scm (botan): Update to 2.7.0.
2018-07-16 02:17:50 -04:00
Christopher Baines fe27238cea
gnu: ruby-options: Return #t from set-LIB phase.
* gnu/packages/ruby.scm (ruby-options)[arguments]: Return #t from the set-LIB
phase.
2018-07-15 22:19:39 +01:00
Christopher Baines 0d354666d3
ruby-build-system: Error or return #t from all phases.
Previously, if the tests didn't pass, the check phase would evaluate to #f,
but the package would be built sucessfully. This changes all the phases to
raise exceptions if errors are encountered, and return #t otherwise.

This involves using invoke rather than system*, so that exceptions are raised
if the program exits with a status other than 0, and also returning #t at the
end of functions.

* gnu/build/ruby-build-system.scm (unpack): Use invoke rather than system*,
and return #t at the end.
(build, check): Use invoke rather than system*.
(install): Remove the use of "and", and rewrite the error handling to raise an
exception.
(wrap): Return #t.
2018-07-15 22:19:39 +01:00
Efraim Flashner ae608622f3
gnu: tor.scm: Fix copyright line.
This is a follow-up to 2c6f0438d8.
2018-07-15 23:14:03 +03:00
Efraim Flashner 5041d03a41
gnu: libraw: Use libjpeg@9.
* gnu/packages/photo.scm (libraw)[inputs]: Replace libjpeg@8 with
libjpeg.
2018-07-15 23:00:25 +03:00
Efraim Flashner 0998278519
gnu: openimageio: Use libjpeg@9.
* gnu/packages/graphics.scm (openimageio)[inputs]: Replace libjpeg@8
with libjpeg.
2018-07-15 22:59:26 +03:00
Efraim Flashner 1cd968e854
gnu: openimageio: Don't use unstable tarball.
* gnu/packages/graphics.scm (openimageio)[source]: Download the source
from a git repository.
2018-07-15 22:59:26 +03:00
Efraim Flashner 22f003880c
gnu: podofo: Update to 0.9.6.
* gnu/packages/pdf.scm (podofo): Update to 0.9.6.
[native-inputs]: Add cppunit, pkg-config.
[inputs]: Replace libjpeg@8 with libjpeg. Order alphabetically.
2018-07-15 22:59:26 +03:00
Efraim Flashner 74f99ee42a
gnu: gimp: Use libjpeg@9.
* gnu/packages/gimp.scm (gimp)[inputs]: Replace libjpeg@8 with libjpeg.
2018-07-15 22:59:25 +03:00
Efraim Flashner cb570156b6
gnu: gegl: Use libjpeg@9.
* gnu/packages/gimp.scm (gegl)[inputs]: Replace libjpeg@8 with libjpeg.
2018-07-15 22:59:25 +03:00
Efraim Flashner 080e11b48e
gnu: rust@1.25: Fix build on aarch64-linux.
* gnu/packages/rust.scm (rust@1.25)[arguments]: Replace inherited custom
'patch-aarch64-test phase. Make sure all phases return #t.
2018-07-15 22:59:25 +03:00
Efraim Flashner 4f963b6f29
gnu: rust@1.19: Don't make public.
* gnu/packages/rust.scm (rust@1.19): Don't make it a public variable.
2018-07-15 22:59:25 +03:00
Efraim Flashner 97dd1b154b
gnu: postgresql@9.6: Update to 9.6.9.
* gnu/packages/databases.scm (postgresql@9.6): Update to 9.6.9.
2018-07-15 22:59:24 +03:00
Efraim Flashner 71e304ed28
gnu: emacs: Build with libjpeg@9.
* gnu/packages/emacs.scm (emacs)[inputs]: Replace libjpeg@8 with
libjpeg.
2018-07-15 22:59:21 +03:00
Efraim Flashner 2c6f0438d8
gnu: tor: Update to 0.3.3.9.
* gnu/packages/tor.scm (tor): Update to 0.3.3.9.
2018-07-15 21:16:32 +03:00
Efraim Flashner 6c10675928
gnu: python-xenon: Update to 0.5.4.
* gnu/packages/python.scm (python-xenon): Update to 0.5.4.
[arguments]: Remove part of custom 'patch-test-requirements phase.
2018-07-14 23:19:42 +03:00
Efraim Flashner 5743ba4979
gnu: debootstrap: Update to 1.0.106.
* gnu/packages/debian.scm (debootstrap): Update to 1.0.106.
[source]: Download from git repository.
[home-page]: Update to new home-page.
2018-07-14 22:51:34 +03:00
Efraim Flashner f52ddd6236
gnu: gnu-pw-mgr: Update to 2.3.3.
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.3.3.
2018-07-14 22:10:09 +03:00
Ben Woodcroft 5908818e30
gnu: python-h5py: Update to 2.8.0.
* gnu/packages/python.scm (python-h5py): Update to 2.8.0.
2018-07-15 00:43:57 +10:00
Julien Lepiller daf823ad27
gnu: services: Export virtlog-configuration.
* gnu/services/virtualization.scm (virtlog-configuration): Export.
2018-07-14 13:19:37 +02:00
Mark H Weaver f3c9a5d2d4
gnu: linux-libre: Update to 4.17.6.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.6.
(%linux-libre-hash): Update hash.
2018-07-14 01:44:54 -04:00
Mark H Weaver be9bab8654
gnu: linux-libre@4.14: Update to 4.14.55.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.55.
(%linux-libre-4.14-hash): Update hash.
2018-07-14 01:44:01 -04:00
Mark H Weaver 16e2bb5cd5
gnu: linux-libre@4.9: Update to 4.9.112.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.112.
2018-07-14 01:43:11 -04:00
Mark H Weaver df74221a22
gnu: linux-libre@4.4: Update to 4.4.140.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.140.
2018-07-14 01:42:20 -04:00
Kei Kebreau a49eb85c34
gnu: Add inchi.
* gnu/packages/chemistry.scm (inchi): New variable.
2018-07-13 22:21:45 -04:00
Leo Famulari 27f7cbc91d
utils: Really clean up temporary directories.
Fixes <https://bugs.gnu.org/32126>.

* guix/utils.scm (call-with-temporary-directory): Use DELETE-FILE-RECURSIVELY
instead of RMDIR.
2018-07-13 17:33:45 -04:00
Leo Famulari 92bcccc51f
tests: Don't rely on temporary directories being permanent.
* tests/gexp.scm ("gexp->script #:module-path",
"program-file #:module-path"): Use run-with-store.
2018-07-13 17:33:45 -04:00
Julien Lepiller 82da291abe
gnu: faba-icon-theme: Fix build.
* gnu/packages/gnome.scm (faba-icon-theme)[arguments]: Disable running
gtk-update-icon-cache after installation.
2018-07-13 20:52:26 +02:00
Jan Nieuwenhuizen 00c86a8884
gnu: mes: Update to 0.16.1.
* gnu/packages/mes.scm (mes): Update to 0.16.1.
2018-07-13 19:43:38 +02:00
Julien Lepiller 34aff57c82
gnu: antlr3: Fix compilation.
* gnu/packages/java.scm (antlr3)[arguments]: Fix 'generate-grammar' phase.
2018-07-13 18:39:28 +02:00
Theodoros Foradis a811bca289
gnu: Add miniupnpc-monero.
* gnu/packages/upnp.scm (monero-miniupnpc): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-13 17:28:40 +02:00
Theodoros Foradis f6c8771463
gnu: Add cppzmq.
* gnu/packages/networking.scm (cppzmq): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-13 17:28:40 +02:00
Ludovic Courtès bca302c67a
pull: Display new/upgraded packages upon completion.
* guix/scripts/pull.scm (display-profile-news): New procedure.
(build-and-install): Call it.
(display-new/upgraded-packages): Add #:heading and honor it.
2018-07-13 17:28:40 +02:00
Ludovic Courtès dc733e6a12
pull: Use (guix inferior) to display new and upgraded packages.
* guix/scripts/pull.scm (display-profile-content): Call
'display-generation'.
(display-new/upgraded-packages, display-profile-content-diff): New
procedures.
(process-query)[list-generation]: Remove.
[list-generations]: New procedure.
Adjust accordingly.
* doc/guix.texi (Invoking guix pull): Update example of '-l'.
2018-07-13 17:28:40 +02:00
Ludovic Courtès 2ca299caf6
Add (guix inferior) and (guix scripts repl).
* guix/inferior.scm, guix/scripts/repl.scm, tests/inferior.scm: New
files.
* Makefile.am (MODULES): Add 'guix/scripts/repl.scm' and
'guix/inferior.scm'.
(SCM_TESTS): Add 'tests/inferior.scm'.
* doc/guix.texi (Invoking guix repl): New node.
2018-07-13 17:28:39 +02:00
Ludovic Courtès bc6e291ef0
guix package: Use relative symlinks to generations.
Reported by Roel Janssen <roel@gnu.org>
at <https://lists.gnu.org/archive/html/guix-devel/2018-07/msg00036.html>.

* guix/profiles.scm (switch-to-generation): Use (basename generation) as
the symlink target.
* guix/scripts/package.scm (build-and-use-profile): Likewise,
use (basename name) as the symlink target.
* tests/guix-package.sh: Adjust --roll-back test accordingly.  Add
explicitly test with '-p foo/prof'.
2018-07-13 17:28:39 +02:00