me
/
guix
Archived
1
0
Fork 0

gnu: oxygen-icons: Update to 6.0.0.

* gnu/packages/kde-frameworks.scm (oxygen-icons): Update to 6.0.0.
[inputs]: Remove qtbase-5; add qtbase.
[source]: Update url.
[properties]: Remove upstream-name.

Change-Id: I69978793648e3f7056b6eb142bbb49cc08f08146
master
Zheng Junjie 2024-07-06 00:31:21 +08:00
parent 3bd07ad406
commit f4b18d7da7
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 9 additions and 10 deletions

View File

@ -1351,26 +1351,25 @@ which are used in DBus communication.")
(define-public oxygen-icons
(package
(name "oxygen-icons")
(version "5.112.0")
(version "6.0.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://kde/stable/frameworks/"
(version-major+minor version) "/"
name "5" "-" version ".tar.xz"))
"mirror://kde/stable/oxygen-icons/"
"/oxygen-icons" "-" version ".tar.xz"))
(sha256
(base32
"0yw2mixy5p8pw9866rfr0wcjhvilznakd0h6934svv0dk3lv054a"))))
"0x2piq03gj72p5qlhi8zdx3r58va088ysp7lg295vhfwfll1iv18"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules fdupes))
(inputs
(list qtbase-5))
(list extra-cmake-modules
;; for test
fdupes))
(inputs (list qtbase))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Oxygen provides the standard icon theme for the KDE desktop")
(description "Oxygen icon theme for the KDE desktop")
(license license:lgpl3+)
(properties '((upstream-name . "oxygen-icons5")))))
(license license:lgpl3+)))
(define-public prison
(package