Commit graph

65388 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice eb86a44254
gnu: sysstat: Update to 12.4.0.
* gnu/packages/linux.scm (sysstat): Update to 12.4.0.
2020-08-19 01:10:42 +02:00
Danny Milosavljevic 0d792f37cd
Revert "gnu: Add libde265."
This reverts commit 7f3c9116bd, which
would have introduced a duplicate definition.
2020-08-19 00:53:31 +02:00
Danny Milosavljevic f87860166e
Revert "gnu: Add sysprof."
This reverts commit 4e36c8a07b, which had added
a duplicate sysprof variable.
2020-08-19 00:43:11 +02:00
Marius Bakke 7e9544c352
gnu: jucipp: Fix syntax highlighting.
* gnu/packages/text-editors.scm (jucipp)[arguments]: Add 'wrap' phase.
2020-08-19 00:24:22 +02:00
Marius Bakke d4d79bc94f
gnu: ungoogled-chromium: Update to 84.0.4147.125-0.57244cd.
* gnu/packages/chromium.scm (%ungoogled-revision, %ungoogled-origin): Update
to commit 57244cdfc21dc05910862152d91cc528103c988a.
(ungoogled-chromium): Update to 84.0.4147.125.
2020-08-19 00:24:22 +02:00
Tobias Geerinckx-Rice 9e371e9595
Disambiguate ‘expat’ in (gnu packages man).
This follows up on commit e445ae9ae1.

* gnu/packages/man.scm: Import (guix licences) with a ‘license:’ prefix.
Adjust all users.
2020-08-19 00:21:41 +02:00
Tobias Geerinckx-Rice affae3241c
gnu: java-snappy: Update to 1.1.7.5.
* gnu/packages/java-compression.scm (java-snappy): Update to 1.1.7.5.
2020-08-19 00:21:41 +02:00
Tobias Geerinckx-Rice 6a00302bd8
Import (gnu packages libffi) from (gnu packages gnome).
This follows up on commit 77d7bbf4bd,
which broke ‘guix pull’.

