[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/61: gnu: dconf-editor: Update to 3.28.0.
From: |
guix-commits |
Subject: |
57/61: gnu: dconf-editor: Update to 3.28.0. |
Date: |
Sat, 9 Mar 2019 02:53:29 -0500 (EST) |
rekado pushed a commit to branch staging
in repository guix.
commit 294ff39d27c4a3ff0dbc2e2f8b8af40c21bf3aaa
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 6 20:12:59 2018 +0200
gnu: dconf-editor: Update to 3.28.0.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.28.0.
[build-system]: Use meson-build-system.
[native-inputs]: Add gtk+:bin and vala.
---
gnu/packages/gnome.scm | 19 ++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a915239..2629b28 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6166,7 +6166,7 @@ beautifying border effects.")
(define-public dconf-editor
(package
(name "dconf-editor")
- (version "3.26.2")
+ (version "3.28.0")
(source
(origin
(method url-fetch)
@@ -6175,21 +6175,14 @@ beautifying border effects.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1lcarg8igsqpq4iv5834mf9kz4cmfhfw11bwy3x7v7f497z57d18"))))
- (build-system glib-or-gtk-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (add-before 'install 'skip-gtk-update-icon-cache
- (lambda _
- ;; Don't create 'icon-theme.cache'.
- (substitute* "editor/Makefile"
- (("gtk-update-icon-cache") "true"))
- #t)))))
+ "0nhcpwqrkmpxbhaf0cafvy6dlp6s7vhm5vknl4lgs3l24zc56ns5"))))
+ (build-system meson-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
+ ("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("intltool" ,intltool)
- ("pkg-config" ,pkg-config)))
+ ("pkg-config" ,pkg-config)
+ ("vala" ,vala)))
(inputs
`(("dconf" ,dconf)
("gtk+" ,gtk+)
- 33/61: gnu: cheese: Propagate more inputs., (continued)
- 33/61: gnu: cheese: Propagate more inputs., guix-commits, 2019/03/09
- 35/61: gnu: gnome-session: Update to 3.28.1., guix-commits, 2019/03/09
- 27/61: gnu: gvfs: Update to 1.36.2., guix-commits, 2019/03/09
- 30/61: gnu: devhelp: Update to 3.28.1., guix-commits, 2019/03/09
- 43/61: gnu: gnome-shell-extensions: Update to 3.28.1., guix-commits, 2019/03/09
- 40/61: gnu: gucharmap: Update to 10.0.4., guix-commits, 2019/03/09
- 51/61: gnu: gnome-control-center: Update to 3.28.2., guix-commits, 2019/03/09
- 54/61: gnu: gnome-online-accounts: Update to 3.28.0., guix-commits, 2019/03/09
- 55/61: gnu: network-manager-openvpn: Update to 1.8.4., guix-commits, 2019/03/09
- 48/61: gnu: tracker: Update to 2.0.4., guix-commits, 2019/03/09
- 57/61: gnu: dconf-editor: Update to 3.28.0.,
guix-commits <=
- 06/61: gnu: yelp-xsl: Update to 3.28.0., guix-commits, 2019/03/09
- 07/61: gnu: yelp-tools: Update to 3.28.0., guix-commits, 2019/03/09
- 09/61: gnu: gedit: Use gtksourceview-3., guix-commits, 2019/03/09
- 11/61: gnu: gnome-maps: Update to 3.28.2., guix-commits, 2019/03/09
- 13/61: gnu: gnome-desktop: Update to 3.28.2., guix-commits, 2019/03/09
- 18/61: gnu: five-or-more: Update to 3.28.0., guix-commits, 2019/03/09
- 17/61: gnu: glade3: Update to 3.22.1., guix-commits, 2019/03/09
- 24/61: gnu: libgudev: Update to 232., guix-commits, 2019/03/09
- 37/61: gnu: mutter: Update to 3.28.2., guix-commits, 2019/03/09
- 22/61: gnu: totem-pl-parser: Update to 3.26.1., guix-commits, 2019/03/09