1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: gnome-mahjongg: Move to (gnu packages gnome-circle).

* gnu/packages/gnome-circle.scm (gnome-mahjongg): New variable.
* gnu/packages/gnome.scm (gnome-mahjongg): Replace with deprecated alias.

Change-Id: I41f3630904ceb0d779038a8523c7012bdbe84354
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Noé Lopez
2025-12-18 22:49:07 +01:00
committed by Andreas Enge
parent 39043b6ce5
commit 9f7ed4fb53
2 changed files with 39 additions and 35 deletions

View File

@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019-2025 Maxim Cournoyer <maxim@guixotic.coop>
;;; Copyright © 2019 David Wilson <david@daviwil.com>
;;; Copyright © 2019-2022 Liliana Marie Prikler <liliana.prikler@gmail.com>
;;; Copyright © 2019, 2020, 2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2019, 2024, 2025 Giacomo Leidi <goodoldpaul@autistici.org>
@@ -348,6 +349,42 @@ Aegis (encrypted / plain-text), andOTP, Google Authenticator
@end itemize")
(license license:gpl3+)))
(define-public gnome-mahjongg
(package
(name "gnome-mahjongg")
(version "3.40.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.gnome.org/GNOME/gnome-mahjongg")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0mc9379lmkcn08gr1wdny8gdwgdadkv11vxmgsiazcdy8bsj5860"))))
(build-system meson-build-system)
(arguments (list #:glib-or-gtk? #t))
(native-inputs
(list appstream-glib
gettext-minimal
`(,glib "bin") ;for glib-compile-resources
`(,gtk "bin") ;for gtk-update-icon-cache
itstool
pkg-config
vala))
(propagated-inputs
(list dconf))
(inputs
(list glib
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,
and a high score table.")
(home-page "https://wiki.gnome.org/Apps/Mahjongg")
(license license:gpl2+)))
(define-public komikku
(package
(name "komikku")

View File

@@ -12376,41 +12376,8 @@ of the FAM (File Alteration Monitor) system. This is a service provided by a
library which detects when a file or a directory has been modified.")
(license license:gpl2+)))
(define-public gnome-mahjongg
(package
(name "gnome-mahjongg")
(version "3.40.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.gnome.org/GNOME/gnome-mahjongg")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0mc9379lmkcn08gr1wdny8gdwgdadkv11vxmgsiazcdy8bsj5860"))))
(build-system meson-build-system)
(arguments (list #:glib-or-gtk? #t))
(native-inputs
(list appstream-glib
gettext-minimal
`(,glib "bin") ;for glib-compile-resources
`(,gtk "bin") ;for gtk-update-icon-cache
itstool
pkg-config
vala))
(propagated-inputs
(list dconf))
(inputs
(list glib
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,
and a high score table.")
(home-page "https://wiki.gnome.org/Apps/Mahjongg")
(license license:gpl2+)))
(define-deprecated/public-alias gnome-mahjongg
(@ (gnu packages gnome-circle) gnome-mahjongg))
(define-public gnome-themes-extra
(package