[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
77/181: gnu: gnome-sudoku: Update to 42.0.
From: |
guix-commits |
Subject: |
77/181: gnu: gnome-sudoku: Update to 42.0. |
Date: |
Tue, 13 Sep 2022 02:25:50 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit e50781c1a35d14dce5b1b61ef5639bc8bd7d347b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 5 20:16:07 2022 -0400
gnu: gnome-sudoku: Update to 42.0.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 42.0.
[native-inputs]: Sort. Replace intltool with gettext-minimal.
---
gnu/packages/gnome.scm | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9642c5b7be..4509d4e15b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5268,7 +5268,7 @@ once.")
(define-public gnome-sudoku
(package
(name "gnome-sudoku")
- (version "40.2")
+ (version "42.0")
(source
(origin
(method url-fetch)
@@ -5277,7 +5277,7 @@ once.")
name "-" version ".tar.xz"))
(sha256
(base32
- "18slsxifad5cjz4fqi818i66jc9b7kzgn01qxa0ra4y7wcqha4in"))))
+ "13y2qphrj99b0lc7bh71is1f6i0jvyw8adfg8lv48sq2p3fv8bhx"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -5288,16 +5288,20 @@ once.")
(substitute* "build-aux/post_install.py"
(("gtk-update-icon-cache") (which "true"))))))))
(native-inputs
- (list pkg-config
- python ;for 'build-aux/post_install.py'
- desktop-file-utils
- `(,glib "bin") ;for glib-compile-resources
- intltool
+ (list desktop-file-utils
+ gettext-minimal
+ `(,glib "bin") ;for glib-compile-resources
itstool
- vala
- libxml2))
+ libxml2
+ pkg-config
+ python ;for 'build-aux/post_install.py'
+ vala))
(inputs
- (list gtk+ json-glib libgee librsvg qqwing))
+ (list gtk+
+ json-glib
+ libgee
+ librsvg
+ qqwing))
(home-page "https://wiki.gnome.org/Apps/Sudoku")
(synopsis "Japanese logic game")
(description
- 158/181: gnu: jsonrpc-glib: Update to 3.42.0., (continued)
- 158/181: gnu: jsonrpc-glib: Update to 3.42.0., guix-commits, 2022/09/13
- 170/181: gnu: Add folks-with-libsoup2., guix-commits, 2022/09/13
- 157/181: gnu: piper: Update to 0.7 and enable tests., guix-commits, 2022/09/13
- 169/181: gnu: libgweather: Use geocode-glib-with-libsoup2., guix-commits, 2022/09/13
- 164/181: gnu: evolution-data-server: Update to 3.45.3., guix-commits, 2022/09/13
- 165/181: gnu: evolution: Update to 3.45.3., guix-commits, 2022/09/13
- 172/181: gnu: chatty: Fix build., guix-commits, 2022/09/13
- 177/181: gnu: Add pkgconf., guix-commits, 2022/09/13
- 180/181: gnu: glade: Remove meson argument., guix-commits, 2022/09/13
- 179/181: gnu: gnome-2048: Remove input labels., guix-commits, 2022/09/13
- 77/181: gnu: gnome-sudoku: Update to 42.0.,
guix-commits <=