GNU bug report logs - #56321
[PATCH v2] gnu: Add breeze-gtk.

Previous Next

Package: guix-patches;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56321 in the body.
You can then email your comments to 56321 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#56321; Package guix-patches. (Thu, 30 Jun 2022 11:00:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Samuel Fadel <samuel <at> nihil.ws>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 30 Jun 2022 11:00:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Samuel Fadel <samuel <at> nihil.ws>
To: guix-patches <at> gnu.org
Cc: Samuel Fadel <samuel <at> nihil.ws>
Subject: [PATCH v2] gnu: Add breeze-gtk.
Date: Thu, 30 Jun 2022 09:58:34 +0200
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





Merged 56299 56300 56321. Request was from Samuel Fadel <samuel <at> nihil.ws> to control <at> debbugs.gnu.org. (Wed, 06 Jul 2022 08:21:01 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 12 Jul 2022 21:41:01 GMT) Full text and rfc822 format available.

Notification sent to Samuel Fadel <samuel <at> nihil.ws>:
bug acknowledged by developer. (Tue, 12 Jul 2022 21:41:01 GMT) Full text and rfc822 format available.

Message #12 received at 56321-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Samuel Fadel <samuel <at> nihil.ws>
Cc: 56321-done <at> debbugs.gnu.org
Subject: Re: bug#56321: [PATCH v2] gnu: Add breeze-gtk.
Date: Tue, 12 Jul 2022 23:39:44 +0200
[Message part 1 (text/plain, inline)]
Hi,

Samuel Fadel <samuel <at> nihil.ws> skribis:

> 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.

Applied with the changes below.

Thanks,
Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index dde74b084d..4ae6ac9484 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -31,11 +31,14 @@ (define-module (gnu packages kde-plasma)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages freedesktop)
   #:use-module (gnu packages glib)
+  #:use-module (gnu packages gtk)
   #:use-module (gnu packages kde-frameworks)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages python)
   #:use-module (gnu packages qt)
-  #:use-module (gnu packages xorg))
+  #:use-module (gnu packages xorg)
+  #:use-module (gnu packages web))
 
 (define-public breeze
   (package
@@ -95,10 +98,7 @@ (define-public breeze-gtk
              (base32
               "1j2nq9yw1ragmgwrz9f6ca4ifpi86qv1bbprdgd2qm2yh7vb44sj"))))
    (build-system qt-build-system)
-   (arguments
-    `(#:phases
-      (modify-phases %standard-phases
-                     (delete 'check)))) ; Test phase not defined
+   (arguments '(#:tests? #f))                     ;no 'test' target
    (native-inputs
     (list breeze extra-cmake-modules sassc python python-pycairo))
    (home-page "https://invent.kde.org/plasma/breeze")
@@ -306,3 +306,4 @@ (define-public libksysguard
 with a ksysguardd daemon, which may also run on a remote system.")
     (license license:gpl3+)))
 
+

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 12 Jul 2022 21:41:02 GMT) Full text and rfc822 format available.

Notification sent to Samuel Fadel <samuel <at> nihil.ws>:
bug acknowledged by developer. (Tue, 12 Jul 2022 21:41:02 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 12 Jul 2022 21:41:02 GMT) Full text and rfc822 format available.

Notification sent to Samuel Fadel <samuel <at> nihil.ws>:
bug acknowledged by developer. (Tue, 12 Jul 2022 21:41:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 10 Aug 2022 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 232 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.