Commit graph

51171 commits

Author SHA1 Message Date
Hartmut Goebel 7d796d8068
gnu: ktouch: Use qt-build-system.
* gnu/packages/display-managers.scm (ktouch): Use qt-build-sytem.
  [arguments]<modules, imported-modules>: Remove. <phases>: Base
  on phases from qt-build-system. {wrap-executables}: Remove.
2019-12-01 20:24:47 +01:00
Hartmut Goebel 2f57e34bf3
gnu: sddm: Use qt-build-system.
* gnu/packages/display-managers.scm (sddm): Use qt-build-sytem.
  [arguments]<modules, imported-modules>: Remove. <phases>: Base
  on phases from qt-build-system. {wrap-programs}: Remove.
2019-12-01 20:24:47 +01:00
Hartmut Goebel b6d852ce6d
guix: Add the 'qt' build system.
* guix/build-system/qt.scm, guix/build/qt-build-system.scm: New files.
* Makefile.am (MODULES): Add them.
* doc/guix.texi (Buiild systems): Add the new build system.
2019-12-01 20:24:47 +01:00
Mathieu Othacehe c6d130630a
build: vm: Fix qemu-command procedure.
* gnu/build/vm.scm (qemu-command): When system is "armhf-linux", use "arm" as
qemu cpu prefix.
2019-12-01 16:52:30 +01:00
Mathieu Othacehe 2c5dd47cef
tests: lzlib: Do not fail if lzlib in not available.
* tests/lzlib.scm: Use test-assert* for all test cases, so that there are no
failures if lzlib is unavailable.
2019-12-01 16:51:40 +01:00
Mathieu Othacehe fcc4c6ae60
scripts: system: Add --target option.
* guix/scripts/system.scm (%options): Add target option,
(%default-options): ditto,
(process-action): Rename existing target variable to target-file and pass new
target variable to run-with-store procedure.
2019-12-01 16:51:40 +01:00
Mathieu Othacehe d4ddf22d54
system: vm: Support cross-compilation.
* gnu/system.scm (system-linux-image-file-name): Add support for cross-built
systems. Remove system argument that was ignored,
(operating-system-kernel-file): adapt by removing ignored os argument.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add target
argument and turn inputs into native-inputs. Pass target to qemu-command
and gexp->derivation calls.
(iso9660-image): Add target argument and pass it to
expression->derivation-in-linux-vm. Remove qemu from inputs as it
is not necessary.
(qemu-image): Add target argument, also remove qemu from inputs. Pass
target argument to expression->derivation-in-linux-vm call.
2019-12-01 16:51:40 +01:00
Tobias Geerinckx-Rice 39c746f081
gnu: bs1770gain: Update to 0.6.5.
* gnu/packages/audio.scm (bs1770gain): Update to 0.6.5.
[source]: Adjust snippet for upstream BS gain.
2019-12-01 16:01:46 +01:00
Pierre Neidhardt 5b0289870a
gnu: jami: Fix wrapper.
* gnu/packages/telephony.scm (jami)[arguments]: Wrap around jami-gnome instead
  of gnome-ring.
  [synopsis]: Make it more sensible.
2019-12-01 13:37:16 +01:00
Pierre Neidhardt a83855ffad
gnu: libring: Update to 20191101.
* gnu/packages/telephony.scm (libring)[inputs]: Replace restbed with restinio,
  add asio.
2019-12-01 13:37:16 +01:00
Pierre Neidhardt fbcd60dd15
gnu: pjproject-jami: Update to 2.9
* gnu/packages/telephony.scm (pjproject-jami)[arguments]: Fix flags, make
  files writable, update patch set.
2019-12-01 13:37:16 +01:00
Pierre Neidhardt de65f3f1bb
gnu: jami: Update to 20191101.3.67671e7.
* gnu/packages/telephony.scm (jami): Update to 20191101.3.67671e7.
2019-12-01 13:37:16 +01:00
Pierre Neidhardt 5dc8cad52c
gnu: pjproject: Update to 2.9.
* gnu/packages/telephony.scm (pjproject): Update to 2.9.
2019-12-01 13:37:16 +01:00
Jan Wielkiewicz 4fe8a9f2d1
gnu: opendht: Update to 2.0.0beta2.
* gnu/packages/networking.scm (opendht): Update to 2.0.0beta2.
2019-12-01 13:37:16 +01:00
Pierre Neidhardt 13d79b6471
gnu: Add restinio.
* gnu/packages/networking.scm (restinio): New variable.
2019-12-01 13:37:16 +01:00
Jan Wielkiewicz 27bcdfcd65
gnu: Add sobjectizer.
* gnu/packages/cpp.scm (sobjectizer): New variable.
2019-12-01 13:37:16 +01:00
Jan Wielkiewicz d83bb7973b
gnu: Add resample.
* gnu/packages/audio.scm (resample): New variable.
2019-12-01 13:36:40 +01:00
Clément Lassieur f71b0a0012
ci: Make sure the Guix checkout is the one providing Cuirass proc.
Fixes <https://bugs.gnu.org/36378>.
Reported by Reza Alizadeh Majd <r.majd@pantherx.org>.

