[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/46: gnu: gnome-tweaks: Update to 3.34.0.
From: |
guix-commits |
Subject: |
41/46: gnu: gnome-tweaks: Update to 3.34.0. |
Date: |
Sat, 18 Apr 2020 17:55:23 -0400 (EDT) |
kkebreau pushed a commit to branch core-updates
in repository guix.
commit 4add1bae4ba619e11ae685137edbce81caa66023
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Dec 23 11:06:29 2019 -0500
gnu: gnome-tweaks: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-tweaks): Update to 3.34.0.
[arguments]: Add phase to skip gtk-update-icon-cache.
[native-inputs]: Remove gtk+:bin.
[inputs]: Add libhandy.
(cherry picked from commit 097da4b45a2e7d39d586e4a36973b1eaea9df9e8)
---
gnu/packages/gnome.scm | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3f3ef21..f550470 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8148,7 +8148,7 @@ existing databases over the internet.")
(define-public gnome-tweaks
(package
(name "gnome-tweaks")
- (version "3.32.0")
+ (version "3.34.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-tweaks/"
@@ -8158,7 +8158,7 @@ existing databases over the internet.")
(list (search-patch "gnome-tweaks-search-paths.patch")))
(sha256
(base32
- "037r35cw34ifcs676fq9n2v4mh1nkqx0qk474bznf18mr6r62h55"))))
+ "0l2j42ba7v866iknygamnkiq7igh0fjvq92r93cslvvfnkx2ccq0"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -8168,6 +8168,12 @@ existing databases over the internet.")
,@%meson-build-system-modules)
#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ ;; Don't create 'icon-theme.cache'.
+ (lambda _
+ (substitute* "meson-postinstall.py"
+ (("gtk-update-icon-cache") "true"))
+ #t))
(add-after 'install 'wrap
(@@ (guix build python-build-system) wrap))
(add-after 'wrap 'wrap-gi-typelib
@@ -8178,14 +8184,14 @@ existing databases over the internet.")
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
#t)))))
(native-inputs
- `(("gtk+:bin" ,gtk+ "bin") ; For gtk-update-icon-cache
- ("intltool" ,intltool)
+ `(("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(inputs
`(("gnome-desktop" ,gnome-desktop)
("gtk+" ,gtk+)
("gobject-introspection" ,gobject-introspection)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+ ("libhandy" ,libhandy)
("libnotify" ,libnotify)
("libsoup" ,libsoup)
("nautilus" ,nautilus)
- 43/46: gnu: orca: Update to 3.34.1., (continued)
- 43/46: gnu: orca: Update to 3.34.1., guix-commits, 2020/04/18
- 13/46: gnu: libgweather: Update to 3.34.0., guix-commits, 2020/04/18
- 17/46: gnu: dbus-glib: Update to 0.110., guix-commits, 2020/04/18
- 22/46: gnu: gnome-control-center: Update to 3.34.2., guix-commits, 2020/04/18
- 21/46: gnu: gnome-settings-daemon: Update to 3.34.1., guix-commits, 2020/04/18
- 26/46: gnu: gnome-terminal: Update to 3.34.2., guix-commits, 2020/04/18
- 07/46: gnu: gsettings-desktop-schemas: Update to 3.34.0., guix-commits, 2020/04/18
- 32/46: gnu: gjs: Update to 1.58.3., guix-commits, 2020/04/18
- 31/46: gnu: telepathy-glib: Disable failing tests., guix-commits, 2020/04/18
- 39/46: gnu: gnome-clocks: Update to 3.34.0., guix-commits, 2020/04/18
- 41/46: gnu: gnome-tweaks: Update to 3.34.0.,
guix-commits <=
- 44/46: gnu: cheese: Update to 3.34.0., guix-commits, 2020/04/18
- 45/46: gnu: gnome-maps: Update to 3.34.2., guix-commits, 2020/04/18
- 08/46: gnu: libdazzle: Update to 3.34.1., guix-commits, 2020/04/18
- 24/46: gnu: gnome-keyring: Update to 3.34.0., guix-commits, 2020/04/18
- 29/46: gnu: mutter: Update to 3.34.2., guix-commits, 2020/04/18
- 30/46: gnu: gdm: Update to 3.34.1., guix-commits, 2020/04/18
- 28/46: gnu: totem: Update to 3.34.1., guix-commits, 2020/04/18
- 38/46: gnu: gnome-klotski: Update to 3.34.0., guix-commits, 2020/04/18
- 46/46: gnu: libical: Enable introspection and Vala bindings., guix-commits, 2020/04/18
- 11/46: gnu: glib-networking: Update to 2.62.2., guix-commits, 2020/04/18