gnu: breeze-gtk: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (breeze-gtk): Update to 6.1.2. [arguments]: Set #:qtbase to qtbase. Change-Id: I0093da6f9e2f39b702fcbfb74d6b78073827cada
This commit is contained in:
parent
89f3165b6a
commit
fc1eae71f5
1 changed files with 5 additions and 3 deletions
|
@ -160,7 +160,7 @@ the Plasma Desktop. Breeze is the default theme for the KDE Plasma desktop.")
|
||||||
(define-public breeze-gtk
|
(define-public breeze-gtk
|
||||||
(package
|
(package
|
||||||
(name "breeze-gtk")
|
(name "breeze-gtk")
|
||||||
(version "5.27.7")
|
(version "6.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -168,10 +168,12 @@ the Plasma Desktop. Breeze is the default theme for the KDE Plasma desktop.")
|
||||||
"-" version ".tar.xz"))
|
"-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s2qv51qa867b0bf29b7j90yzqmn3s2dwblczsb79h2i1gnr8ci9"))))
|
"04gcrbf5b53sqk3ybwwqzbqah04ag03wcplahqw997kgxdqd37sv"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ;no 'test' target
|
(list
|
||||||
|
#:qtbase qtbase
|
||||||
|
#:tests? #f)) ;no 'test' target
|
||||||
(native-inputs (list breeze extra-cmake-modules sassc python
|
(native-inputs (list breeze extra-cmake-modules sassc python
|
||||||
python-pycairo))
|
python-pycairo))
|
||||||
(home-page "https://invent.kde.org/plasma/breeze")
|
(home-page "https://invent.kde.org/plasma/breeze")
|
||||||
|
|
Reference in a new issue