Commit Graph

41488 Commits (61522fd967c6d7cc9ecbc916db538b887e78dd72)

Author SHA1 Message Date
Brian Leung 61522fd967
gnu: emacs-rainbow-delimiters: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-rainbow-delimiters): Enable tests.
[source] Use GIT-FETCH and GIT-FILE-NAME.
2019-09-24 10:03:17 +02:00
Pierre Neidhardt 5c1547383f
gnu: Add mojoshader.
* gnu/packages/gl.scm (mojoshader): New variable.
2019-09-24 09:44:49 +02:00
Brett Gilio 2395d863de
gnu: emacs-rust-mode: Update to 0.4.0.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 0.4.0.

Signed-off-by: Brian Leung <leungbk@mailfence.com>
2019-09-24 09:09:37 +02:00
Efraim Flashner 3b98e71a4b
gnu: Register (gnu packages distributed).
This is a follow-up to 2d25b0c8ba.

* gnu/local.mk (GNU_SYSTEM_MODULES): Add (gnu packages distributed).
2019-09-24 10:07:43 +03:00
Brant Gardner 2d25b0c8ba
gnu: Add boinc-client and boinc-server.
* gnu/packages/distributed.scm (boinc-client, boinc-server): New variable.

Signed-off-by: Brian Leung <leungbk@mailfence.com>
2019-09-24 08:53:17 +02:00
Tobias Geerinckx-Rice f9447dedc5
gnu: sxhkd: Sensibly name source checkout.
* gnu/packages/xdisorg.scm (sxhkd)[source]: Use GIT-FILE-NAME.
2019-09-24 07:20:53 +02:00
Tobias Geerinckx-Rice b60ffcee06
gnu: mako: Update to 1.4.
* gnu/packages/wm.scm (mako): Update to 1.4.
2019-09-24 07:20:53 +02:00
Tobias Geerinckx-Rice 1c6884eeb3
gnu: sxhkd: Update to 0.6.1.
* gnu/packages/xdisorg.scm (sxhkd): Update to 0.6.1.
2019-09-24 07:06:38 +02:00
Tobias Geerinckx-Rice f1afdaf476
gnu: java-dom4j: Update to 2.1.1.
* gnu/packages/xml.scm (java-dom4j): Update to 2.1.1.
2019-09-24 07:06:37 +02:00
Tobias Geerinckx-Rice e2d69addf6
Revert "gnu: qpdf: Update to 9.0.1."
This reverts commit 88808152d9.
It was intended for staging.
2019-09-24 03:14:26 +02:00
Tobias Geerinckx-Rice 88808152d9
gnu: qpdf: Update to 9.0.1.
* gnu/packages/pdf.scm (qpdf): Update to 9.0.1.
2019-09-24 03:12:44 +02:00
Tobias Geerinckx-Rice 525961cd43
gnu: ethtool: Update to 5.3.
* gnu/packages/networking.scm (ethtool): Update to 5.3.
2019-09-24 03:12:43 +02:00
Tobias Geerinckx-Rice 0b3daeb05e
gnu: linux-libre: Update to 4.4.194.
* gnu/packages/linux.scm (linux-libre): Update to 4.4.194.
2019-09-24 02:19:25 +02:00
Tobias Geerinckx-Rice 21d9c57745
gnu: linux-libre: Update to 4.9.194.
* gnu/packages/linux.scm (linux-libre): Update to 4.9.194.
2019-09-24 02:19:25 +02:00
Tobias Geerinckx-Rice cce20ea6a0
gnu: linux-libre: Update to 4.14.146.
* gnu/packages/linux.scm (linux-libre): Update to 4.14.146.
2019-09-24 02:19:25 +02:00
Tobias Geerinckx-Rice fa470524a4
gnu: linux-libre: Update to 4.19.75.
* gnu/packages/linux.scm (linux-libre): Update to 4.19.75.
2019-09-24 02:19:25 +02:00
Tobias Geerinckx-Rice 9fa18e5dee
gnu: linux-libre: Update to 5.2.17.
* gnu/packages/linux.scm (linux-libre): Update to 5.2.17.
2019-09-24 02:19:24 +02:00
Tobias Geerinckx-Rice 5d992ed122
gnu: linux-libre: Update deblobbing scripts.
* gnu/packages/linux.scm (deblob-scripts-4.4): Update to version 4.4.194
and update the 'deblob-check' hash.
(deblob-scripts-5.2, deblob-scripts-4.19)
(deblob-scripts-4.14, deblob-scripts-4.9): Update to versions 5.2.17, 4.19.75,
4.14.146, and 4.9.194 respectively, although the scripts themselves are
unchanged.
2019-09-24 02:19:24 +02:00
Tobias Geerinckx-Rice 757f01fa4d
gnu: xterm: Don't use NAME in source URI.
* gnu/packages/xorg.scm (xterm)[source]: Hard-code NAME.
2019-09-24 02:10:49 +02:00
Tobias Geerinckx-Rice 5192e465dd
gnu: xterm: Update to 349.
* gnu/packages/xorg.scm (xterm): Update to 349.
2019-09-24 02:10:49 +02:00
Tobias Geerinckx-Rice 3f55b7be16
gnu: glm: Update to 0.9.9.6.
* gnu/packages/maths.scm (glm): Update to 0.9.9.6.
[source]: Add patch.
* gnu/packages/patches/glm-restore-install-target.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2019-09-24 02:10:49 +02:00
Ludovic Courtès 46a9d88512
gnu: cuirass: Update to d27ff21.
* gnu/packages/ci.scm (cuirass): Update to d27ff21.
2019-09-23 23:41:19 +02:00
Ludovic Courtès 46e552cb0f
services: cuirass: Remove unneeded conditional.
* gnu/services/cuirass.scm (cuirass-shepherd-service): Remove unneeded 'and'.
2019-09-23 23:41:19 +02:00
Ludovic Courtès 7abd5997f4
repl, marionette: 'self-quoting?' matches keywords.
* guix/repl.scm (self-quoting?): Add 'keyword?' and 'array?'; remove
'vector?' and 'bytevector?'.
* gnu/tests.scm (marionette-shepherd-service) <start>: Likewise.
<modules>: Remove (rnrs bytevector).
2019-09-23 23:41:19 +02:00
Vagrant Cascadian a2f6f3b199
gnu: r-gplots: Fix typo.
* gnu/packages/statistics (r-gplots)[description]: Fix spelling of "balloon".
2019-09-23 13:18:48 -07:00
Vagrant Cascadian f74b698351
gnu: packages: Fix typos.
* gnu/packages/emacs-xyz (emacs-litable)[description]: Fix use of singular
  form of "This package".
  (emacs-ssh-config-mode)[description]: Likewise.
