[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/47: gnu: gnome-tweaks: Update to 3.34.0.
From: |
guix-commits |
Subject: |
43/47: gnu: gnome-tweaks: Update to 3.34.0. |
Date: |
Mon, 23 Mar 2020 15:50:59 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 50f88806dfb01693d1a1091fe6364ca82750b4dc
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.
---
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 64efb78..aae8bc0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8079,7 +8079,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/"
@@ -8089,7 +8089,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
@@ -8099,6 +8099,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
@@ -8109,14 +8115,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)
- 47/47: gnu: gnome-maps: Update to 3.34.2., (continued)
- 47/47: gnu: gnome-maps: Update to 3.34.2., guix-commits, 2020/03/23
- 29/47: gnu: nautilus: Update to 3.34.2., guix-commits, 2020/03/23
- 31/47: gnu: mutter: Update to 3.34.2., guix-commits, 2020/03/23
- 37/47: gnu: gnome-mines: Update to 3.34.0., guix-commits, 2020/03/23
- 38/47: gnu: gnome-sudoku: Update to 3.34.1., guix-commits, 2020/03/23
- 40/47: gnu: gnome-klotski: Update to 3.34.0., guix-commits, 2020/03/23
- 36/47: gnu: seahorse: Update to 3.34., guix-commits, 2020/03/23
- 41/47: gnu: gnome-clocks: Update to 3.34.0., guix-commits, 2020/03/23
- 35/47: gnu: gnome-shell: Update to 3.34.2., guix-commits, 2020/03/23
- 42/47: gnu: gnome-calendar: Update to 3.34.2., guix-commits, 2020/03/23
- 43/47: gnu: gnome-tweaks: Update to 3.34.0.,
guix-commits <=
- 45/47: gnu: orca: Update to 3.34.1., guix-commits, 2020/03/23