me
/
guix
Archived
1
0
Fork 0

gnu: Add breeze-qt5.

* gnu/packages/kde-plasma.scm (breeze-qt5): New variable.

Change-Id: Ia4da203ea2c9fe74c04cd618367815c5f7fca462
master
Zheng Junjie 2024-07-08 19:25:49 +08:00
parent 7d83357a5b
commit a0807675f7
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 16 additions and 0 deletions

View File

@ -166,6 +166,22 @@
the Plasma Desktop. Breeze is the default theme for the KDE Plasma desktop.")
(license license:gpl2+)))
(define-public breeze-qt5
(package
(inherit breeze)
(name "breeze-qt5")
(inputs
(list kcmutils-5 ; optional
kconfigwidgets-5
kcoreaddons-5
kguiaddons-5
ki18n-5
kirigami-5
kiconthemes-5
kpackage-5
kwindowsystem-5))
(arguments (list #:configure-flags #~(list "-DBUILD_QT6=OFF")))))
(define-public breeze-gtk
(package
(name "breeze-gtk")