[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/182: gnu: gnome-klotski: Update to 3.32.0.
From: |
guix-commits |
Subject: |
48/182: gnu: gnome-klotski: Update to 3.32.0. |
Date: |
Fri, 15 Nov 2019 00:01:34 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit e72d87a4a376bb20179ea66a5a28cb1d84443355
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 and add 'skip-gtk-update-icon-cache'
phase.
[native-inputs]: Add glib:bin and vala.
---
gnu/packages/gnome.scm | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0371881..1dc02b8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3821,7 +3821,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 "/"
@@ -3829,13 +3829,25 @@ 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
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ ;; Don't create 'icon-theme.cache'.
+ (lambda _
+ (substitute* "build-aux/meson_post_install.py"
+ (("gtk-update-icon-cache") (which "true")))
+ #t)))))
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils)
+ ("glib:bin" ,glib "bin") ; for glib-compile-resources
("intltool" ,intltool)
("itstool" ,itstool)
("pkg-config" ,pkg-config)
+ ("vala" ,vala)
("xmllint" ,libxml2)))
(inputs
`(("gtk+" ,gtk+)
- 38/182: gnu: gnome-terminal: Update to 3.32.2., (continued)
- 38/182: gnu: gnome-terminal: Update to 3.32.2., guix-commits, 2019/11/15
- 39/182: gnu: devhelp: Update to 3.32.0., guix-commits, 2019/11/15
- 30/182: gnu: gnome-calendar: Update to 3.32.2., guix-commits, 2019/11/15
- 35/182: gnu: five-or-more: Update to 3.32.0., guix-commits, 2019/11/15
- 37/182: gnu: gnome-sudoku: Update to 3.32.0., guix-commits, 2019/11/15
- 40/182: gnu: python-pyatspi: Update to 2.32.1., guix-commits, 2019/11/15
- 41/182: gnu: orca: Update to 3.32.0., guix-commits, 2019/11/15
- 44/182: gnu: gdm: Update to 3.32.0., guix-commits, 2019/11/15
- 43/182: gnu: libdazzle: Use xorg-server-fot-tests., guix-commits, 2019/11/15
- 46/182: gnu: network-manager: Update to 1.18.2., guix-commits, 2019/11/15
- 48/182: gnu: gnome-klotski: Update to 3.32.0.,
guix-commits <=
- 51/182: gnu: seahorse: Update to 3.32.2., guix-commits, 2019/11/15
- 18/182: gnu: dconf-editor: Update to 3.32.0., guix-commits, 2019/11/15
- 42/182: gnu: cheese: Update to 3.32.1., guix-commits, 2019/11/15
- 49/182: gnu: gnome-maps: Update to 3.32.2.1., guix-commits, 2019/11/15
- 21/182: gnu: evolution-data-server: Update to 3.32.4., guix-commits, 2019/11/15
- 54/182: gnu: epiphany: Update to 3.32.5., guix-commits, 2019/11/15
- 52/182: gnu: yelp: Update to 3.32.2., guix-commits, 2019/11/15
- 23/182: gnu: Add pipewire., guix-commits, 2019/11/15
- 31/182: gnu: gnome-shell-extensions: Update to 3.32.1., guix-commits, 2019/11/15
- 36/182: gnu: gnome-mines: Update to 3.32.2., guix-commits, 2019/11/15