Commit Graph

31471 Commits (9ceeca0880248eee8c2796f5e6ebc172b95277f7)

Author SHA1 Message Date
Ludovic Courtès 9ceeca0880
system: Remove uses of the 'title' field of <file-system>.
* gnu/system/install.scm (installation-os): Remove uses of the 'title'
field of 'file-system'; use 'file-system-label' as appropriate.
* gnu/system/vm.scm (system-disk-image, system-qemu-image): Likewise.
* gnu/tests.scm (%simple-os): Likewise.
* gnu/tests/install.scm (%minimal-os, %minimal-extlinux-os)
(%minimal-os-on-vda, %separate-home-os, %separate-store-os)
(%raid-root-os, %encrypted-root-os, %btrfs-root-os): Likewise.
* gnu/build/shepherd.scm (default-mounts)[tmpfs]: Likewise.
* tests/guix-system.sh: Likewise.
* tests/system.scm (%root-fs): Likewise.
("operating-system-boot-mapped-devices, implicit dependency"): Likewise.
2018-05-28 13:24:19 +02:00
Ludovic Courtès a5acc17a3c
file-systems: Remove 'title' field and add <file-system-label>.
The 'title' field was easily overlooked and was an endless source of
confusion.  Now, the value of the 'device' field is self-contained.

* gnu/system/file-systems.scm (<file-system>): Change constructor name
to '%file-system'.
[title]: Remove.
(<file-system-label>): New record type with printer.
(report-deprecation, device-expression)
(process-file-system-declaration, file-system): New macros.
(file-system-title): New procedure.
(file-system->spec, spec->file-system): Adjust to handle
<file-system-label>.
* gnu/system.scm (bootable-kernel-arguments): Add case for
'file-system-label?'.
(read-boot-parameters): Likewise.
(mapped-device-user): Avoid 'file-system-title'.
(fs->boot-device): Remove.
(operating-system-boot-parameters): Use 'file-system-device' instead of
'fs->boot-device'.
(device->sexp): Add case for 'file-system-label?'.
* gnu/bootloader/grub.scm (grub-root-search): Add case for
'file-system-label?'.
* gnu/system/examples/bare-bones.tmpl,
gnu/system/examples/beaglebone-black.tmpl,
gnu/system/examples/lightweight-desktop.tmpl,
gnu/system/examples/vm-image.tmpl: Remove uses of 'title'.
* gnu/system/vm.scm (virtualized-operating-system): Remove uses of
'file-system-title'.
* guix/scripts/system.scm (check-file-system-availability): Likewise,
and adjust fix-it hint.
(check-initrd-modules)[file-system-/dev]: Likewise.
* gnu/build/file-systems.scm (canonicalize-device-spec): Remove 'title'
parameter.
[canonical-title]: Remove.
Match on SPEC's type rather than on CANONICAL-TITLE.
(mount-file-system): Adjust caller.
* gnu/build/linux-boot.scm (boot-system): Interpret ROOT here.
* gnu/services/base.scm (file-system->fstab-entry): Remove use of
'file-system-title'.
* doc/guix.texi (File Systems): Remove documentation of the 'title'
field.  Rewrite documentation of 'device' and document
'file-system-label'.
2018-05-28 13:24:11 +02:00
Mark H Weaver 25816c4306
gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from
the upstream mozilla-esr52 repository.
2018-05-27 17:39:29 -04:00
Pierre Langlois 8a6d16b897
gnu: clementine: Update snapshot.
* gnu/package/music.scm (clementine): Update snapshot to 4619a4c1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2018-05-27 22:33:06 +03:00
Pierre Langlois 1222a64c02
gnu: libechonest: Remove package.
It appears the "EchoNest" service isn't available anymore which makes this
package obsolete.

* gnu/packages/music.scm (libechonest): Remove variable.
(clementine)[inputs]: Remove libechonest.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2018-05-27 22:33:05 +03:00
Pierre Langlois 01c4869003
gnu: libmygpo-qt: Fix Qt 5.11 build.
The update to Qt 5.11.0 broke libmygpo-qt. It turned it was using a deprecated
CMake function (qt5_use_moduldes).  Let's pick up two upstream patches that
fix the issue: https://github.com/gpodder/libmygpo-qt/pull/15

As mentioned in the the pull request, there is now a test failure but it looks
harmless.

