[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/63: gnu: five-or-more: Update to 3.32.0.
From: |
guix-commits |
Subject: |
35/63: gnu: five-or-more: Update to 3.32.0. |
Date: |
Thu, 7 Nov 2019 09:57:44 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 81b76f0c992a650a996c06de076a7d5c4c41fcb9
Author: Kei Kebreau <address@hidden>
Date: Wed Jul 24 22:46:53 2019 -0400
gnu: five-or-more: Update to 3.32.0.
* gnu/packages/gnome.scm (five-or-more): 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 appstream-glib, glib:bin and vala.
[inputs]: Add libgnome-games-support.
---
gnu/packages/gnome.scm | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index cf49f8b..ef68de8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2883,7 +2883,7 @@ and other secrets. It communicates with the \"Secret
Service\" using DBus.")
(define-public five-or-more
(package
(name "five-or-more")
- (version "3.30.0")
+ (version "3.32.0")
(source
(origin
(method url-fetch)
@@ -2892,16 +2892,29 @@ and other secrets. It communicates with the \"Secret
Service\" using DBus.")
name "-" version ".tar.xz"))
(sha256
(base32
- "00d729p251kh96624i7qg2370r5mxwafs016i6hy01vsr71jzb9x"))))
- (build-system glib-or-gtk-build-system)
+ "0v52i22ygv6y4zqs8nyb1qmacmj9whhqrw7qss6vn7by4nsikhrn"))))
+ (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* "meson_post_install.py"
+ (("gtk-update-icon-cache") (which "true")))
+ #t)))))
(native-inputs
`(("pkg-config" ,pkg-config)
+ ("appstream-glib" ,appstream-glib)
("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+)
+ ("libgnome-games-support" ,libgnome-games-support)
("librsvg" ,librsvg)))
(home-page "https://wiki.gnome.org/Apps/Five%20or%20more")
(synopsis "Logic puzzle game")
- 06/63: gnu: gedit: Update to 3.32.2., (continued)
- 06/63: gnu: gedit: Update to 3.32.2., guix-commits, 2019/11/07
- 16/63: gnu: grilo: Update to 0.3.9., guix-commits, 2019/11/07
- 14/63: gnu: Add python-dbusmock., guix-commits, 2019/11/07
- 15/63: gnu: gnome-control-center: Update to 3.32.2., guix-commits, 2019/11/07
- 26/63: gnu: Add tracker-miners., guix-commits, 2019/11/07
- 20/63: gnu: totem: Update to 3.32.1., guix-commits, 2019/11/07
- 17/63: gnu: tracker: Update to 2.2.2., guix-commits, 2019/11/07
- 18/63: gnu: dconf-editor: Update to 3.32.0., guix-commits, 2019/11/07
- 19/63: gnu: python2-pylint: Update to 1.9.5., guix-commits, 2019/11/07
- 34/63: gnu: libwnck: Update to 3.32.0., guix-commits, 2019/11/07
- 35/63: gnu: five-or-more: Update to 3.32.0.,
guix-commits <=
- 41/63: gnu: orca: Update to 3.32.0., guix-commits, 2019/11/07
- 33/63: gnu: gnome-disk-utility: Update to 3.32.1., guix-commits, 2019/11/07
- 36/63: gnu: gnome-mines: Update to 3.32.2., guix-commits, 2019/11/07
- 37/63: gnu: gnome-sudoku: Update to 3.32.0., guix-commits, 2019/11/07
- 39/63: gnu: devhelp: Update to 3.32.0., guix-commits, 2019/11/07
- 21/63: gnu: evolution-data-server: Update to 3.32.4., guix-commits, 2019/11/07
- 23/63: gnu: Add pipewire., guix-commits, 2019/11/07
- 28/63: gnu: gnome-screenshot: Update to 3.32.0., guix-commits, 2019/11/07
- 24/63: gnu: mutter: Update to 3.32.2., guix-commits, 2019/11/07
- 27/63: gnu: nautilus: Update to 3.32.1., guix-commits, 2019/11/07