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
|
@ -250,21 +250,28 @@ Bluetooth stack. It is used by the KDE Bluetooth stack, BlueDevil.")
|
|||
(define-public breeze-icons
|
||||
(package
|
||||
(name "breeze-icons")
|
||||
(version "5.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dh7bijx99sdb3vn6394wmm5cq0fvvmz8h17sx4hakmbga849cx2"))))
|
||||
(version "5.27.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://kde/stable/frameworks/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12awfvka9sgdgh7dyg7cw7myw7fxrx1w93s1gyhdq2drjsdbghgz"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
("fdupes" ,fdupes)
|
||||
("libxml2" ,libxml2)))
|
||||
(inputs
|
||||
`(("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")
|
||||
(synopsis "Default KDE Plasma 5 icon theme")
|
||||
(description "Breeze provides a freedesktop.org compatible icon theme.
|
||||
|
|
Loading…
Reference in New Issue