mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 21:41:15 +02:00
gnu: libkdegames: Move to kde-games.scm.
* gnu/packages/kde.scm (libkdegames): Remove variable. * gnu/packages/kde-games.scm (libkdegames): New variable. Change-Id: I7db381afebc4f45a19d8c4312d0637879f98e45b
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#:use-module (guix build-system qt)
|
||||
#:use-module (guix build-system trivial)
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (gnu packages audio)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages games)
|
||||
@@ -38,12 +39,58 @@
|
||||
#:use-module (gnu packages kde)
|
||||
#:use-module (gnu packages kde-frameworks)
|
||||
#:use-module (gnu packages perl)
|
||||
#:use-module (gnu packages pulseaudio)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages python-web)
|
||||
#:use-module (gnu packages python-xyz)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages xiph))
|
||||
|
||||
(define-public libkdegames
|
||||
(package
|
||||
(name "libkdegames")
|
||||
(version "25.04.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/libkdegames-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0zq481x2l6sqilw5ialacp3cksvw58syxz9dkk3yha0vfjp1p8k9"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list karchive
|
||||
kbookmarks
|
||||
kcodecs
|
||||
kcompletion
|
||||
kconfigwidgets
|
||||
kcrash
|
||||
kdbusaddons
|
||||
kdeclarative
|
||||
kdnssd
|
||||
kglobalaccel
|
||||
kguiaddons
|
||||
ki18n
|
||||
kiconthemes
|
||||
kitemviews
|
||||
kjobwidgets
|
||||
knewstuff
|
||||
kservice
|
||||
ktextwidgets
|
||||
kwidgetsaddons
|
||||
kxmlgui
|
||||
libsndfile
|
||||
openal
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
(home-page "https://apps.kde.org/categories/games/")
|
||||
(synopsis "Runtime library for kdegames")
|
||||
(description "Runtime library for kdegames")
|
||||
(license (list license:gpl2+ license:fdl1.2+))))
|
||||
|
||||
(define-public ktuberling
|
||||
(package
|
||||
(name "ktuberling")
|
||||
|
||||
@@ -1684,51 +1684,6 @@ performance counters. There also exist converters for profiling output of
|
||||
Python, PHP, and Perl.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public libkdegames
|
||||
(package
|
||||
(name "libkdegames")
|
||||
(version "25.04.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/libkdegames-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0zq481x2l6sqilw5ialacp3cksvw58syxz9dkk3yha0vfjp1p8k9"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list karchive
|
||||
kbookmarks
|
||||
kcodecs
|
||||
kcompletion
|
||||
kconfigwidgets
|
||||
kcrash
|
||||
kdbusaddons
|
||||
kdeclarative
|
||||
kdnssd
|
||||
kglobalaccel
|
||||
kguiaddons
|
||||
ki18n
|
||||
kiconthemes
|
||||
kitemviews
|
||||
kjobwidgets
|
||||
knewstuff
|
||||
kservice
|
||||
ktextwidgets
|
||||
kwidgetsaddons
|
||||
kxmlgui
|
||||
libsndfile
|
||||
openal
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
(home-page "https://apps.kde.org/categories/games/")
|
||||
(synopsis "Runtime library for kdegames")
|
||||
(description "Runtime library for kdegames")
|
||||
(license (list license:gpl2+ license:fdl1.2+))))
|
||||
|
||||
(define-public marble-qt
|
||||
(package
|
||||
(name "marble-qt")
|
||||
|
||||
Reference in New Issue
Block a user