From unknown Wed Jun 18 23:05:31 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#56321 <56321@debbugs.gnu.org> To: bug#56321 <56321@debbugs.gnu.org> Subject: Status: [PATCH v2] gnu: Add breeze-gtk. Reply-To: bug#56321 <56321@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:05:31 +0000 retitle 56321 [PATCH v2] gnu: Add breeze-gtk. reassign 56321 guix-patches submitter 56321 Samuel Fadel severity 56321 normal tag 56321 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 30 06:59:02 2022 Received: (at submit) by debbugs.gnu.org; 30 Jun 2022 10:59:02 +0000 Received: from localhost ([127.0.0.1]:33039 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o6rsx-0002Zm-0A for submit@debbugs.gnu.org; Thu, 30 Jun 2022 06:59:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:42686) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o6p4Z-0007Ia-Tc for submit@debbugs.gnu.org; Thu, 30 Jun 2022 03:58:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58704) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o6p4Z-00017I-Li for guix-patches@gnu.org; Thu, 30 Jun 2022 03:58:47 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]:34978) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1o6p4X-0003yJ-Qy for guix-patches@gnu.org; Thu, 30 Jun 2022 03:58:47 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4LYW1F0ZMqz9sR7; Thu, 30 Jun 2022 09:58:41 +0200 (CEST) From: Samuel Fadel To: guix-patches@gnu.org Subject: [PATCH v2] gnu: Add breeze-gtk. Date: Thu, 30 Jun 2022 09:58:34 +0200 Message-Id: <20220630075834.24362-1-samuel@nihil.ws> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4LYW1F0ZMqz9sR7 Received-SPF: none client-ip=80.241.56.152; envelope-from=samuel@nihil.ws; helo=mout-p-102.mailbox.org X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 30 Jun 2022 06:58:58 -0400 Cc: Samuel Fadel X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) 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)))) ; + (define-public kdecoration (package (name "kdecoration") -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 06 04:20:25 2022 Received: (at control) by debbugs.gnu.org; 6 Jul 2022 08:20:25 +0000 Received: from localhost ([127.0.0.1]:52201 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o90Gf-0003RM-V3 for submit@debbugs.gnu.org; Wed, 06 Jul 2022 04:20:25 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]:55240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o90Ge-0003Qz-3l for control@debbugs.gnu.org; Wed, 06 Jul 2022 04:20:16 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4LdCCD1Rsxz9sml for ; Wed, 6 Jul 2022 10:20:08 +0200 (CEST) From: Samuel Fadel To: control@debbugs.gnu.org Subject: [bug#56300] [PATCH] gnu: Added breeze-gtk package. In-Reply-To: <89111d65883aadc4c42915910961be99@tobias.gr> References: <87sfnnxzv8.fsf@t490> <94786677-7FBC-4C15-9E59-0A04EABF818D@tobias.gr> <878rp7n04r.fsf@p14s> <89111d65883aadc4c42915910961be99@tobias.gr> Date: Wed, 06 Jul 2022 10:20:06 +0200 Message-ID: <87pmiitzyh.fsf@t490> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4LdCCD1Rsxz9sml X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) merge 56300 56321 quit From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 12 17:40:55 2022 Received: (at 56321-done) by debbugs.gnu.org; 12 Jul 2022 21:40:55 +0000 Received: from localhost ([127.0.0.1]:43797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBNck-0007tQ-LX for submit@debbugs.gnu.org; Tue, 12 Jul 2022 17:40:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54276) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBNcV-0007t1-JG for 56321-done@debbugs.gnu.org; Tue, 12 Jul 2022 17:40:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40790) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBNcP-0005w9-Ip; Tue, 12 Jul 2022 17:40:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=m3jFGgsEn0++51GYcgvGSsJTLM7yAPD26IgyIf+k2fA=; b=QtOrddG2NLkwKT0F3OxP oTJz174ZLc2Wn7JzZs9dddbWdqBt2Nnwf8SyvqGwg7bncXdsFqrtvdUOXeQXX8vZoHTf7eKMBlwWX 2ZZVcbTq9vEgY2bJjz/QoiELLTFHRbApxRjWnweDdj+vuEYYjIh82JIFKpp4DAqyc3OsPG8efAasG UmMdmoh0HK5YSGi+LwhzpZ0utJ48fdJO04SJEx6Ed1F6cAjPvv3zd+lQUPdWHh3XVE7TuDL+MHqGd WPjg4lFu5Q4IegcuNlmkWukHHPRl2I0nJ51Vn7e9rtjSpYhnZkV5gBRqf/DDf/zCE8d/cbjgWa+rk Kn5ZedLxCWHfcg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:63640 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBNbe-0008Mk-7l; Tue, 12 Jul 2022 17:39:56 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Samuel Fadel Subject: Re: bug#56321: [PATCH v2] gnu: Add breeze-gtk. References: <20220630075834.24362-1-samuel@nihil.ws> Date: Tue, 12 Jul 2022 23:39:44 +0200 In-Reply-To: <20220630075834.24362-1-samuel@nihil.ws> (Samuel Fadel's message of "Thu, 30 Jun 2022 09:58:34 +0200") Message-ID: <87a69ec8nz.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56321-done Cc: 56321-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Samuel Fadel 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=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: 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+))) + --=-=-=-- From unknown Wed Jun 18 23:05:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 10 Aug 2022 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator