1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 17:16:01 +02:00

gnu: libkdegames: Update to 24.05.2.

* gnu/packages/kde.scm (libkdegames): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add qtdeclarative and
qtsvg.

Change-Id: I1c426c80bf863e680f25daa3124245e8bacc12fb
This commit is contained in:
Zheng Junjie
2024-07-06 17:06:08 +08:00
parent 92fa455cb2
commit b5bbaf86e1
+9 -10
View File
@@ -1537,15 +1537,16 @@ Python, PHP, and Perl.")
(define-public libkdegames
(package
(name "libkdegames")
(version "23.04.3")
(version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/libkdegames-" version ".tar.xz"))
(sha256
(base32 "1sicpfsrkxn5d0fdy71h7033rpkb94r5hjvv5ab7qbmzb1qa4awq"))))
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/libkdegames-" version ".tar.xz"))
(sha256
(base32 "1sqhlhanb5vfbxp6g01rkgaj5v9gi1cxfgsmw39s0cikjfvidwpa"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs
(list extra-cmake-modules))
(inputs
@@ -1562,7 +1563,6 @@ Python, PHP, and Perl.")
kguiaddons
ki18n
kiconthemes
;("kio" ,kio)
kitemviews
kjobwidgets
knewstuff
@@ -1572,9 +1572,8 @@ Python, PHP, and Perl.")
kxmlgui
libsndfile
openal
qtbase-5
qtdeclarative-5
qtsvg-5))
qtdeclarative
qtsvg))
(home-page "https://apps.kde.org/categories/games/")
(synopsis "Runtime library for kdegames")
(description "Runtime library for kdegames")