[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/62: gnu: gnome-sudoku: Update to 3.32.0.
From: |
guix-commits |
Subject: |
37/62: gnu: gnome-sudoku: Update to 3.32.0. |
Date: |
Sat, 7 Dec 2019 14:04:56 -0500 (EST) |
kkebreau pushed a commit to branch master
in repository guix.
commit 7dc728c4b7e9f8eefc97e86bfa5678cdcbb05fbc
Author: Kei Kebreau <address@hidden>
Date: Wed Jul 24 23:01:31 2019 -0400
gnu: gnome-sudoku: Update to 3.32.0.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.32.0.
[build-system]: Use meson-build-system.
[arguments]: Set glib-or-gtk? flag and add 'skip-gtk-update-icon-cache'
phase.
[native-inputs]: Add glib:bin and vala.
---
gnu/packages/gnome.scm | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4785437..69163c7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3190,7 +3190,7 @@ floating in an ocean using only your brain and a little
bit of luck.")
(define-public gnome-sudoku
(package
(name "gnome-sudoku")
- (version "3.30.0")
+ (version "3.32.0")
(source
(origin
(method url-fetch)
@@ -3199,13 +3199,24 @@ floating in an ocean using only your brain and a little
bit of luck.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1xy986s51jnrcqwan2hy4bjdg6797yr9s7gxx2z2q4j4gkx3qa1f"))))
- (build-system glib-or-gtk-build-system)
+ "1wwdjflw1lbx3cv6gvqcgp5jnjkrq37ld6mjbjj03g3vr90qaf0l"))))
+ (build-system meson-build-system)
+ (arguments
+ '(#:glib-or-gtk? #t
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ (lambda _
+ (substitute* "build-aux/post_install.py"
+ (("gtk-update-icon-cache") (which "true")))
+ #t)))))
(native-inputs
`(("pkg-config" ,pkg-config)
("desktop-file-utils" ,desktop-file-utils)
+ ("glib:bin" ,glib "bin") ; for glib-compile-resources
("intltool" ,intltool)
("itstool" ,itstool)
+ ("vala" ,vala)
("xmllint" ,libxml2)))
(inputs
`(("gtk+" ,gtk+)
- 05/62: gnu: file-roller: Update to 3.32.1., (continued)
- 05/62: gnu: file-roller: Update to 3.32.1., guix-commits, 2019/12/07
- 16/62: gnu: grilo: Update to 0.3.9., guix-commits, 2019/12/07
- 18/62: gnu: dconf-editor: Update to 3.32.0., guix-commits, 2019/12/07
- 19/62: gnu: python2-pylint: Update to 1.9.5., guix-commits, 2019/12/07
- 17/62: gnu: tracker: Update to 2.2.2., guix-commits, 2019/12/07
- 21/62: gnu: evolution-data-server: Update to 3.32.4., guix-commits, 2019/12/07
- 15/62: gnu: gnome-control-center: Update to 3.32.2., guix-commits, 2019/12/07
- 22/62: gnu: evolution: Update to 3.32.4., guix-commits, 2019/12/07
- 23/62: gnu: Add pipewire., guix-commits, 2019/12/07
- 26/62: gnu: Add tracker-miners., guix-commits, 2019/12/07
- 37/62: gnu: gnome-sudoku: Update to 3.32.0.,
guix-commits <=
- 28/62: gnu: gnome-screenshot: Update to 3.32.0., guix-commits, 2019/12/07
- 31/62: gnu: gnome-shell-extensions: Update to 3.32.1., guix-commits, 2019/12/07
- 32/62: gnu: gnome-system-monitor: Update to 3.32.1., guix-commits, 2019/12/07
- 45/62: gnu: network-manager: Update to 1.18.2., guix-commits, 2019/12/07
- 48/62: gnu: gnome-maps: Update to 3.32.2.1., guix-commits, 2019/12/07
- 50/62: gnu: seahorse: Update to 3.32.2., guix-commits, 2019/12/07
- 43/62: gnu: gdm: Update to 3.32.0., guix-commits, 2019/12/07
- 25/62: gnu: gnome-tweaks: Update to 3.32.0., guix-commits, 2019/12/07
- 24/62: gnu: mutter: Update to 3.32.2., guix-commits, 2019/12/07
- 29/62: gnu: gnome-clocks: Update to 3.32.0., guix-commits, 2019/12/07