[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/53: gnu: gnome-sudoku: Update to 3.32.0.
From: |
guix-commits |
Subject: |
37/53: gnu: gnome-sudoku: Update to 3.32.0. |
Date: |
Fri, 1 Nov 2019 22:18:47 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 6065f45c60a79cfdd3dc08efd8aeee36f3dbf2b3
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.
[native-inputs]: Add glib:bin, gtk+:bin and vala.
---
gnu/packages/gnome.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b61b4bd..2582484 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2958,7 +2958,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)
@@ -2967,13 +2967,18 @@ 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))
(native-inputs
`(("pkg-config" ,pkg-config)
("desktop-file-utils" ,desktop-file-utils)
+ ("glib:bin" ,glib "bin") ; for glib-compile-resources
+ ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("intltool" ,intltool)
("itstool" ,itstool)
+ ("vala" ,vala)
("xmllint" ,libxml2)))
(inputs
`(("gtk+" ,gtk+)
- 33/53: gnu: gnome-disk-utility: Update to 3.32.1., (continued)
- 33/53: gnu: gnome-disk-utility: Update to 3.32.1., guix-commits, 2019/11/01
- 44/53: gnu: gdm: Update to 3.32.0., guix-commits, 2019/11/01
- 53/53: gnu: gnome-session: Update to 3.32.0., guix-commits, 2019/11/01
- 46/53: gnu: network-manager: Update to 1.18.2., guix-commits, 2019/11/01
- 07/53: gnu: gnome-backgrounds: Update to 3.32.0., guix-commits, 2019/11/01
- 12/53: gnu: gnome-online-accounts: Update to 3.32.0., guix-commits, 2019/11/01
- 08/53: gnu: gnome-bluetooth: Update to 3.32.1., guix-commits, 2019/11/01
- 13/53: gnu: gnome-settings-daemon: Update to 3.32.1., guix-commits, 2019/11/01
- 25/53: gnu: gnome-tweaks: Update to 3.32.0., guix-commits, 2019/11/01
- 16/53: gnu: grilo: Update to 0.3.9., guix-commits, 2019/11/01
- 37/53: gnu: gnome-sudoku: Update to 3.32.0.,
guix-commits <=
- 41/53: gnu: orca: Update to 3.32.0., guix-commits, 2019/11/01
- 19/53: gnu: python2-pylint: Update to 1.9.5., guix-commits, 2019/11/01
- 24/53: gnu: mutter: Update to 3.32.2., guix-commits, 2019/11/01
- 29/53: gnu: gnome-clocks: Update to 3.32.0., guix-commits, 2019/11/01
- 38/53: gnu: gnome-terminal: Update to 3.32.2., guix-commits, 2019/11/01