Commit graph

1480 commits

Author SHA1 Message Date
Ludovic Courtès
65209ffabd
gnu: gsettings-desktop-schemas: Fix file name of default background.
Reported by Alexandros Theodotou <alex@zrythm.org>
at <https://lists.gnu.org/archive/html/guix-devel/2019-11/msg00157.html>.

* gnu/packages/gnome.scm (gsettings-desktop-schemas)[arguments]: New
field.
[inputs]: Add GNOME-BACKGROUNDS.
2019-11-17 23:14:54 +01:00
Efraim Flashner
cf9dad6c87
gnu: librsvg-next: Update to 2.46.3.
* gnu/packages/gnome.scm (librsvg-next): Update to 2.46.3.
[license]: Update to lgpl2.1+.
2019-11-17 09:24:23 +02:00
Efraim Flashner
b3820edc99
gnu: librsvg-next: Don't use name variable in source uri.
* gnu/packages/gnome.scm (librsvg-next)[source]: Hardcode name.
2019-11-17 09:23:41 +02:00
Efraim Flashner
bbfb36f9be
gnu: gusb: Don't use unstable tarball.
* gnu/packages/gnome.scm (gusb)[source]: Use git-fetch and
git-file-name.
2019-11-13 12:49:21 +02:00
Alexandros Theodotou
56987d784b
gnu: gnome: Add gnome-screenshot to default apps.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]:
Add gnome-screenshot.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-10 23:50:37 +01:00
Giacomo Leidi
72332f3c8a
gnu: Move numix-theme to gnome-xyz.scm.
* gnu/packages/gnome.scm (numix-theme): Move from here ...
* gnu/packages/gnome-xyz.scm (numix-theme): ... to here.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-10 23:50:34 +01:00
Tobias Geerinckx-Rice
09abffcca2
gnu: goffice: Update to 0.10.46.
* gnu/packages/gnome.scm (goffice): Update to 0.10.46.
2019-11-08 12:50:21 +01:00
Tobias Geerinckx-Rice
f0517b5d01
gnu: gnumeric: Update to 1.12.46.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.46.
2019-11-08 12:50:21 +01:00
Christopher Baines
ca32627ad2
gnu: lollypop: Update to 1.2.7.
* gnu/packages/gnome.scm (lollypop): Update to 1.2.7.
2019-11-07 23:10:36 +00:00
Efraim Flashner
bb7ff88ff2
gnu: epiphany: Don't build icon cache.
* gnu/packages/gnome.scm (epiphany)[arguments]: Add phase to skip
creating gtk icon cache.
[native-inputs]: Remove gtk+:bin.
2019-11-07 12:50:37 +02:00
Efraim Flashner
f0c6810007
gnu: eolie: Don't create icon cache.
* gnu/packages/gnome.scm (eolie)[arguments]: Add phase to skip creating
the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
2019-11-07 12:42:46 +02:00
Efraim Flashner
7a0346654d
gnu: eog: Don't create icon cache.
* gnu/packages/gnome.scm (eog)[arguments]: Add phase to skip creating
the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
2019-11-07 12:39:05 +02:00
Efraim Flashner
d51b19adab
gnu: totem: Don't create icon cache.
* gnu/packages/gnome.scm (totem)[arguments]: Add phase to skip creating
the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
2019-11-07 12:34:26 +02:00
Efraim Flashner
35407f948e
gnu: devhelp: Don't create icon cache.
* gnu/packages/gnome.scm (devhelp)[arguments]: Add phase to skip
creating the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
2019-11-07 12:28:21 +02:00
Efraim Flashner
321c73c387
gnu: gnome-disk-utility: Don't create icon cache.
* gnu/packages/gnome.scm (gnome-disk-utility)[arguments]: Add phase to
skip creating the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
2019-11-07 12:23:11 +02:00
Ludovic Courtès
2a1f3e3f0f
gnu: colord: Record the file name of the "sqlite3" command.
* gnu/packages/gnome.scm (colord)[arguments]: Add
'set-sqlite3-file-name' phase.
2019-11-02 00:12:20 +01:00
Leo Prikler
08db81c95a
gnu: Add gitg.
* gnu/packages/gnome.scm: (gitg): New variable.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-10-30 17:16:59 +01:00
Tobias Geerinckx-Rice
355420c6ac
gnu: goffice: Update to 0.10.45.
* gnu/packages/gnome.scm (goffice): Update to 0.10.45.
2019-10-30 05:21:04 +01:00
Tobias Geerinckx-Rice
16243f0b50
gnu: goffice: Don't use NAME in source URI.
* gnu/packages/gnome.scm (goffice)[source]: Hard-code NAME.
2019-10-30 05:21:04 +01:00
Tobias Geerinckx-Rice
7460f34670
gnu: lollypop: Update to 1.2.2.
* gnu/packages/gnome.scm (lollypop): Update to 1.2.2.
[inputs]: Use python-pygobject-3.34.
2019-10-29 16:37:19 +01:00
Tobias Geerinckx-Rice
3275d43dd9
gnu: lollypop: Don't use NAME in source URI.
* gnu/packages/gnome.scm (lollypop)[source]: Hard-code NAME.
2019-10-29 14:10:18 +01:00
Tanguy Le Carrour
e24e652239
gnu: evince: Update to 3.34.1.
* gnu/packages/gnome.scm (evince): Update to 3.34.1.
2019-10-28 11:49:43 +01:00
Tobias Geerinckx-Rice
8ac8b3b360
gnu: lollypop: Wrap with required path variables.
Fixes <https://issues.guix.info/issue/37937>.

