me
/
guix
Archived
1
0
Fork 0

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
master
Zheng Junjie 2024-07-06 13:25:00 +08:00
parent 89f3165b6a
commit fc1eae71f5
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 5 additions and 3 deletions

View File

@ -160,7 +160,7 @@ the Plasma Desktop. Breeze is the default theme for the KDE Plasma desktop.")
(define-public breeze-gtk
(package
(name "breeze-gtk")
(version "5.27.7")
(version "6.1.2")
(source (origin
(method url-fetch)
(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"))
(sha256
(base32
"1s2qv51qa867b0bf29b7j90yzqmn3s2dwblczsb79h2i1gnr8ci9"))))
"04gcrbf5b53sqk3ybwwqzbqah04ag03wcplahqw997kgxdqd37sv"))))
(build-system qt-build-system)
(arguments
'(#:tests? #f)) ;no 'test' target
(list
#:qtbase qtbase
#:tests? #f)) ;no 'test' target
(native-inputs (list breeze extra-cmake-modules sassc python
python-pycairo))
(home-page "https://invent.kde.org/plasma/breeze")