* gnu/packages/gnome.scm: Import (gnu packages libffi).
2020-08-19 00:00:08 +02:00
Tobias Geerinckx-Rice 275e66b8b4
etc: indent-code.el: Match not only ‘(define-public’.
* etc/indent-code.el (main): Also match ‘(define’, as intended.
2020-08-18 23:54:55 +02:00
Tobias Geerinckx-Rice c524972606
gnu: postgis: Update to 3.0.2.
* gnu/packages/geo.scm (postgis): Update to 3.0.2.
2020-08-18 23:54:55 +02:00
Tobias Geerinckx-Rice ade5a61677
gnu: python-lmdb: Update to 0.99.
* gnu/packages/databases.scm (python-lmdb): Update to 0.99.
2020-08-18 23:54:55 +02:00
Tobias Geerinckx-Rice 108c2257dc
gnu: nnn: Update to 3.4.
* gnu/packages/admin.scm (nnn): Update to 3.4.
2020-08-18 23:54:55 +02:00
Tobias Geerinckx-Rice db2afe0055
gnu: fio: Update to 3.22.
* gnu/packages/benchmark.scm (fio): Update to 3.22.
2020-08-18 23:54:55 +02:00
Tobias Geerinckx-Rice 397daaa8e1
gnu: r-libcoin: Update to 1.0-6.
* gnu/packages/cran.scm (r-libcoin): Update to 1.0-6.
2020-08-18 23:54:55 +02:00
Raghav Gururajan 8d82df1376
gnu: Add egl-wayland.
* gnu/packages/graphics.scm (egl-wayland): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:26:18 +02:00
Raghav Gururajan e7db21bd10
gnu: Add eglexternalplatform.
* gnu/packages/graphics.scm (eglexternalplatform): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:26:17 +02:00
Raghav Gururajan de3f0ac66d
gnu: Add brltty.
* gnu/packages/accessibility.scm (brltty): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:26:16 +02:00
Raghav Gururajan edaa508100
gnu: Add libbraille.
* gnu/packages/accessibility.scm (libbraille): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:26:15 +02:00
Raghav Gururajan 22e4409473
gnu: Add latex2html.
* gnu/packages/documentation.scm (latex2html): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:26:14 +02:00
Raghav Gururajan 8205fe4493
gnu: Add liblouisutdml.
* gnu/packages/language.scm (liblouisutdml): New variable.
* gnu/packages/patches/liblouisutdml-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:25:58 +02:00
Raghav Gururajan 899784fb21
gnu: Add liblouis.
* gnu/packages/languages.scm (liblouis): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:25:57 +02:00
Raghav Gururajan a29eb73971
gnu: Add libstemmer.
* gnu/packages/language.scm (libstemmer): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:25:52 +02:00
Raghav Gururajan f10b58ca4b
gnu: Add libgrss.
* gnu/packages/gnome.scm (libgrss): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:11:16 +02:00
Raghav Gururajan 7239c674ee
gnu: Add dnssec-trigger.
* gnu/packages/dns.scm (dnssec-trigger): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:11:16 +02:00
Raghav Gururajan 6a7256fc80
gnu: Add ldns.
* gnu/packages/dns.scm (ldns): New variable.
* gnu/packages/patches/ldns-drill-examples.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:11:16 +02:00
Danny Milosavljevic 14528483fb
gnu: seed: Fix tests.
* gnu/packages/gnome.scm (seed)[arguments]<#:phases>[patch-tests]: New phase.
2020-08-18 23:11:16 +02:00
Raghav Gururajan 7295171e26
gnu: Add memphis.
* gnu/packages/geo.scm (memphis): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:11:16 +02:00
Raghav Gururajan 77d7bbf4bd
gnu: Add seed.
* gnu/packages/gnome.scm (seed): New variable.
* gnu/packages/patches/seed-webkit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:11:16 +02:00
Raghav Gururajan c1082b0287
gnu: Add gnome-js-common.
* gnu/packages/gnome.scm (gnome-js-common): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:11:15 +02:00
Raghav Gururajan d668963d3e
gnu: Add libdmapsharing.
* gnu/packages/gnome.scm (libdmapsharing): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:11:15 +02:00
Raghav Gururajan c648fa4186
gnu: Add pedansee.
* gnu/packages/check.scm (pedansee): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:11:15 +02:00
Raghav Gururajan d4cb5347d7
gnu: Add mrg.
* gnu/packages/gimp.scm (mrg): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:11:15 +02:00
Raghav Gururajan 6bd347c94e
gnu: Add mmm.
* gnu/packages/graphics.scm (mmm): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:11:15 +02:00
Raghav Gururajan 64976b9b4c
gnu: Add poly2tri-c.
* gnu/packages/gimp.scm (poly2tri-c): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:11:15 +02:00
Raghav Gururajan 70f33d3c6a
gnu: Add zeitgeist.
* gnu/packages/gnome.scm (zeitgeist): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:11:12 +02:00
Raghav Gururajan 8fd769ddc9
gnu: Add dee.
* gnu/packages/gnome.scm (dee): New variable.
* gnu/packages/patches/dee-vapi.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:57 +02:00
Raghav Gururajan c15ff23724
gnu: Add gtx.
* gnu/packages/gnome.scm (gtx): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:48 +02:00
Raghav Gururajan 7fa2df44a8
gnu: Add pangomm-2.42.
* gnu/packages/gtk.scm (pangomm-2.42): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:05 +02:00
Raghav Gururajan 5173bb55ad
gnu: Add glibmm-2.64.
*gnu/packages/glib.scm (glibmm-2.64): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:05 +02:00
Raghav Gururajan 30a592b519
gnu: Add cairomm-1.13.
* gnu/packages/gtk.scm (cairomm-1.13): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:05 +02:00
Raghav Gururajan b3b47dabaf
gnu: Add libsigc++-2.
* gnu/packages/glib.scm (libsigc++-2): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:05 +02:00
Raghav Gururajan e047b26517
gnu: Add xmltoman.
* gnu/packages/man.scm (xmltoman): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:04 +02:00
Raghav Gururajan 9c430c2861
gnu: Add libcamera.
* gnu/packages/networking.scm (libcamera): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:04 +02:00
Raghav Gururajan f8a6cc2240
gnu: Add wpewebkit.
* gnu/packages/webkit.scm (wpewebkit): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:04 +02:00
Raghav Gururajan 5c57328ef7
gnu: Add libthai.
* gnu/packages/gtk.scm (libthai): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:04 +02:00
Raghav Gururajan 20842b795e
gnu: Add libdatrie.
* gnu/packages/gtk.scm (libdatrie): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:04 +02:00
Raghav Gururajan 3f03bd3728
gnu: Add openjpeg-data.
* gnu/packages/image.scm (openjpeg-data): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:04 +02:00
Raghav Gururajan 08d048a06b
gnu: Add opensles.
* gnu/packages/audio.scm (opensles): New variable.
* gnu/packages/patches/opensles-add-license-file.patch: New file.
* gnu/local.mk (opensles-add-license-file.patch): New reference.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:04 +02:00
Raghav Gururajan 7508378d1f
gnu: Add openni2.
* gnu/packages/gstreamer.scm (openni2): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:09:55 +02:00
Raghav Gururajan 433bb35336
gnu: Add libnice.
* gnu/packages/networking.scm (libnice): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:42 +02:00