gnu: breeze-icons: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (breeze-icons): Update to 5.27.0. [native-inputs]: Add fduptes and libxml2. [arguments]: Disable tests.
This commit is contained in:
parent
bfa96eba56
commit
02dc8847c8
1 changed files with 18 additions and 11 deletions
|
|
@ -250,21 +250,28 @@ Bluetooth stack. It is used by the KDE Bluetooth stack, BlueDevil.")
|
||||||
(define-public breeze-icons
|
(define-public breeze-icons
|
||||||
(package
|
(package
|
||||||
(name "breeze-icons")
|
(name "breeze-icons")
|
||||||
(version "5.24.0")
|
(version "5.27.0")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method url-fetch)
|
||||||
(method url-fetch)
|
(uri (string-append
|
||||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
"mirror://kde/stable/frameworks/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dh7bijx99sdb3vn6394wmm5cq0fvvmz8h17sx4hakmbga849cx2"))))
|
"12awfvka9sgdgh7dyg7cw7myw7fxrx1w93s1gyhdq2drjsdbghgz"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
|
("fdupes" ,fdupes)
|
||||||
|
("libxml2" ,libxml2)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase)))
|
`(("qtbase" ,qtbase)))
|
||||||
|
;; FIXME: Dupes test fails. Issue is fixed upstream
|
||||||
|
;; Remove when updating to 5.28.
|
||||||
|
;; https://github.com/KDE/breeze-icons/commit/22b383359e3a0e02d4828e6fa8ed8a3d213440b1
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "Default KDE Plasma 5 icon theme")
|
(synopsis "Default KDE Plasma 5 icon theme")
|
||||||
(description "Breeze provides a freedesktop.org compatible icon theme.
|
(description "Breeze provides a freedesktop.org compatible icon theme.
|
||||||
|
|
|
||||||
Reference in a new issue