Archived
1
0
Fork 0
Commit graph

1972 commits

Author SHA1 Message Date
Leo Prikler
dac3fc0692
gnu: komikku: Update to 0.20.0.
* gnu/packages/gnome.scm (komikku): Update to 0.20.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-18 15:23:23 +02:00
Ludovic Courtès
98b89f4321
gnu: gnome-settings-daemon: Add "guix gc" to low disk space notification.
* gnu/packages/patches/gnome-settings-daemon-gc.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gnome-settings-daemon)[source]: Use it.
2020-09-18 08:45:40 +02:00
Ludovic Courtès
5ce6c2d91d
gnu: gnome-settings-daemon: Record absolute file name of Baobab.
* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]: Add
'set-baobab-file-name' phase.
[inputs]: Add BAOBAB.
2020-09-18 08:44:48 +02:00
Tobias Geerinckx-Rice
3c9294c05f
gnu: gnome-bluetooth: Update to 3.34.1.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.1.
2020-09-16 00:29:40 +02:00
Leo Prikler
757764b797
gnu: Add gtranslator.
* gnu/packages/gnome.scm (gtranslator): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-15 20:52:11 +02:00
Leo Prikler
9ede39d64f
gnu: Add libgda.
* gnu/packages/gnome.scm (libgda): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-15 20:52:11 +02:00
Leo Prikler
43514b82e4
gnu: libhandy: Enable glade_catalog.
* gnu/packages/gnome.scm (libhandy)[configure-flags]: Add glade_catalog.
[inputs]: Add glade and libxml2.
(libhandy-0.0)[configure-flags]: Keep glade_catalog disabled.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-13 23:34:23 +02:00
Leo Prikler
88915958c0
gnu: glade: Add catalog and module search paths.
* gnu/packages/gnome.scm (glade3)[native-search-paths]: Add
GLADE_CATALOG_SEARCH_PATH and GLADE_MODULE_SEARCH_PATH.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-13 23:34:23 +02:00
Leo Prikler
7daa99e52d
gnu: libhandy: Update to 1.0.0.
* gnu/packages/gnome.scm (libhandy): Update to 1.0.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-11 13:17:23 +03:00
Leo Prikler
ff4260d2ba
gnu: libhandy: Update to 0.91.0.
* gnu/packages/gnome.scm (libhandy): Update to 0.91.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-07 08:49:03 +02:00
Tobias Geerinckx-Rice
42040a03d2
gnu: simple-scan: Update to 3.36.6.
* gnu/packages/gnome.scm (simple-scan): Update to 3.36.6.
2020-09-07 01:40:03 +02:00
Tobias Geerinckx-Rice
1034141111
gnu: vala@0.48: Update to 0.48.9.
* gnu/packages/gnome.scm (vala-0.48): Update to 0.48.9.
2020-08-31 17:49:12 +02:00
Tobias Geerinckx-Rice
1c17a61bdc
gnu: phodav: Update to 2.5.
* gnu/packages/gnome.scm (phodav): Update to 2.5.
[arguments]: Work around a test failure.
[native-inputs]: Add docbook-xml-4.3.
2020-08-31 04:58:34 +02:00
Leo Prikler
a790dfe8c4
gnu: Add libhandy-0.0.
As of 355761c2d2, packages built against libhandy
fail to either build or to run since they require the 0.0.x API.

