[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/53: gnu: gnome-klotski: Update to 3.32.0.
From: |
guix-commits |
Subject: |
48/53: gnu: gnome-klotski: Update to 3.32.0. |
Date: |
Fri, 1 Nov 2019 22:18:49 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 0be3dcd29c5bb056ea4132b1329acc36ddba5230
Author: Kei Kebreau <address@hidden>
Date: Mon Jul 29 14:02:18 2019 -0400
gnu: gnome-klotski: Update to 3.32.0.
* gnu/packages/gnome.scm (gnome-klotski): 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 a216985..bb305b3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3803,7 +3803,7 @@ GNOME Games, but it may be used by others.")
(define-public gnome-klotski
(package
(name "gnome-klotski")
- (version "3.22.3")
+ (version "3.32.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3811,13 +3811,18 @@ GNOME Games, but it may be used by others.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0prc0s28pdflgzyvk1g0yfx982q2grivmz3858nwpqmbkha81r7f"))))
- (build-system glib-or-gtk-build-system)
+ "1p4s15gxj6gasix22z9vlx2yrx196fvcxr6v6qrl569idfgjbi72"))))
+ (build-system meson-build-system)
+ (arguments
+ '(#:glib-or-gtk? #t))
(native-inputs
`(("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)
("pkg-config" ,pkg-config)
+ ("vala" ,vala)
("xmllint" ,libxml2)))
(inputs
`(("gtk+" ,gtk+)
- 04/53: gnu: epiphany: Update to 3.32.3., (continued)
- 04/53: gnu: epiphany: Update to 3.32.3., guix-commits, 2019/11/01
- 03/53: gnu: eog: Update to 3.32.2., guix-commits, 2019/11/01
- 01/53: gnu: adwaita-icon-theme: Update to 3.32.0., guix-commits, 2019/11/01
- 05/53: gnu: file-roller: Update to 3.32.1., guix-commits, 2019/11/01
- 09/53: gnu: gsettings-desktop-schemas: Update to 3.32.0., guix-commits, 2019/11/01
- 18/53: gnu: dconf-editor: Update to 3.32.0., guix-commits, 2019/11/01
- 21/53: gnu: evolution-data-server: Update to 3.32.4., guix-commits, 2019/11/01
- 26/53: gnu: Add tracker-miners., guix-commits, 2019/11/01
- 45/53: gnu: gnome-shell: Update to 3.32.2., guix-commits, 2019/11/01
- 52/53: gnu: yelp: Update to 3.32.2., guix-commits, 2019/11/01
- 48/53: gnu: gnome-klotski: Update to 3.32.0.,
guix-commits <=
- 34/53: gnu: libwnck: Update to 3.32.0., guix-commits, 2019/11/01
- 14/53: gnu: Add python-dbusmock., guix-commits, 2019/11/01
- 10/53: gnu: gnome-icon-theme: Update home page., guix-commits, 2019/11/01
- 22/53: gnu: evolution: Update to 3.32.4., guix-commits, 2019/11/01
- 31/53: gnu: gnome-shell-extensions: Update to 3.32.1., guix-commits, 2019/11/01
- 15/53: gnu: gnome-control-center: Update to 3.32.2., guix-commits, 2019/11/01
- 17/53: gnu: tracker: Update to 2.2.2., guix-commits, 2019/11/01
- 06/53: gnu: gedit: Update to 3.32.2., guix-commits, 2019/11/01
- 23/53: gnu: Add pipewire., guix-commits, 2019/11/01
- 20/53: gnu: totem: Update to 3.32.1., guix-commits, 2019/11/01