GNU bug report logs -
#56321
[PATCH v2] gnu: Add breeze-gtk.
Previous Next
Reported by: Samuel Fadel <samuel <at> nihil.ws>
Date: Thu, 30 Jun 2022 11:00:02 UTC
Severity: normal
Tags: patch
Merged with 56299,
56300
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This adds the GTK port of the Breeze theme. This v2 of the patch
includes more accurate licensing infomation.
* gnu/packages/kde-plasma.scm (breeze-gtk): Added package.
---
gnu/packages/kde-plasma.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 5621d8ea35..dde74b084d 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -83,6 +83,32 @@ (define-public breeze
the Plasma Desktop. Breeze is the default theme for the KDE Plasma desktop.")
(license license:gpl2+)))
+(define-public breeze-gtk
+ (package
+ (name "breeze-gtk")
+ (version "5.19.5")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/plasma/" version "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1j2nq9yw1ragmgwrz9f6ca4ifpi86qv1bbprdgd2qm2yh7vb44sj"))))
+ (build-system qt-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (delete 'check)))) ; Test phase not defined
+ (native-inputs
+ (list breeze extra-cmake-modules sassc python python-pycairo))
+ (home-page "https://invent.kde.org/plasma/breeze")
+ (synopsis "Default KDE Plasma theme (GTK+ port)")
+ (description "GTK+ port of the Breeze visual style for the Plasma Desktop.
+Breeze is the default theme for the KDE Plasma desktop.")
+ (license (list
+ license:bsd-3 ; cmake/FindSass.cmake
+ license:lgpl2.1)))) ; <all other files>
+
(define-public kdecoration
(package
(name "kdecoration")
--
2.36.1
This bug report was last modified 2 years and 312 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.