* gnu/packages/gnome.scm (lollypop)[arguments]: Rename ‘wrap’ phase to
‘wrap-python’ and add ‘wrap-glib-or-gtk’ phase.
[inputs]: Add gsettings-desktop-schemas.
2019-10-27 00:49:23 +02:00
Tobias Geerinckx-Rice
d9f6d587ae
gnu: simple-scan: Update to 3.34.1.
* gnu/packages/gnome.scm (simple-scan): Update to 3.34.1.
[build-system]: Switch to Meson.
[arguments]: Remove custom #:configure-flags and #:phases.
Use #:glib-or-gtk.
[description]: Adapt to new upstream name and blurb.
2019-10-24 05:52:14 +02:00
Tobias Geerinckx-Rice
c501f59235
gnu: simple-scan: Make colord input non-native.
* gnu/packages/gnome.scm (simple-scan)[inputs]: Move colord here…
[native-inputs]: …from here.
2019-10-24 05:52:14 +02:00
Tobias Geerinckx-Rice
dac26e22f8
gnu: colord: Install vapi files.
* gnu/packages/gnome.scm (colord)[arguments]: Enable vapi.
[native-inputs]: Add vala.
2019-10-24 05:52:14 +02:00
Tobias Geerinckx-Rice
6f20e2dc90
gnu: colord: Clean up.
* gnu/packages/gnome.scm (colord)[arguments]: Remove unnecessary
configure flag (and outdated colord-gtk comment).
[native-inputs, propagated-inputs, inputs]: Order alphabetically.
2019-10-24 05:52:14 +02:00
Tobias Geerinckx-Rice
f98be942e3
gnu: colord: Update to 1.4.4.
* gnu/packages/gnome.scm (colord): Update to 1.4.4.
2019-10-24 00:59:26 +02:00
Tobias Geerinckx-Rice
d21778aa86
gnu: colord: Don't use NAME in source URI.
* gnu/packages/gnome.scm (colord)[source]: Hard-code NAME.
2019-10-24 00:59:26 +02:00
Tobias Geerinckx-Rice
dff0eedb04
gnu: simple-scan: Update home page.
* gnu/packages/gnome.scm (simple-scan)[home-page]: Update.
2019-10-23 19:58:48 +02:00
Miguel Ángel Arruga Vivas
af561664b8
gnu: seahorse: Update to 3.30.1.1.
* gnu/packages/gnome.scm (seahorse)[version]: Update version number.
[origin]: Update hash.  Add patch needed for compilation with our
version of libsecret (0.19.1).
[inputs]: Add avahi dependency.
[native-inputs]: Add vala dependency.  Use gettext-minimal instead of
intltool, as only xgettext is used.
* gnu/packages/patches/seahorse-gkr-use-0-on-empty-flags.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-22 18:32:52 +02:00
Tobias Geerinckx-Rice
37781323f6
gnu: arc-theme: Update to 20190917.
* gnu/packages/gnome.scm (arc-theme): Update to 20190917.
2019-10-21 02:03:22 +02:00
Marius Bakke
24f4fcbe26
gnu: vte-ng: Update to 0.58.2.a.
* gnu/packages/gnome.scm (vte-ng): Update to 0.58.2.a.
[build-system]: New field.
[arguments]: Set #:configure-flags.  Remove #:phases.
[native-inputs]: Remove GPERF, AUTOCONF, AUTOMAKE and LIBTOOL.
2019-10-21 00:26:14 +02:00
Ludovic Courtès
e52b953434
services: network-manager: Create account for 'network-manager-openconnect'.
Previously, on startup, we'd see:

  dbus: Unknown username nm-openconnect in message bus configuration file