* gnu/packages/haskell-xyz (ghc-process-extras)[description]: Likewise.
* gnu/packages/lisp (sbcl-fare-quasiquote-readtable)[description]: Likewise.
* gnu/packages/usb-modeswitch (usb-modeswitch-data)[description]: Likewise.
2019-09-23 13:15:17 -07:00
Vagrant Cascadian 947b3ac68b
gnu: vco-plugins: Fix typo.
* gnu/packages/audio (vco-plugins)[description]: Fix spelling of "rectangle".
2019-09-23 13:01:43 -07:00
Vagrant Cascadian d654ad066e
gnu: rust-widestring: Fix typo.
* gnu/packages/crates-io (rust-widestring)[description]: Fix spelling if
  "libraries".
2019-09-23 13:01:41 -07:00
Vagrant Cascadian 028053f295
gnu: guile-persist: Fix typo.
* gnu/packages/guile-xyx (guile-persist)[synopsis]: Fix spelling of
  "Persistence".
2019-09-23 13:01:39 -07:00
Vagrant Cascadian 0def6a488c
gnu: sbcl-cl-hooks: Fix typo.
* gnu/packages/lisp (sbcl-cl-hooks)[description]: Fix spelling of
  "possibilities".
2019-09-23 13:01:36 -07:00
Vagrant Cascadian 3defa90ddf
gnu: python-py-bcrypt: Fix typo.
* gnu/packages/python-crypto (python-py-bcrypt)[description]: Fix spelling of
  "parametrised".
2019-09-23 13:01:34 -07:00
Vagrant Cascadian 35fc0f4cd3
gnu: python-sphinxcontrib-htmlhelp: Fix typo.
* gnu/packages/sphinx (python-sphinxcontrib-htmlhelp)[synopsis]: Fix spelling
  of "extension".
2019-09-23 12:29:12 -07:00
Vagrant Cascadian 90c40ea209
gnu: go-github-com-audriusbutkevicius-pfilter: Fix typo.
* gnu/packages/syncthing (go-github-com-audriusbutkevicius-pfilter)
  [synopsis]: Fix spelling of "multiple".
