mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: gnome-mahjongg: Update to 3.40.0.
* gnu/packages/gnome.scm (gnome-mahjongg): Update to 3.40.0.
This commit is contained in:
parent
9f04e18065
commit
1468bf8db5
1 changed files with 32 additions and 36 deletions
|
@ -12161,44 +12161,40 @@ (define in-abstract-sockets-test? #f)
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public gnome-mahjongg
|
(define-public gnome-mahjongg
|
||||||
;; There hasn't been a GNOME Mahjongg release in a long time, and the last
|
(package
|
||||||
;; release doesn't build with a recent Meson, so use the latest commit.
|
(name "gnome-mahjongg")
|
||||||
(let ((commit "e9e73e5165e5968ff897e568f8eba10fc1eb207b")
|
(version "3.40.0")
|
||||||
(revision "0"))
|
(source (origin
|
||||||
(package
|
(method git-fetch)
|
||||||
(name "gnome-mahjongg")
|
(uri (git-reference
|
||||||
(version (git-version "3.38.3" revision commit))
|
(url "https://gitlab.gnome.org/GNOME/gnome-mahjongg")
|
||||||
(source (origin
|
(commit version)))
|
||||||
(method git-fetch)
|
(file-name (git-file-name name version))
|
||||||
(uri (git-reference
|
(sha256
|
||||||
(url "https://gitlab.gnome.org/GNOME/gnome-mahjongg")
|
(base32
|
||||||
(commit commit)))
|
"1yj41lj2vancjzwjcm5cdv48983jq05i6sw8p4nggyqwij3xpllj"))))
|
||||||
(file-name (git-file-name name version))
|
(build-system meson-build-system)
|
||||||
(sha256
|
(arguments (list #:glib-or-gtk? #t))
|
||||||
(base32
|
(native-inputs
|
||||||
"1cj0c076h7qfz77wpz8ypli60inj37fgw0cl9cc39b1kjfqcy3mb"))))
|
(list appstream-glib
|
||||||
(build-system meson-build-system)
|
gettext-minimal
|
||||||
(arguments (list #:glib-or-gtk? #t))
|
`(,glib "bin") ;for glib-compile-resources
|
||||||
(native-inputs
|
`(,gtk "bin") ;for gtk-update-icon-cache
|
||||||
(list appstream-glib
|
itstool
|
||||||
gettext-minimal
|
pkg-config
|
||||||
`(,glib "bin") ;for glib-compile-resources
|
vala))
|
||||||
`(,gtk "bin") ;for gtk-update-icon-cache
|
(propagated-inputs
|
||||||
itstool
|
(list dconf))
|
||||||
pkg-config
|
(inputs
|
||||||
vala))
|
(list glib
|
||||||
(propagated-inputs
|
gtk
|
||||||
(list dconf))
|
libadwaita))
|
||||||
(inputs
|
(synopsis "Mahjongg tile-matching game")
|
||||||
(list glib
|
(description "GNOME Mahjongg is a game based on the classic Chinese
|
||||||
gtk
|
|
||||||
libadwaita))
|
|
||||||
(synopsis "Mahjongg tile-matching game")
|
|
||||||
(description "GNOME Mahjongg is a game based on the classic Chinese
|
|
||||||
tile-matching game Mahjongg. It features multiple board layouts, tile themes,
|
tile-matching game Mahjongg. It features multiple board layouts, tile themes,
|
||||||
and a high score table.")
|
and a high score table.")
|
||||||
(home-page "https://wiki.gnome.org/Apps/Mahjongg")
|
(home-page "https://wiki.gnome.org/Apps/Mahjongg")
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public gnome-themes-extra
|
(define-public gnome-themes-extra
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue