[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/80: gnu: gnome-tweaks: Update to 40.0.
From: |
guix-commits |
Subject: |
72/80: gnu: gnome-tweaks: Update to 40.0. |
Date: |
Sat, 2 Oct 2021 06:56:17 -0400 (EDT) |
mothacehe pushed a commit to branch core-updates-frozen
in repository guix.
commit 6a3d2369ebb0edc19de1ec739b219fecbc399c8b
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 26 20:27:08 2021 +0000
gnu: gnome-tweaks: Update to 40.0.
* gnu/packages/gnome.scm (gnome-tweaks): Update to 40.0.
[source]: Fix the URI.
[arguments]: Remove trailing #t.
[native-inputs]: Add glib@bin.
---
gnu/packages/gnome.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ffb2146..f27811d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9710,17 +9710,17 @@ existing databases over the internet.")
(define-public gnome-tweaks
(package
(name "gnome-tweaks")
- (version "3.34.1")
+ (version "40.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-tweaks/"
- (version-major+minor version) "/"
+ (version-major version) "/"
"gnome-tweaks-" version ".tar.xz"))
(patches
(list (search-patch "gnome-tweaks-search-paths.patch")))
(sha256
(base32
- "19y62dj4n5i6v4zpjllxl51dch6ndy8xs45v5aqmmq9xyfrqk5yq"))))
+ "0sn3xsjhnini0f2dyi1ymrr3fb8mi7w5j5lsyw11rc5h67h3ypzr"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -9734,8 +9734,7 @@ existing databases over the internet.")
;; Don't create 'icon-theme.cache'.
(lambda _
(substitute* "meson-postinstall.py"
- (("gtk-update-icon-cache") "true"))
- #t))
+ (("gtk-update-icon-cache") "true"))))
(add-after 'install 'wrap
(@@ (guix build python-build-system) wrap))
(add-after 'wrap 'wrap-gi-typelib
@@ -9743,10 +9742,10 @@ existing databases over the internet.")
(let ((out (assoc-ref outputs "out"))
(gi-typelib-path (getenv "GI_TYPELIB_PATH")))
(wrap-program (string-append out "/bin/gnome-tweaks")
- `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
- #t)))))
+ `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))))
(native-inputs
- `(("intltool" ,intltool)
+ `(("glib:bin" ,glib "bin") ; for glib-compile-resources, etc.
+ ("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(inputs
`(("gnome-desktop" ,gnome-desktop)
- 62/80: gnu: gnome-music: Update to 40.1.1., (continued)
- 62/80: gnu: gnome-music: Update to 40.1.1., guix-commits, 2021/10/02
- 26/80: gnu: gnome-boxes: Update to 40.3., guix-commits, 2021/10/02
- 27/80: gnu: baobab: Update to 40.0., guix-commits, 2021/10/02
- 33/80: gnu: epiphany: Update to 40.3., guix-commits, 2021/10/02
- 37/80: gnu: gnome-maps: Update to 40.5., guix-commits, 2021/10/02
- 45/80: gnu: gnome-contacts: Update to 40.0., guix-commits, 2021/10/02
- 53/80: gnu: gnome-user-share: Update to 3.34.0., guix-commits, 2021/10/02
- 57/80: gnu: Remove gnome-getting-started-docs., guix-commits, 2021/10/02
- 71/80: gnu: gnome-dictionary: Update to 40.0., guix-commits, 2021/10/02
- 70/80: gnu: devhelp: Update to 40.1., guix-commits, 2021/10/02
- 72/80: gnu: gnome-tweaks: Update to 40.0.,
guix-commits <=
- 41/80: gnu: gnome-weather: Update to 40.1., guix-commits, 2021/10/02
- 44/80: gnu: eog: Update to 40.3., guix-commits, 2021/10/02
- 46/80: gnu: eog-plugins: Update to 3.26.7., guix-commits, 2021/10/02
- 56/80: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2021/10/02
- 21/80: gnu: tepl: Update to 6.00.0., guix-commits, 2021/10/02
- 38/80: gnu: vte: Update to 0.64.2., guix-commits, 2021/10/02
- 47/80: gnu: gsettings-desktop-schemas: Update to 40.0., guix-commits, 2021/10/02
- 48/80: gnu: mutter: Update to 40.5., guix-commits, 2021/10/02
- 49/80: gnu: Add fuse-3., guix-commits, 2021/10/02
- 51/80: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/10/02