unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Samuel Fadel <samuel@nihil.ws>
To: 56321@debbugs.gnu.org
Cc: Samuel Fadel <samuel@nihil.ws>
Subject: [bug#56321] [PATCH v2] gnu: Add breeze-gtk.
Date: Thu, 30 Jun 2022 09:58:34 +0200	[thread overview]
Message-ID: <20220630075834.24362-1-samuel@nihil.ws> (raw)

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





             reply	other threads:[~2022-06-30 11:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-30  7:58 Samuel Fadel [this message]
2022-07-12 21:39 ` bug#56321: [PATCH v2] gnu: Add breeze-gtk Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220630075834.24362-1-samuel@nihil.ws \
    --to=samuel@nihil.ws \
    --cc=56321@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).