unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Samuel Fadel <samuel@nihil.ws>
Cc: 56321-done@debbugs.gnu.org
Subject: bug#56321: [PATCH v2] gnu: Add breeze-gtk.
Date: Tue, 12 Jul 2022 23:39:44 +0200	[thread overview]
Message-ID: <87a69ec8nz.fsf@gnu.org> (raw)
In-Reply-To: <20220630075834.24362-1-samuel@nihil.ws> (Samuel Fadel's message of "Thu, 30 Jun 2022 09:58:34 +0200")

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

Hi,

Samuel Fadel <samuel@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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1410 bytes --]

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	other threads:[~2022-07-12 21:41 UTC|newest]

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

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=87a69ec8nz.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=56321-done@debbugs.gnu.org \
    --cc=samuel@nihil.ws \
    /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).