This fixes it.

* gnu/services/networking.scm (network-manager-accounts): New procedure.
(network-manager-service-type): Extend 'account-service-type'.
* gnu/packages/gnome.scm (network-manager-openconnect)[properties]: Add
'user-accounts'.
2019-10-18 23:22:25 +02:00
Tobias Geerinckx-Rice
7d87eede5d
gnu: network-manager-openvpn: Update to 1.8.10.
* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.10.
2019-10-15 17:16:48 +02:00
Tobias Geerinckx-Rice
3df63444f3
gnu: network-manager-applet: Don't use NAME in source URI.
* gnu/packages/gnome.scm (network-manager-applet)[source]: Hard-code NAME.
2019-10-15 17:16:48 +02:00
Tobias Geerinckx-Rice
be1c4b079e
gnu: network-manager-applet: Build libnm-gtk.
Fixes network-manager-openvpn <https://issues.guix.gnu.org/issue/37759>.

* gnu/packages/gnome.scm (network-manager-applet)[arguments]:
Set libnm_gtk=true in #:configure-flags.
2019-10-15 17:16:47 +02:00
David Wilson
93beace0e0
gnu: Add gnome-mahjongg.
* gnu/packages/gnome.scm (gnome-mahjongg) New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-15 14:20:32 +02:00
Tobias Geerinckx-Rice
5958df042c
gnu: zenity: Don't use NAME in source URI.
* gnu/packages/gnome.scm (zenity)[source]: Hard-code NAME.
2019-10-15 05:24:36 +02:00
Tobias Geerinckx-Rice
4f581bd068
gnu: zenity: Update to 3.32.0.
* gnu/packages/gnome.scm (zenity): Update to 3.32.0.
2019-10-15 05:24:36 +02:00
Ludovic Courtès
7a6bbe9b68
gnu: gspell: Update to 1.8.2.
* gnu/packages/gnome.scm (gspell): Update to 1.8.2.
2019-10-14 18:25:31 +02:00
Tobias Geerinckx-Rice
8fc3a337ab
gnu: network-manager-applet: Update to 1.8.24.
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.8.24.
2019-10-14 17:14:45 +02:00
Marius Bakke
64855281c1
gnu: librsvg: Update to 2.46.0.
* gnu/packages/gnome.scm (librsvg-next): Update to 2.46.0.
[arguments]: Patch SHELL in "po/Makefile.in.in".
[native-inputs]: Replace RUST-1.27 with RUST-1.34.
2019-10-13 22:49:16 +02:00
Tobias Geerinckx-Rice
5497d68257
gnu: shotwell: Don't use NAME in source URI.
* gnu/packages/gnome.scm (shotwell)[source]: Hard-code NAME.
2019-10-12 22:16:07 +02:00
Tobias Geerinckx-Rice
a1c6fb52f7
gnu: shotwell: Update to 0.30.7.
* gnu/packages/gnome.scm (shotwell): Update to 0.30.7.
2019-10-12 22:16:07 +02:00
Tobias Geerinckx-Rice
54b74cc668
gnu: eog-plugins: Update to 3.26.4.
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.4.
2019-10-12 22:16:07 +02:00
Tobias Geerinckx-Rice
bf92ba6b7b
gnu: amtk: Don't use NAME in source URI.
* gnu/packages/gnome.scm (amtk)[source]: Hard-code NAME.
2019-10-12 16:29:49 +02:00
Tobias Geerinckx-Rice
09c4e43f81
gnu: amtk: Update to 5.0.1.
* gnu/packages/gnome.scm (amtk): Update to 5.0.1.
2019-10-12 16:29:49 +02:00
Marius Bakke
f8026a797c
gnu: libsoup: Update to 2.68.2.
* gnu/packages/gnome.scm (libsoup): Update to 2.68.2.
[arguments]: Update #:configure-flags.  Skip tests that attempts to resolve
"subdomain.localhost".
[propagated-inputs]: Add GOOGLE-BROTLI and ZLIB.
2019-10-10 20:09:55 +02:00
Maxim Cournoyer
7f486d25d2
gnu: vinagre: Fix build.
* gnu/packages/gnome.scm (vinagre): Set the '--enable-compile-warnings'
configure flag to 'minimum', to prevent build failures on compilation
warnings.
2019-10-10 04:41:13 +09:00