* build-aux/hydra/gnu-system.scm (find-current-checkout): New procedure.
(hydra-jobs): Use FIND-CURRENT-CHECKOUT to define CHECKOUT.  Pass it to the
inferior Guix as an extra argument whose key is 'superior-guix-checkout'.
* gnu/ci.scm (find-current-checkout): New procedure.
(hydra-jobs): Use FIND-CURRENT-CHECKOUT to define CHECKOUT.  This will return
'#f' if the current Guix is an inferior.  In that case, use the
'superior-guix-checkout' argument provided by the superior Guix.
2019-12-01 11:26:11 +01:00
Ricardo Wurmus db1106e2b5
gnu: r-catools: Update to 1.17.1.3.
* gnu/packages/statistics.scm (r-catools): Update to 1.17.1.3.
2019-12-01 10:57:44 +01:00
Ricardo Wurmus 5378a1ae49
gnu: r-rvcheck: Update to 0.1.7.
* gnu/packages/cran.scm (r-rvcheck): Update to 0.1.7.
2019-12-01 10:57:35 +01:00
Ricardo Wurmus a346c93665
gnu: r-insight: Update to 0.7.1.
* gnu/packages/cran.scm (r-insight): Update to 0.7.1.
2019-12-01 10:35:59 +01:00
Ricardo Wurmus 3e3fd3b0f2
gnu: r-algdesign: Update to 1.2.0.
* gnu/packages/cran.scm (r-algdesign): Update to 1.2.0.
2019-12-01 10:30:46 +01:00
Ricardo Wurmus 670a010161
gnu: r-sdmtools: Update to 1.1-221.2.
* gnu/packages/cran.scm (r-sdmtools): Update to 1.1-221.2.
2019-12-01 10:30:38 +01:00
Ricardo Wurmus 2899a9d439
gnu: r-vioplot: Update to 0.3.4.
* gnu/packages/cran.scm (r-vioplot): Update to 0.3.4.
2019-12-01 10:30:31 +01:00
Ricardo Wurmus 7055c62dde
gnu: r-extremes: Update to 2.0-11.
* gnu/packages/cran.scm (r-extremes): Update to 2.0-11.
2019-12-01 10:30:18 +01:00
Ricardo Wurmus 353fb48f4b
gnu: guile-ffi-fftw: Update to 0-2.294ad9e.
* gnu/packages/guile-xyz.scm (guile-ffi-fftw): Update to 0-2.294ad9e.
[license]: Switch to LGPLv3+.
2019-12-01 09:56:59 +01:00
Tobias Geerinckx-Rice 7366214178
gnu: perl-xml-rss: Update to 1.61.
* gnu/packages/xml.scm (perl-xml-rss): Update to 1.61.
2019-12-01 03:16:46 +01:00
Tobias Geerinckx-Rice 280189d74e
gnu: perl-x11-protocol-other: Update to 31.
* gnu/packages/xorg.scm (perl-x11-protocol-other): Update to 31.
2019-12-01 03:16:46 +01:00
Tobias Geerinckx-Rice 0b4ced58c0
gnu: pscircle: Update to 1.3.1.
* gnu/packages/admin.scm (pscircle): Update to 1.3.1.
2019-12-01 03:14:01 +01:00
Tobias Geerinckx-Rice cf2013d981
gnu: nnn: Update to 2.7.
* gnu/packages/admin.scm (nnn): Update to 2.7.
2019-12-01 03:14:01 +01:00
Tobias Geerinckx-Rice d67e75386d
gnu: stellarium: Update to 0.19.2.
* gnu/packages/astronomy.scm (stellarium): Update to 0.19.2.
2019-12-01 03:14:01 +01:00
Tobias Geerinckx-Rice f5bfaf32f6
gnu: hostapd: Update to 2.9.
* gnu/packages/admin.scm (hostapd): Update to 2.9.
2019-12-01 03:14:01 +01:00
Tobias Geerinckx-Rice 4d441ca174
gnu: thermald: Update to 1.9.
* gnu/packages/admin.scm (thermald): Update to 1.9.
[source]: Remove patch.
* packages/patches/thermald-make-int-max32-visible.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2019-12-01 03:14:01 +01:00
Tobias Geerinckx-Rice 50db7df4d2
gnu: cbatticon: Update to 1.6.10.
* gnu/packages/admin.scm (cbatticon): Update to 1.6.10.
2019-12-01 03:14:00 +01:00
Tobias Geerinckx-Rice 4a62a29de3
gnu: arandr: Download over HTTPS.
* gnu/packages/xdisorg.scm (arandr)[source]: Use HTTPS.
2019-12-01 00:49:16 +01:00
Tobias Geerinckx-Rice 988f53e1be
gnu: yapet: Update to 2.3.
* gnu/packages/password-utils.scm (yapet): Update to 2.3.
[inputs]: Add argon2.
[native-inputs]: Add cppunit.
2019-12-01 00:49:16 +01:00
Tobias Geerinckx-Rice a50d6099dd
gnu: edgar: Update to 1.32.
* gnu/packages/games.scm (edgar): Update to 1.32.
2019-12-01 00:49:16 +01:00
Tobias Geerinckx-Rice 93882a9cab
gnu: gnu-efi: Update to 3.0.11.
* gnu/packages/efi.scm (gnu-efi): Update to 3.0.11.
2019-12-01 00:49:16 +01:00
Tobias Geerinckx-Rice 2ea5b74fad
gnu: ncdc: Update to 1.22.1.
* gnu/packages/dc.scm (ncdc): Update to 1.22.1.
2019-12-01 00:49:15 +01:00
Tobias Geerinckx-Rice fe147c9750
gnu: tnef: Update to 1.4.18.
* gnu/packages/mail.scm (tnef): Update to 1.4.18.
2019-12-01 00:49:15 +01:00
Tobias Geerinckx-Rice dbef037ff4
gnu: z3: Update to 4.8.7.
* gnu/packages/maths.scm (z3): Update to 4.8.7.
2019-12-01 00:49:15 +01:00
Tobias Geerinckx-Rice c7164ad65f
gnu: fcgi: Update to 2.4.2.
* gnu/packages/web.scm (fcgi): Update to 2.4.2.
[source]: Use GIT-FETCH and GIT-FILE-NAME.  Remove obsolete patches.
[native-inputs]: Add autoconf, automake, and libtool.
* gnu/packages/patches/fcgi-2.4.0-gcc44-fixes.patch,
gnu/packages/patches/fcgi-2.4.0-poll.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2019-12-01 00:49:15 +01:00
Tobias Geerinckx-Rice 9530c4bfc9
gnu: paperkey: Use HTTPS source and home page.
* gnu/packages/gnupg.scm (paperkey)[source, home-page]: Use HTTPS.
2019-12-01 00:49:15 +01:00
Tobias Geerinckx-Rice abe08256c7
gnu: paperkey: Update to 1.6.
* gnu/packages/gnupg.scm (paperkey): Update to 1.6.
2019-12-01 00:49:14 +01:00
Tobias Geerinckx-Rice 1ff64c503a
gnu: nauty: Update to 2.6r12.
* gnu/packages/maths.scm (nauty): Update to 2.6r12.
2019-12-01 00:49:14 +01:00
Tobias Geerinckx-Rice c8de7979c2
gnu: calf: Update to 0.90.3.
* gnu/packages/audio.scm (calf): Update to 0.90.3.
2019-12-01 00:49:14 +01:00
Tobias Geerinckx-Rice 0a03c5e1fb
gnu: emacs-howm: Use HTTPS source and home page.
* gnu/packages/emacs-xyz.scm (emacs-howm)[source, home-page]: Use HTTPS.
2019-12-01 00:49:14 +01:00
Tobias Geerinckx-Rice 44b5a74ad7
gnu: emacs-howm: Update to 1.4.5.
* gnu/packages/emacs-xyz.scm (emacs-howm): Update to 1.4.5.
2019-12-01 00:49:14 +01:00
Tobias Geerinckx-Rice 6a04c8ff36
gnu: dcmtk: Update to 3.6.5.
* gnu/packages/image-processing.scm (dcmtk): Update to 3.6.5.
2019-12-01 00:49:13 +01:00
Tobias Geerinckx-Rice 7e59d21f9e
gnu: ncdu: Update to 1.14.1.
* gnu/packages/ncdu.scm (ncdu): Update to 1.14.1.
2019-12-01 00:49:13 +01:00