From unknown Fri Aug 15 21:23:53 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59723] [PATCH] Add yaru-theme Resent-From: florhizome@posteo.net Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 30 Nov 2022 14:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 59723 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59723@debbugs.gnu.org Cc: florhizome X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166981984123225 (code B ref -1); Wed, 30 Nov 2022 14:51:02 +0000 Received: (at submit) by debbugs.gnu.org; 30 Nov 2022 14:50:41 +0000 Received: from localhost ([127.0.0.1]:33221 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p0OQ5-00062X-2k for submit@debbugs.gnu.org; Wed, 30 Nov 2022 09:50:41 -0500 Received: from lists.gnu.org ([209.51.188.17]:46886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p0OQ2-00062R-Uw for submit@debbugs.gnu.org; Wed, 30 Nov 2022 09:50:40 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0OPj-0008CZ-1i for guix-patches@gnu.org; Wed, 30 Nov 2022 09:50:22 -0500 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0OPf-00068X-87 for guix-patches@gnu.org; Wed, 30 Nov 2022 09:50:17 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id EC25B24002D for ; Wed, 30 Nov 2022 15:50:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1669819811; bh=/77/uIlvESKBChLEOzI+FIx/zPVfMKDwqUDz9IxO2po=; h=From:To:Cc:Subject:Date:From; b=GZSYvDQ3iNZ62f3lg9nmN+Y6D0bz65f9GqUtjyEzNKf7QJ4CUEghKy1VzO7ZgwF2c Wfmloaf26l1WW3RM8z+N3IRwNLf5HZNsPUZICBvlIP+ySqGa5GB9KGpz5fw3NHVxiL pUVAWgdVN6dZ4LRig/avUnlxuxll+fpLk9OulpCVnCVOo9AxkpyK2zIF1wnoQu7+BL Vej6tcP89TPi+/fSpJ11w2zsuI15HpxpH4jS+LP8zRmX6jJYOXLHAWtqMURWAf+eKm 8b3NmrrWvXzsaEe5/g8RwN5qMOBlISc0JRLCGeKBcg/r69iFaUyI2C5S7UNgM9rvea MgUi59e2w0D9w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NMhvQ2vkKz6tm6; Wed, 30 Nov 2022 15:50:07 +0100 (CET) From: florhizome@posteo.net Date: Wed, 30 Nov 2022 14:49:58 +0000 Message-Id: <3d49cfbd37be82ca4fccb2ef402705a74e13ac32.1669819734.git.florhizome@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=florhizome@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: -2.3 (--) From: florhizome * gnu/packages/gnome-xyz (yaru-theme): New variable --- gnu/packages/gnome-xyz.scm | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 0368ccc223..d48925325a 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1526,6 +1526,47 @@ (define-public vala-language-server feature-set for programming Vala effectively.") (license license:lgpl2.1+))) + +(define-public yaru-theme + (package + (name "yaru-theme") + (version "22.10.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ubuntu/yaru") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f052a5cyf4lijyrdp4kjvxrx6d5fbj7109pi2bhxs9lk5jy8z86")))) + (build-system meson-build-system) + (native-inputs + (list python sassc pkg-config `(,glib "bin") `(,gtk+ "bin"))) + (arguments + (list #:configure-flags #~'("-Dmate=true" + "-Dmate-dark=true" + "-Dxfwm4=true" + "-Dmetacity=true" + "-Dsessions=false"))) + (home-page "https://github.com/ubuntu/yaru") + (synopsis "Ubuntu community theme yaru") + (description "Yaru is the default theme for Ubuntu. + +It contains: + +@itemize +@item a GNOME Shell theme based on the upstream GNOME shell theme +@item a light and dark GTK theme (gtk2 and gtk3) based on the upstream Adwaita + Gtk theme +@item an icon & cursor theme, derived from the Unity8 Suru icons and Suru icon + theme +@item a sound theme, combining sounds from the WoodenBeaver and Touch-Remix + sound themes. +@end itemize") + (license (list license:lgpl2.1 license:lgpl3 license:cc-by-sa4.0)))) + (define-public nordic-theme (let ((commit "07d764c5ebd5706e73d2e573f1a983e37b318915") (revision "0")) base-commit: 059d38dc3f8b087f4a42df586daeb05761ee18d7 prerequisite-patch-id: 36ae907c0ae2cbc001f774c0514ab217855270c2 prerequisite-patch-id: a6fbbba39f5e1773da4f2b077a898f9a72930622 prerequisite-patch-id: 1cec3e6ed7a13938c53c24f816056d98b2b005c7 prerequisite-patch-id: 011ca6e0eaf4ea7077787d7030f193836c30aa82 prerequisite-patch-id: d1bed6e8da46c3d6f4017546f7a00c001e814fe1 prerequisite-patch-id: f85768858f3a8b1ef44b6e355dcd7f9254c07d24 prerequisite-patch-id: 2c99b804c1a929fc9d74b4c3d92263cbd296f785 prerequisite-patch-id: 2525aea715c2eb5be5f61e2e14296a36898413ca prerequisite-patch-id: f7afbf36e2776eced1e69090ec127a40456efca4 prerequisite-patch-id: ba73cf06ab2610e36d03df1f6b6a1c4b8f271cda -- 2.38.1 From unknown Fri Aug 15 21:23:53 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: florhizome@posteo.net Subject: bug#59723: closed (Re: bug#59723: [PATCH] Add yaru-theme) Message-ID: References: <875ydk3bb3.fsf@gnu.org> <3d49cfbd37be82ca4fccb2ef402705a74e13ac32.1669819734.git.florhizome@posteo.net> X-Gnu-PR-Message: they-closed 59723 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 59723@debbugs.gnu.org Date: Thu, 05 Jan 2023 21:46:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1672955162-8535-1" This is a multi-part message in MIME format... ------------=_1672955162-8535-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #59723: [PATCH] Add yaru-theme which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 59723@debbugs.gnu.org. --=20 59723: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D59723 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1672955162-8535-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 59723-done) by debbugs.gnu.org; 5 Jan 2023 21:45:47 +0000 Received: from localhost ([127.0.0.1]:53163 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pDY3X-0002D4-1X for submit@debbugs.gnu.org; Thu, 05 Jan 2023 16:45:47 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37174) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pDY3V-0002Cs-6a for 59723-done@debbugs.gnu.org; Thu, 05 Jan 2023 16:45:46 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pDY3P-00042h-UK; Thu, 05 Jan 2023 16:45:39 -0500 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=ejMGH+MMeLDyClOTATBLesw9cI57kENm+L7zRzu/2k8=; b=OD14JmjJUUpqEKHir97W 1mNO5ZVgjRw66RrfpQmHDK1JTc4VKuNAFPXYTbsoC2D3Q2673F2YtGrdJ704p6rgS6OSTDP38C9aH etzbzw/e6ci3kNEo5n9ZdUgZQSIMdXJ6+kGLFMFx5sH4MZtVFKFgNNJoijCQyr8I/56WZpIRAb1z5 bkEUA0xTQqsuI6Xhd+uVco/LnJzIOTHJSRtHola2gNVZp7LNJ/5uhyBSw6BA+FmhS9z1trr5uGxc4 H2JjMqNEqF8W1LQXSetNbfgtFSB8hXZ3ip8NtSXosz/O3/QIFRUAx+SNPc0Nmm1pnMiyx0eJ1qpNJ FsLRt1YvdvTF8w==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pDY3P-0003oK-Fl; Thu, 05 Jan 2023 16:45:39 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: florhizome@posteo.net Subject: Re: bug#59723: [PATCH] Add yaru-theme References: <3d49cfbd37be82ca4fccb2ef402705a74e13ac32.1669819734.git.florhizome@posteo.net> Date: Thu, 05 Jan 2023 22:45:36 +0100 In-Reply-To: <3d49cfbd37be82ca4fccb2ef402705a74e13ac32.1669819734.git.florhizome@posteo.net> (florhizome@posteo.net's message of "Wed, 30 Nov 2022 14:49:58 +0000") Message-ID: <875ydk3bb3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 59723-done Cc: 59723-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 (---) Hi, florhizome@posteo.net skribis: > From: florhizome > > * gnu/packages/gnome-xyz (yaru-theme): New variable Applied, thanks! ------------=_1672955162-8535-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Nov 2022 14:50:41 +0000 Received: from localhost ([127.0.0.1]:33221 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p0OQ5-00062X-2k for submit@debbugs.gnu.org; Wed, 30 Nov 2022 09:50:41 -0500 Received: from lists.gnu.org ([209.51.188.17]:46886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p0OQ2-00062R-Uw for submit@debbugs.gnu.org; Wed, 30 Nov 2022 09:50:40 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0OPj-0008CZ-1i for guix-patches@gnu.org; Wed, 30 Nov 2022 09:50:22 -0500 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0OPf-00068X-87 for guix-patches@gnu.org; Wed, 30 Nov 2022 09:50:17 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id EC25B24002D for ; Wed, 30 Nov 2022 15:50:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1669819811; bh=/77/uIlvESKBChLEOzI+FIx/zPVfMKDwqUDz9IxO2po=; h=From:To:Cc:Subject:Date:From; b=GZSYvDQ3iNZ62f3lg9nmN+Y6D0bz65f9GqUtjyEzNKf7QJ4CUEghKy1VzO7ZgwF2c Wfmloaf26l1WW3RM8z+N3IRwNLf5HZNsPUZICBvlIP+ySqGa5GB9KGpz5fw3NHVxiL pUVAWgdVN6dZ4LRig/avUnlxuxll+fpLk9OulpCVnCVOo9AxkpyK2zIF1wnoQu7+BL Vej6tcP89TPi+/fSpJ11w2zsuI15HpxpH4jS+LP8zRmX6jJYOXLHAWtqMURWAf+eKm 8b3NmrrWvXzsaEe5/g8RwN5qMOBlISc0JRLCGeKBcg/r69iFaUyI2C5S7UNgM9rvea MgUi59e2w0D9w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NMhvQ2vkKz6tm6; Wed, 30 Nov 2022 15:50:07 +0100 (CET) From: florhizome@posteo.net To: guix-patches@gnu.org Subject: [PATCH] Add yaru-theme Date: Wed, 30 Nov 2022 14:49:58 +0000 Message-Id: <3d49cfbd37be82ca4fccb2ef402705a74e13ac32.1669819734.git.florhizome@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=florhizome@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: florhizome 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: -2.3 (--) From: florhizome * gnu/packages/gnome-xyz (yaru-theme): New variable --- gnu/packages/gnome-xyz.scm | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 0368ccc223..d48925325a 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1526,6 +1526,47 @@ (define-public vala-language-server feature-set for programming Vala effectively.") (license license:lgpl2.1+))) + +(define-public yaru-theme + (package + (name "yaru-theme") + (version "22.10.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ubuntu/yaru") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f052a5cyf4lijyrdp4kjvxrx6d5fbj7109pi2bhxs9lk5jy8z86")))) + (build-system meson-build-system) + (native-inputs + (list python sassc pkg-config `(,glib "bin") `(,gtk+ "bin"))) + (arguments + (list #:configure-flags #~'("-Dmate=true" + "-Dmate-dark=true" + "-Dxfwm4=true" + "-Dmetacity=true" + "-Dsessions=false"))) + (home-page "https://github.com/ubuntu/yaru") + (synopsis "Ubuntu community theme yaru") + (description "Yaru is the default theme for Ubuntu. + +It contains: + +@itemize +@item a GNOME Shell theme based on the upstream GNOME shell theme +@item a light and dark GTK theme (gtk2 and gtk3) based on the upstream Adwaita + Gtk theme +@item an icon & cursor theme, derived from the Unity8 Suru icons and Suru icon + theme +@item a sound theme, combining sounds from the WoodenBeaver and Touch-Remix + sound themes. +@end itemize") + (license (list license:lgpl2.1 license:lgpl3 license:cc-by-sa4.0)))) + (define-public nordic-theme (let ((commit "07d764c5ebd5706e73d2e573f1a983e37b318915") (revision "0")) base-commit: 059d38dc3f8b087f4a42df586daeb05761ee18d7 prerequisite-patch-id: 36ae907c0ae2cbc001f774c0514ab217855270c2 prerequisite-patch-id: a6fbbba39f5e1773da4f2b077a898f9a72930622 prerequisite-patch-id: 1cec3e6ed7a13938c53c24f816056d98b2b005c7 prerequisite-patch-id: 011ca6e0eaf4ea7077787d7030f193836c30aa82 prerequisite-patch-id: d1bed6e8da46c3d6f4017546f7a00c001e814fe1 prerequisite-patch-id: f85768858f3a8b1ef44b6e355dcd7f9254c07d24 prerequisite-patch-id: 2c99b804c1a929fc9d74b4c3d92263cbd296f785 prerequisite-patch-id: 2525aea715c2eb5be5f61e2e14296a36898413ca prerequisite-patch-id: f7afbf36e2776eced1e69090ec127a40456efca4 prerequisite-patch-id: ba73cf06ab2610e36d03df1f6b6a1c4b8f271cda -- 2.38.1 ------------=_1672955162-8535-1--