[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/62: gnu: dconf-editor: Update to 3.28.0.
From: |
guix-commits |
Subject: |
58/62: gnu: dconf-editor: Update to 3.28.0. |
Date: |
Fri, 8 Feb 2019 16:26:44 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit a1b093746283bf711cb306d8cef9b467fc141f79
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 a558b2c..7f4e5ef 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6021,7 +6021,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)
@@ -6030,21 +6030,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+)
- 50/62: gnu: gnome-bluetooth: Update to 3.28.0., (continued)
- 50/62: gnu: gnome-bluetooth: Update to 3.28.0., guix-commits, 2019/02/08
- 19/62: gnu: five-or-more: Update to 3.28.0., guix-commits, 2019/02/08
- 21/62: gnu: libgweather: Update to 3.28.2., guix-commits, 2019/02/08
- 42/62: gnu: gnome-calculator: Update to 3.28.2., guix-commits, 2019/02/08
- 38/62: gnu: mutter: Update to 3.28.2., guix-commits, 2019/02/08
- 53/62: gnu: gdm: Update to 3.28.2., guix-commits, 2019/02/08
- 61/62: gnu: gnome-settings-daemon: Ensure RUNPATH contains library subdir., guix-commits, 2019/02/08
- 34/62: gnu: cheese: Propagate more inputs., guix-commits, 2019/02/08
- 28/62: gnu: gvfs: Update to 1.36.2., guix-commits, 2019/02/08
- 31/62: gnu: devhelp: Update to 3.28.1., guix-commits, 2019/02/08
- 58/62: gnu: dconf-editor: Update to 3.28.0.,
guix-commits <=
- 49/62: gnu: tracker: Update to 2.0.4., guix-commits, 2019/02/08
- 62/62: gnu: gnome-shell: Update to 3.28.2., guix-commits, 2019/02/08
- 30/62: gnu: gnome-mines: Update to 3.28.0., guix-commits, 2019/02/08
- 46/62: gnu: gnome-todo: Update to 3.28.1., guix-commits, 2019/02/08
- 55/62: gnu: gnome-online-accounts: Update to 3.28.0., guix-commits, 2019/02/08
- 40/62: gnu: gnome-system-monitor: Update to 3.28.2., guix-commits, 2019/02/08
- 16/62: gnu: adwaita-icon-theme: Update to 3.28.0., guix-commits, 2019/02/08
- 29/62: gnu: librsvg: Build Vala bindings., guix-commits, 2019/02/08
- 32/62: gnu: gjs: Update to 1.52.3., guix-commits, 2019/02/08
- 43/62: gnu: libgnomekbd: Update to 3.26.0., guix-commits, 2019/02/08