mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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 @@ (define-public breeze
|
|||
(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 @@ (define-public breeze-gtk
|
|||
"-" 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")
|
||||
|
|
Loading…
Reference in a new issue