* gnu/packages/patches/libmygpo-qt-fix-qt-5.11.patch,
gnu/packages/patches/libmygpo-qt-missing-qt5-modules.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/music.scm (libmygpo-qt)[source]: Add patches.
[arguments]: Build tests but do not run them.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2018-05-27 22:33:01 +03:00
Julien Lepiller 3a69f5f2d3
gnu: Add java-logback-classic.
* gnu/packages/java.scm (java-logback-classic): New variable.
2018-05-27 18:47:15 +02:00
Julien Lepiller 7d8207a4c1
gnu: Add java-logback-core.
* gnu/packages/java.scm (java-logback-core): New variable.
2018-05-27 18:47:09 +02:00
Julien Lepiller 3402e651c8
gnu: Add java-janino.
* gnu/packages/java.scm (java-janino): New variable.
2018-05-27 18:47:07 +02:00
Julien Lepiller 3fa18fe796
gnu: Add java-commons-compiler.
* gnu/packages/java.scm (java-commons-compiler): New variable.
2018-05-27 18:47:05 +02:00
Julien Lepiller 66006fe526
gnu: Add java-commons-jxpath.
* gnu/packages/java.scm (java-commons-jxpath): New variable.
2018-05-27 18:47:03 +02:00
Julien Lepiller 7049dea185
gnu: Add java-eclipse-sisu-plexus.
* gnu/packages/java.scm (java-eclipse-sisu-plexus): New variable.
2018-05-27 18:47:01 +02:00
Julien Lepiller 1a1810f534
gnu: Add java-eclipse-sisu-inject.
* gnu/packages/java.scm (java-eclipse-sisu-inject): New variable.
2018-05-27 18:46:58 +02:00
Julien Lepiller a1a5ef2094
gnu: Add java-jsr250.
* gnu/packages/java.scm (java-jsr250): New variable.
2018-05-27 18:46:38 +02:00
Rutger Helling 9b9db6c482
gnu: xonotic: Correct licenses.
* gnu/packages/games.scm (xonotic-data)[license]: Refer to correct file.
* gnu/packages/games.scm (xonotic)[license]: Refer to correct file.
2018-05-27 10:24:06 +02:00
Efraim Flashner 865003433f
gnu: qtconnectivity: Enable previously failing test.
* gnu/packages/qt.scm (qtconnectivity)[arguments]: Remove custom
'disable-failing-tests phase.
2018-05-27 10:21:33 +03:00
Efraim Flashner 1f52eb7be7
gnu: qt: Update to 5.11.0.
* gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors,
qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel,
qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2,
qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d,
qtcharts, qtdatavis3d, qtnetworkauth, qtremoteobjects, qtspeech):
Update to 5.11.0.
[source]: Update source uri.
(qtbase)[source]: Don't remove bundled sqlite.
[inputs]: Remove sqlite.
[arguments]: Use 'invoke'. Use bundled sqlite.
(qtsvg, qtmultimedia, qtcanvas3d)[arguments]: Use 'invoke'.
(qtremoteobjects)[arguments]: Skip new integration test.
2018-05-27 09:05:56 +03:00
Mark H Weaver a4e45acdc0
gnu: linux-libre: Update to 4.16.12.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.12.
(%linux-libre-hash): Update hash.
2018-05-27 01:23:26 -04:00
Mark H Weaver 52a1379814
gnu: linux-libre@4.14: Update to 4.14.44.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.44.
(%linux-libre-4.14-hash): Update hash.
2018-05-27 01:22:36 -04:00
Mark H Weaver ce9484d851
gnu: linux-libre@4.9: Update to 4.9.103.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.103.
2018-05-27 01:21:55 -04:00
Mark H Weaver ab7da7bc39
gnu: linux-libre@4.4: Update to 4.4.133.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.133.
2018-05-27 01:20:01 -04:00
Fis Trivial e8f4d53e03
gnu: Add pybind11.
* gnu/packages/python.scm (pybind11): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-26 22:24:23 +02:00
Pierre Neidhardt 0d529a7c6a
gnu: gifsicle: New variable.
* gnu/packages/image.scm (gifsicle): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-05-26 22:22:16 +02:00
Pierre Neidhardt 5735256d0b
gnu: Add upx.
* gnu/packages/compression.scm (upx): New variable.
2018-05-26 22:11:18 +02:00
Pierre Neidhardt 719871771d
gnu: Add ucl.
* gnu/packages/compression.scm (ucl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-26 22:00:59 +02:00
Adam Massmann e0f415b2b5
gnu: xapers: Fix recommended packages
* gnu/packages/search.scm (xapers): [inputs]: remove python, poppler
[propagated-inputs]: add poppler, xclip, xdg-utils.
[arguments]: modify-phases to disable x-terminal options.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-26 21:48:38 +02:00
Nils Gillmann dc70ff2a86
gnu: Add xonotic.
* gnu/packages/games.scm (xonotic, xonotic-data): New variables.

Signed-off-by: Rutger Helling <rhelling@mykolab.com>
2018-05-26 18:15:39 +02:00
Marius Bakke b9d562284c
gnu: x265: Update to 2.8.
* gnu/packages/video.scm (x265): Update to 2.8.
2018-05-26 17:13:20 +02:00
Marius Bakke d5c472a216
gnu: p11-kit: Update to 0.23.11.
* gnu/packages/tls.scm (p11-kit): Update to 0.23.11.
[arguments]: Add #:phases.  Drop new "runtime" test.
2018-05-26 17:04:18 +02:00
Marius Bakke 26633cb8b3
gnu: samba: Update to 4.8.2.
* gnu/packages/samba.scm (samba): Update to 4.8.2.
2018-05-26 17:04:18 +02:00
Marius Bakke 6ce76bdc31
gnu: whois: Update to 5.3.1.
* gnu/packages/networking.scm (whois): Update to 5.3.1.
[inputs]: Change from LIBIDN to LIBIDN2.
2018-05-26 17:04:17 +02:00
Marius Bakke 80746f97f1
gnu: vte: Update to 0.52.2.
* gnu/packages/gnome.scm (vte): Update to 0.52.2.
2018-05-26 17:04:17 +02:00
Marius Bakke bbb56dc7b6
gnu: feh: Update to 2.26.3.
* gnu/packages/image-viewers.scm (feh): Update to 2.26.3.
2018-05-26 17:04:17 +02:00
Marius Bakke 9572d2b482
http-client: Send redirection messages to stderr.
* guix/http-client.scm (http-fetch): Use CURRENT-ERROR-PORT instead of default
output.
2018-05-26 17:04:17 +02:00
Marius Bakke b3884bbfc5
gnu: rust: Fix typo.
* gnu/packages/rust.scm (rust-bootstrap)[description]: s/manaer/manager.
2018-05-26 17:04:17 +02:00
Rutger Helling 385f8a0930
gnu: wine-staging: Update to 3.9.
* gnu/packages/wine.scm (wine-staging): Update to 3.9.
2018-05-26 16:45:47 +02:00
Rutger Helling 84fbe00a8b
gnu: wine-staging-patchset-data: Update to 3.9.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.9.
2018-05-26 16:45:46 +02:00
Nicolas Goaziou 4c40ed9d37
gnu: Add scummvm.
* gnu/packages/emulators.scm (scummvm): New variable.
2018-05-25 23:19:58 +02:00
Andreas Enge 43a776e294
gnu: mpfrcx: Update to 0.5.
* gnu/packages/algebra.scm (mpfrcx): Update to 0.5 and change licence to
lgpl3+.
2018-05-25 19:52:15 +02:00
Jelle Licht c53fa8c83a
gnu: mps-youtube: Update to 0.2.8.
* gnu/packages/video.scm (mps-youtube): Update to 0.2.8.
2018-05-25 14:01:57 +02:00
Jelle Licht e7ca985973
gnu: footswitch: Update to ca43d53f.
* gnu/packages/accessibility.scm (footswitch): Update to ca43d53f.
2018-05-25 14:01:40 +02:00
Ludovic Courtès fbe1b85b63
gnu: openmpi: Add PSM2 (Intel OmniPath) support.
* gnu/packages/mpi.scm (openmpi)[inputs]: Add PSM2 on supported systems.
2018-05-25 13:43:03 +02:00
Ludovic Courtès a560641a60
gnu: openmpi: Reintroduce PSM (Intel TrueScale) support.
Fixes a regression introduced in
9129804230 whereby PSM would never be
added as an input.

* gnu/packages/mpi.scm (openmpi)[inputs]: Re-add PSM on supported
systems.
2018-05-25 13:43:03 +02:00
Ludovic Courtès 6df2a50ac4
gnu: openmpi: Update to 3.0.1.
* gnu/packages/mpi.scm (openmpi): Update to 3.0.1.
[arguments]: In 'remove-absolute' phase, adjust romio file name.
* gnu/packages/maths.scm (scalapack)[arguments]: Add
'set-test-environment' phase.
(slepc-openmpi)[arguments]: Likewise.
(mumps-openmpi)[arguments]: Likewise.
(superlu-dist)[arguments]: In 'check' phase, set
'OMPI_MCA_plm_rsh_agent'.
(scotch)[arguments]: In 'build-esmumps', likewise.
(p4est)[arguments]: Add 'set-test-environment' phase.
(hypre-openmpi)[arguments]: Likewise.
2018-05-25 13:43:03 +02:00
Ludovic Courtès 0921eff2a8
gnu: superlu-dist: Update to 5.3.0.
* gnu/packages/maths.scm (superlu-dist): Update to 5.3.0.
[source](snippet): Adapt file name and function names to new version.
Remove 'delete-file' call.
2018-05-25 13:43:03 +02:00
Ludovic Courtès 98e0b1288f
vm: Pass "panic=1" to Linux.
* gnu/build/vm.scm (load-in-linux-vm): Always pass "panic=1" after '-append'.
2018-05-25 13:43:03 +02:00
Mathieu Othacehe 4806d390cb
gnu: Add python2-gdrivefs.
* gnu/packages/python.scm (python2-gdrivefs): New variable.
2018-05-25 10:36:43 +02:00
Mathieu Othacehe a037a59f83
gnu: Add python-fusepy.
* gnu/packages/python.scm (python-fusepy): New variable,
(python2-fusepy): new variable.
2018-05-25 10:36:43 +02:00
Mathieu Othacehe b5a9f49b49
gnu: Add python-gipc.
* gnu/packages/python.scm (python-gipc): New variable,
(python2-gipc): new variable.
2018-05-25 10:36:43 +02:00
Mathieu Othacehe 961bcdf5ac
gnu: Add python-google-api-client.
* gnu/packages/python-web.scm (python-google-api-client): New variable,
(python2-google-api-client): new variable.
2018-05-25 10:36:43 +02:00