2019-09-23 12:27:01 -07:00
Arun Isaac 2c33a849f7
gnu: guile-email: Update to 0.2.1.
* gnu/packages/guile-xyz.scm (guile-email): Update to 0.2.1.
[arguments]: Remove patch-module-dir phase.
2019-09-24 00:52:53 +05:30
Vagrant Cascadian 4186adce1c
gnu: bctoolbox: Fix typo.
* gnu/packages/telephony (bctoolbox)[description]: Fix plurality of
  "software".
2019-09-23 12:21:36 -07:00
Vagrant Cascadian 99ce20555d
gnu: fe: Fix typo.
* gnu/packages/text-editors (fe)[description]: Fix spelling of "menus".
2019-09-23 12:18:41 -07:00
Vagrant Cascadian 2847df6ba7
gnu: perl-xml-xpathengine: Fix typo.
* gnu/packages/xml (perl-xml-xpathengine)[description]: Fix spelling of
  "mimic".
2019-09-23 12:15:51 -07:00
Efraim Flashner 4907b615c9
gnu: python-html2text: Update to 2019.8.11.
* gnu/packages/python-web.scm (python-html2text): Update to 2019.8.11.
[arguments]: Use a custom 'check phase.
[home-page]: Update home-page.
2019-09-23 22:03:35 +03:00
Tobias Geerinckx-Rice a0bd918116
gnu: sbcl-trivia.ppcre: Fix typo in description.
* gnu/packages/lisp.scm (sbcl-trivia.ppcre)[description]: Fix typo.
2019-09-23 20:50:59 +02:00
Brian Leung 4343eebfc9
gnu: emacs-ace-window: Update to 0.9.0-1.a534492.
* gnu/packages/emacs-xyz.scm (emacs-ace-window): Update to 0.9.0-1.a534492.
2019-09-23 20:00:29 +02:00
Jakob L. Kreuze 6764870498
gnu: Add screenfetch.
* gnu/packages/admin.scm (screenfetch): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-09-23 19:07:28 +03:00
Tobias Geerinckx-Rice 3b4cc5cbdb
gnu: python-m2crypto: Update to 0.35.2.
* gnu/packages/python-crypto.scm (python-m2crypto): Update to 0.35.2.
2019-09-23 17:58:33 +02:00
Tobias Geerinckx-Rice aa686627ac
gnu: python-slugify: Update to 3.0.4.
* gnu/packages/python-web.scm (python-slugify): Update to 3.0.4.
* gnu/packages/patches/python-slugify-depend-on-unidecode.patch:
Adjust accordingly.
2019-09-23 17:58:32 +02:00
Tobias Geerinckx-Rice bfe194b533
gnu: enchant: Update to 2.2.7.
* gnu/packages/enchant.scm (enchant): Update to 2.2.7.
2019-09-23 17:58:32 +02:00
Tobias Geerinckx-Rice 900ddbf53d
gnu: obs: Update to 24.0.1.
* gnu/packages/video.scm (obs): Update to 24.0.1.
[inputs]: Add qtsvg.
2019-09-23 17:58:32 +02:00
Tobias Geerinckx-Rice b928c5874a
gnu: acpid: Update to 2.0.32.
* gnu/packages/linux.scm (acpid): Update to 2.0.32.
2019-09-23 17:58:31 +02:00
Mathieu Othacehe 3dd3ac4d83
installer: Fix run-input-page calls.
This fixes 55c43108 commit that renamed input-hide-checkbox? into
input-visibility-checkbox?.

* gnu/installer/newt/partition.scm (prompt-luks-passwords): Rename
input-hide-checkbox? into input-visibility-checkbox?.
2019-09-23 13:55:50 +02:00
Rutger Helling 48c97c27db
gnu: utox: Update to 0.17.1.
* gnu/packages/messaging.scm (utox): Update to 0.17.1.
2019-09-23 13:23:10 +02:00
Rutger Helling ec3516f1e2
gnu: kitty: Update to 0.14.5.
* gnu/packages/terminals.scm (kitty): Update to 0.14.5.
2019-09-23 13:17:40 +02:00
Rutger Helling 04dc98291c
gnu: flatpak: Update to 1.4.3.
* gnu/packages/package-management.scm (flatpak): Update to 1.4.3.
2019-09-23 13:12:39 +02:00