* gnu/packages/gnome.scm (libhandy-0.0): New variable.
(gnome-tweaks, geary)[inputs]: Use libhandy-0.0 instead of libhandy.
* gnu/packages/gnome.scm (chatty)[inputs]: Likewise.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-29 14:50:30 -04:00
Tobias Geerinckx-Rice
afa3994cab
gnu: tracker-miners: Update to 2.3.4.
* gnu/packages/gnome.scm (tracker-miners): Update to 2.3.4.
2020-08-29 17:54:38 +02:00
Tobias Geerinckx-Rice
51780eac7f
gnu: tracker: Update to 2.3.5.
* gnu/packages/gnome.scm (tracker): Update to 2.3.5.
2020-08-29 17:54:38 +02:00
Tobias Geerinckx-Rice
62a68b7382
gnu: grilo-plugins: Update to 0.3.11.
* gnu/packages/gnome.scm (grilo-plugins): Update to 0.3.11.
2020-08-29 05:26:56 +02:00
Tobias Geerinckx-Rice
583ea8f5d0
gnu: gnome-mines: Update to 3.36.1.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.36.1.
2020-08-29 05:26:55 +02:00
Leo Prikler
a4782e401e
gnu: komikku: Build desktop file.
* gnu/packages/gnome.scm (komikku)[native-inputs]: Add desktop-file-utils
and gettext.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-28 18:31:48 -04:00
Leo Prikler
438c4ee1de
gnu: Add komikku.
* gnu/packages/gnome.scm (komikku): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 13:51:16 +02:00
Leo Prikler
355761c2d2
gnu: libhandy: Update to 0.90.0.
* gnu/packages/gnome.scm (libhandy): Update to 0.90.0.
[source]<url>: Use GNOME gitlab.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 13:48:37 +02:00
Michael Rohleder
64b5aa84ad
gnu: gnome-mines: Update to 3.36.0.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.36.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 10:13:54 +02:00
Michael Rohleder
80260be438
gnu: libdazzle: Update to 3.37.1.
* gnu/packages/gnome.scm (libdazzle): Update to 3.37.1.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 10:11:20 +02:00
Tobias Geerinckx-Rice
f9c182adc2
gnu: totem-pl-parser: Update to 3.26.5.
* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.26.5.
2020-08-26 21:02:24 +02:00
Tobias Geerinckx-Rice
71dc411b21
gnu: grilo: Update to 0.3.12.
* gnu/packages/gnome.scm (grilo): Update to 0.3.12.
[source]: Hard-code NAME.
2020-08-26 21:02:23 +02:00
Leo Prikler
c6a7ae4f14
gnu: polari: Update to 3.36.3.
* gnu/packages/gnome.scm (polari): Update to 3.36.3.
2020-08-25 19:05:26 +02:00
Brendan Tildesley
d8e83969a9
gnu: piper: Update to 0.5.1. Disable broken tests.
* gnu/packages/gnome.scm (piper): Update to 0.5.1. Disable tests.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22 14:06:07 -04:00
Brendan Tildesley
3403679276
gnu: libratbag: Update to 0.14.
* gnu/packages/gnome.scm (libratbag): Update to 0.14.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22 14:06:07 -04:00
Tobias Geerinckx-Rice
6f4d4ccc75
gnu: geocode-glib: Update to 3.26.2.
* gnu/packages/gnome.scm (geocode-glib): Update to 3.26.2.
2020-08-19 20:44:18 +02:00
Tobias Geerinckx-Rice
c96f9178b1
gnu: simple-scan: Update to 3.36.4.
* gnu/packages/gnome.scm (simple-scan): Update to 3.36.4.
2020-08-19 20:03:56 +02:00
Raghav Gururajan
b030bc0c27
gnu: librsvg-next: Update package definition.
* gnu/packages/gnome.scm (librsvg-next): Remove inheritance from librsvg.
[outputs]: Add "doc".
[arguments]<#:phases>['patch-docbook-xml]: New phase.
[arguments]<#:configure-flags>: Add --with-html-dir.
[native-inputs]: Add docbook-xml, python, ruby.
[inputs]: Add fontconfig, freetype, harfbuzz.
[propagated-inputs]: Add cairo, gdk-pixbuf, glib.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-19 10:45:10 +02:00
Raghav Gururajan
97787a24df
gnu: gtk-vnc: Update package definition.
* gnu/packages/gnome.scm (gtk-vnc) [version]: Update to 1.0.0.
[source]<origin>[sha256]: Modify base32.
[build-system]: Change from gnu to meson.
[arguments]<#:glib-or-gtk?>: New argument.
[native-inputs]: Add gjs, node and perl.
[inputs]: Add cairo, gdk-pixbuf+svg, libx11 and zlib.
[synopsis]: Modify.
[description]: Modify.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-19 10:45:10 +02:00
Efraim Flashner
b180d6d284
gnu: Remove duplicate libcloudproviders definition.
* gnu/packages/gnome.scm (libcloudproviders): Remove duplicate.
2020-08-19 09:37:50 +03:00
Tobias Geerinckx-Rice
95cd53c187
gnu: sysprof: Expand description.
* gnu/packages/gnome.scm (synopsis, description): Elongate.
2020-08-19 04:24:25 +02:00
Tobias Geerinckx-Rice
f9812690a9
gnu: sysprof: Update to 3.36.0.
* gnu/packages/gnome.scm (sysprof): Update to 3.36.0.
2020-08-19 04:24:25 +02:00
Tobias Geerinckx-Rice
b478c9b090
gnu: sysprof: Update home page.
* gnu/packages/gnome.scm (sysprof)[home-page]: Use an up-to-date alternative.
2020-08-19 04:24:25 +02:00
Raghav Gururajan
63d71ff006
gnu: Add libcloudproviders.
* gnu/packages/gnome.scm (libcloudproviders): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-19 01:32:09 +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
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
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
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
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
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
4e36c8a07b
gnu: Add sysprof.
* gnu/packages/gnome.scm (sysprof): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:54:07 +02:00
Raghav Gururajan
56db7a6613
gnu: Add gnome-photos.
* gnu/packages/gnome.scm (gnome-photos): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:54:03 +02:00
Raghav Gururajan
1aefe65007
gnu: Add gnome-music.
* gnu/packages/gnome.scm (gnome-music): New variable.

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