From unknown Mon Jun 23 02:26:23 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78064] [PATCH 0/1] Add adw-gtk-theme. Resent-From: Gabriel Santos Original-Sender: "Debbugs-submit" Resent-CC: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com, noelopez@free.fr, vivien@planete-kraus.eu, guix-patches@gnu.org Resent-Date: Fri, 25 Apr 2025 18:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78064 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78064@debbugs.gnu.org Cc: Gabriel Santos , Liliana Marie Prikler , Maxim Cournoyer , =?UTF-8?Q?No=C3=A9?= Lopez , Vivien Kraus X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Liliana Marie Prikler , Maxim Cournoyer , =?UTF-8?Q?No=C3=A9?= Lopez , Vivien Kraus Received: via spool by submit@debbugs.gnu.org id=B.174560718128168 (code B ref -1); Fri, 25 Apr 2025 18:54:01 +0000 Received: (at submit) by debbugs.gnu.org; 25 Apr 2025 18:53:01 +0000 Received: from localhost ([127.0.0.1]:52981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u8OAX-0007KD-Ak for submit@debbugs.gnu.org; Fri, 25 Apr 2025 14:53:01 -0400 Received: from lists.gnu.org ([2001:470:142::17]:32902) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u8OAU-0007I5-LA for submit@debbugs.gnu.org; Fri, 25 Apr 2025 14:52:59 -0400 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 1u8OAI-0002hA-Oq for guix-patches@gnu.org; Fri, 25 Apr 2025 14:52:46 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1u8OAG-0000Dj-58 for guix-patches@gnu.org; Fri, 25 Apr 2025 14:52:46 -0400 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2AA3725A48; Fri, 25 Apr 2025 20:52:41 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id RKcXh2Xe7g6K; Fri, 25 Apr 2025 20:52:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1745607160; bh=U9LCeIhtEU3vzWaYgGRtWVK4Fe16VpxpoEY+BRR3ZYI=; h=From:To:Cc:Subject:Date; b=FipMH0PDTi8eqidzKV9RJChsMHpPPIt8+eweYJfOdo8ahbz8WiNf/9QD1Cnk/EvEt e7OsY2W/G60Nyx+T6laSzcVNAhiVGxHbhu2b22X269MIVNlApDgFSP73w9C/BMkGEW BACdHPT0vliHBvVpkmbdGcgKThpqn3OJ+/KfEcmB30oDFKCPmCQFFgpmZKDsET+qqb pRp/dNwrbciilF0P4jryyjnb6aXvDJVNLcvYdGbExvshiALzwW3qUPOeT41gdfFcsX M9w9ERuAoYz+EwSH48aeaydP4zVuGjE/WLG8AvPiUhwicDe63VaB/YMQLXdvOTT1kx w3PWjOG5LwqGg== From: Gabriel Santos Date: Fri, 25 Apr 2025 15:52:17 -0300 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=gabrielsantosdesouza@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) Greetings, This patch adds adw-gtk3[1]. It is a GTK 3 theme inspired on the current GTK 4 design. I'm submitting it as a package because I want it for theming. Looking at the other themes, I thought it would be appropriate to omit the mention of GTK 3 in the name of the package, leaving its name as "adw"(-gtk-theme). [1] Gabriel Santos (1): gnu: Add adw-gtk-theme. gnu/packages/gnome-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) base-commit: e042751c321b205166b9efa50a56442a7677cb1b -- 2.49.0 From unknown Mon Jun 23 02:26:23 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78064] [PATCH 1/1] gnu: Add adw-gtk-theme. References: In-Reply-To: Resent-From: Gabriel Santos Original-Sender: "Debbugs-submit" Resent-CC: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com, noelopez@free.fr, vivien@planete-kraus.eu, guix-patches@gnu.org Resent-Date: Fri, 25 Apr 2025 18:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 78064 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78064@debbugs.gnu.org Cc: Gabriel Santos , Liliana Marie Prikler , Maxim Cournoyer , =?UTF-8?Q?No=C3=A9?= Lopez , Vivien Kraus X-Debbugs-Original-Xcc: Liliana Marie Prikler , Maxim Cournoyer , =?UTF-8?Q?No=C3=A9?= Lopez , Vivien Kraus Received: via spool by 78064-submit@debbugs.gnu.org id=B78064.174560737729335 (code B ref 78064); Fri, 25 Apr 2025 18:57:02 +0000 Received: (at 78064) by debbugs.gnu.org; 25 Apr 2025 18:56:17 +0000 Received: from localhost ([127.0.0.1]:53030 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u8ODh-0007cz-08 for submit@debbugs.gnu.org; Fri, 25 Apr 2025 14:56:17 -0400 Received: from layka.disroot.org ([178.21.23.139]:50584) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1u8ODd-0007ci-Q8 for 78064@debbugs.gnu.org; Fri, 25 Apr 2025 14:56:14 -0400 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 7CE7425F62; Fri, 25 Apr 2025 20:56:12 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id LpCxGbrwjUEU; Fri, 25 Apr 2025 20:56:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1745607371; bh=b2hUDh6z+j/2SSjJqxXn8fYkLaNjnffvOuhvCkkPGWA=; h=From:To:Cc:Subject:Date; b=KRREpeEkgnRPxuPR/7QgN2bOQVyONvdtsHcmkk7EbiWB0resmdyBekHIkFBhLX8Sq EN12zqZAMDSo8pBQH0yV/b6HmTnNIZs2vGMGoMQoveDd8DLcVpDZRgPBqqfnBVtWqV gHHGxl1gKeO0ucvt4qne8cADRhA4sCsWx8wi1I21EjG7J+K8p6F7qjA8sKpoJBL5YP +5do/iAyYyWEXQ/ThzpH1i0Sc0hG1NWb7CUCuI4JYC5HYxTNlTWq2aEd9KR2s6GDPH vbCJC6B40ZiklKGxd98KmcJGJm0YqBaFjMs8CyYes78gIO+5AeHxRZYdKT4uN5V4gz Fh6EtGmE9P+sw== From: Gabriel Santos Date: Fri, 25 Apr 2025 15:55:02 -0300 Message-ID: <56332474183234ba7bb5cf718664d4044fee9e5a.1745607302.git.gabrielsantosdesouza@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) 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.0 (-) * gnu/packages/gnome-xyz.scm (adw-gtk-theme): New variable. Change-Id: I8931e066130e57446b2f6c669a9f6842ca8f7c27 --- gnu/packages/gnome-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 5351b043a3..4713e38072 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -25,6 +25,7 @@ ;;; Copyright © 2025 aurtzy ;;; Copyright © 2025 Ashvith Shetty ;;; Copyright © 2025 Maxim Cournoyer +;;; Copyright © 2025 Gabriel Santos ;;; ;;; This file is part of GNU Guix. ;;; @@ -86,6 +87,29 @@ (define-module (gnu packages gnome-xyz) #:use-module (gnu packages xml) #:use-module (gnu packages xorg)) +(define-public adw-gtk-theme + (package + (name "adw-gtk-theme") + (version "5.10") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/lassekongo83/adw-gtk3") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "19q180w1f9f35ldvl5r0kqfcxv1jaqf1dni5kfszagpg5f7qrrxi")))) + (build-system meson-build-system) + (native-inputs (list sassc)) + (synopsis "Unofficial GTK 3 port of libadwaita") + (description + "adw is a port of the GTK 4 design for the GTK 3 version. It enables +color customization by using the same color names as the ones for +@code{libadwaita}.") + (home-page "https://github.com/lassekongo83/adw-gtk3") + (license license:lgpl2.1))) + (define-public arc-icon-theme (package (name "arc-icon-theme") base-commit: e042751c321b205166b9efa50a56442a7677cb1b -- 2.49.0 From unknown Mon Jun 23 02:26:23 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78064] [PATCH 1/1] gnu: Add adw-gtk-theme. Resent-From: Gabriel Santos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 26 Apr 2025 17:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 78064 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78064@debbugs.gnu.org Received: via spool by 78064-submit@debbugs.gnu.org id=B78064.174568873320675 (code B ref 78064); Sat, 26 Apr 2025 17:33:02 +0000 Received: (at 78064) by debbugs.gnu.org; 26 Apr 2025 17:32:13 +0000 Received: from localhost ([127.0.0.1]:34670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u8jNs-0005NP-TD for submit@debbugs.gnu.org; Sat, 26 Apr 2025 13:32:13 -0400 Received: from layka.disroot.org ([178.21.23.139]:45850) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1u8jNo-0005N2-2V for 78064@debbugs.gnu.org; Sat, 26 Apr 2025 13:32:09 -0400 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 4571225EF0 for <78064@debbugs.gnu.org>; Sat, 26 Apr 2025 19:32:06 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id pTdQPMxrsWDQ for <78064@debbugs.gnu.org>; Sat, 26 Apr 2025 19:32:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1745688725; bh=83Hhx/xK9HZUhfzO6/6Iaw04aHRZLgbzEDAUqyWpMiQ=; h=Date:From:To:Subject:In-Reply-To:References; b=i4DRwCZxxlaC9ONIcz7PG8yKEriiKx3R+u5SMvRb/xWxou4QNBzoF8hy4hoH8q4e0 vXgMk/XyDKhKAZtxuQrqIG5rgpnS5ZCm85KRrHPKeKdnIwoKk00kc69uLIW9MsEqmJ wjISCEfQ8en0VDKYRzUO/LisrzkhmSyamYGWXP8v6aPi2NYpvScJOWZA4pkHkiYV+Q QhqthaXZ3iSAlJYRw0n7Rf5fEBOqtW6zMswCFRLfw3yl3PnLFEyEFDobJlVshb8ib0 i8ZqMDDvWVnOgJbYmlusbdGlgoOTGa7LS6HuBDQ/Frg10gWlz64ZyRW+91JFE6ofgx F0aGg9mhf/aIQ== Date: Sat, 26 Apr 2025 14:31:59 -0300 From: Gabriel Santos User-Agent: Thunderbird for Android In-Reply-To: <56332474183234ba7bb5cf718664d4044fee9e5a.1745607302.git.gabrielsantosdesouza@disroot.org> References: <56332474183234ba7bb5cf718664d4044fee9e5a.1745607302.git.gabrielsantosdesouza@disroot.org> Message-ID: <13CF64E7-179B-4E90-8195-66AFF3A5E668@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) 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.0 (-) There is a 6=2E0 version now, but it requires dart-sass instead of sassc, which we don't seem to have packaged=2E --=20 Gabriel Santos From unknown Mon Jun 23 02:26:23 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: Gabriel Santos Subject: bug#78064: closed (Re: [bug#78064] [PATCH 0/1] Add adw-gtk-theme.) Message-ID: References: <87y0vf4d2d.fsf@gmail.com> X-Gnu-PR-Message: they-closed 78064 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 78064@debbugs.gnu.org Date: Fri, 02 May 2025 08:45:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1746175502-5026-1" This is a multi-part message in MIME format... ------------=_1746175502-5026-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #78064: [PATCH 0/1] Add adw-gtk-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 78064@debbugs.gnu.org. --=20 78064: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D78064 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1746175502-5026-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 78064-done) by debbugs.gnu.org; 2 May 2025 08:44:23 +0000 Received: from localhost ([127.0.0.1]:56306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uAm0M-0001He-M8 for submit@debbugs.gnu.org; Fri, 02 May 2025 04:44:23 -0400 Received: from mail-pl1-x629.google.com ([2607:f8b0:4864:20::629]:44305) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1uAm0K-0001HO-Me for 78064-done@debbugs.gnu.org; Fri, 02 May 2025 04:44:21 -0400 Received: by mail-pl1-x629.google.com with SMTP id d9443c01a7336-223fb0f619dso20766055ad.1 for <78064-done@debbugs.gnu.org>; Fri, 02 May 2025 01:44:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1746175454; x=1746780254; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=GFPl/wxzB4QSSdA/bed2T4FzYTQjbrFgPyLwy2JdU0s=; b=gFw12A61AhJnj3CmkavEuSL4BnbHl8wSYGTUMq9bEuF6q2kUtgq1tohGyl5IJnoe5r 0rfoNJzLPZoFnya9Nw7OBT5qHI6oBEdjept0Ol7isBpV1YGU3CI9ByVp2FBbbU0hEDwU IlukgYxt79Gu25CiXwczb/Iczl6jlzKLfdlD0MVBkxRtj2jYXe4NSNRSLupNBE+i+HD3 dlz+V5c8+gFYN1xlZhVg/WmyjASnWESQNp9TcP3BvlEYwQeQAQUYcZ4+bQ6ZsG6IS3UL ERa/2fGwanEdDfCQHqN5dtGKKq3o6RStyjfW+N82NNdA/rLOYCKhBfmDVKw+VL9+cwqx FicA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1746175454; x=1746780254; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=GFPl/wxzB4QSSdA/bed2T4FzYTQjbrFgPyLwy2JdU0s=; b=S53XvCp3NENicphGKmyOvdHmCQZnYZfb81N64xxRX0nXg9UeM/qL62yWR3tvL9YIhD KTeJqGJeYmFKYAldFPds+YEq5fGjwE63aCXftWmSp1ku3QMvdrtah9i6AVBr8YJyjxWL l6YeRboKa3C5+PoV6LoxuKiEXySb47Bct6MP7tVyDc2Ly9dt9bnWVkQgiaO1dCB43cq0 WVN++8oWolg1PG3y9kUTMQDdXQOMmJntlnOcST1DGHsWkQmA/5ayhYMuyOksLEpuVdFL Ehs4uPuygqAQyhZ9b3qX17Nx5gEVY1nZUpA2Jkk/LHlkzn9rcXYOQeX7KWKKEA8ASpa5 +xpQ== X-Gm-Message-State: AOJu0Yw0MfRxRhUzux8+wcCxLvs+hawwMdhZ1QRCNz5kf7Dmp/0xnTPc s7x5gJD94Z/0ozCzBG3cG9+l3B8HWXCQaqJkEslFl17yJz61usB5 X-Gm-Gg: ASbGncsliwRg/KPt4Fn0hXvteV3iHZEuSZlGT5P1a/321BnljIcSz46p9KLFhLbYSW1 B+5OwzpUkWQKLilzYRLxVOQFTWnGOhgHRap5Qgfcata5Zcy/4KwMPsyEHiY87HE1qpDSdRUD7EH 9bnkybU/pOykEq60g0TK5s5PKzdWLApYw9t4+T0c1jhMDrF8Kxi/cgg6DaEgSXr0/lk4GZxZ+Dv 5t1TzLZiS7BmlkVNkajT67TmomSG5e7ZdhkH5O7mzQQ7uZtNMU91kGpXmouW/CeEHW/fXWXki3P Wpgm/scuX9/Jdg7ZRot8kCPs70gxWTK+aeiI/Vw= X-Google-Smtp-Source: AGHT+IGU6FgulBNLIdzU/+f9Am2XC/JFIXncoZJFf5c2NqxhxjaF934FOBthd1cDKcWfn8qI6eSkSw== X-Received: by 2002:a17:902:f64a:b0:224:b60:3cd3 with SMTP id d9443c01a7336-22e102ecf83mr37022875ad.19.1746175454441; Fri, 02 May 2025 01:44:14 -0700 (PDT) Received: from terra ([2405:6586:be0:0:83c8:d31d:2cec:f542]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-22e150eae2asm2319545ad.39.2025.05.02.01.44.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 02 May 2025 01:44:13 -0700 (PDT) From: Maxim Cournoyer To: Gabriel Santos Subject: Re: [bug#78064] [PATCH 0/1] Add adw-gtk-theme. In-Reply-To: (Gabriel Santos's message of "Fri, 25 Apr 2025 15:52:17 -0300") References: Date: Fri, 02 May 2025 17:44:10 +0900 Message-ID: <87y0vf4d2d.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78064-done Cc: =?utf-8?Q?No=C3=A9?= Lopez , 78064-done@debbugs.gnu.org, Vivien Kraus , Liliana Marie Prikler 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.0 (-) Hi! Gabriel Santos writes: > Greetings, > > This patch adds adw-gtk3[1]. It is a GTK 3 theme inspired on the current > GTK 4 design. I'm submitting it as a package because I want it for > theming. > > Looking at the other themes, I thought it would be appropriate to omit the > mention of GTK 3 in the name of the package, leaving its name as > "adw"(-gtk-theme). Neat! I think keeping 3 in the name makes sense, since this is the upstream name (info "(guix) Package Naming"), and also this is very much targeting GTK3 :-). I've renamed it and adjusted the license to read lgpl2.1+ (note the +, meaning or any later version), and pushed with commit 8f39ade0192. -- Thanks, Maxim ------------=_1746175502-5026-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 25 Apr 2025 18:53:01 +0000 Received: from localhost ([127.0.0.1]:52981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u8OAX-0007KD-Ak for submit@debbugs.gnu.org; Fri, 25 Apr 2025 14:53:01 -0400 Received: from lists.gnu.org ([2001:470:142::17]:32902) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u8OAU-0007I5-LA for submit@debbugs.gnu.org; Fri, 25 Apr 2025 14:52:59 -0400 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 1u8OAI-0002hA-Oq for guix-patches@gnu.org; Fri, 25 Apr 2025 14:52:46 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1u8OAG-0000Dj-58 for guix-patches@gnu.org; Fri, 25 Apr 2025 14:52:46 -0400 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2AA3725A48; Fri, 25 Apr 2025 20:52:41 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id RKcXh2Xe7g6K; Fri, 25 Apr 2025 20:52:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1745607160; bh=U9LCeIhtEU3vzWaYgGRtWVK4Fe16VpxpoEY+BRR3ZYI=; h=From:To:Cc:Subject:Date; b=FipMH0PDTi8eqidzKV9RJChsMHpPPIt8+eweYJfOdo8ahbz8WiNf/9QD1Cnk/EvEt e7OsY2W/G60Nyx+T6laSzcVNAhiVGxHbhu2b22X269MIVNlApDgFSP73w9C/BMkGEW BACdHPT0vliHBvVpkmbdGcgKThpqn3OJ+/KfEcmB30oDFKCPmCQFFgpmZKDsET+qqb pRp/dNwrbciilF0P4jryyjnb6aXvDJVNLcvYdGbExvshiALzwW3qUPOeT41gdfFcsX M9w9ERuAoYz+EwSH48aeaydP4zVuGjE/WLG8AvPiUhwicDe63VaB/YMQLXdvOTT1kx w3PWjOG5LwqGg== From: Gabriel Santos To: guix-patches@gnu.org Subject: [PATCH 0/1] Add adw-gtk-theme. Date: Fri, 25 Apr 2025 15:52:17 -0300 Message-ID: MIME-Version: 1.0 X-Debbugs-Cc: Liliana Marie Prikler , Maxim Cournoyer , Noé Lopez , Vivien Kraus Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=gabrielsantosdesouza@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Gabriel Santos 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: -0.1 (/) Greetings, This patch adds adw-gtk3[1]. It is a GTK 3 theme inspired on the current GTK 4 design. I'm submitting it as a package because I want it for theming. Looking at the other themes, I thought it would be appropriate to omit the mention of GTK 3 in the name of the package, leaving its name as "adw"(-gtk-theme). [1] Gabriel Santos (1): gnu: Add adw-gtk-theme. gnu/packages/gnome-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) base-commit: e042751c321b205166b9efa50a56442a7677cb1b -- 2.49.0 ------------=_1746175502-5026-1-- From unknown Mon Jun 23 02:26:23 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78064] [PATCH 0/1] Add adw-gtk-theme. Resent-From: Gabriel Santos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 02 May 2025 10:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 78064 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer Cc: =?UTF-8?Q?No=C3=A9?= Lopez , 78064-done@debbugs.gnu.org, Vivien Kraus , Liliana Marie Prikler Received: via spool by 78064-done@debbugs.gnu.org id=D78064.174618059922422 (code D ref 78064); Fri, 02 May 2025 10:10:02 +0000 Received: (at 78064-done) by debbugs.gnu.org; 2 May 2025 10:09:59 +0000 Received: from localhost ([127.0.0.1]:56636 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uAnLD-0005pa-8d for submit@debbugs.gnu.org; Fri, 02 May 2025 06:09:59 -0400 Received: from layka.disroot.org ([178.21.23.139]:53302) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1uAnL7-0005pH-Qm for 78064-done@debbugs.gnu.org; Fri, 02 May 2025 06:09:56 -0400 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id D5AE52053B; Fri, 2 May 2025 12:09:51 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id 1-aZmWPy2476; Fri, 2 May 2025 12:09:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1746180587; bh=0//F3mxGoYCqvsCCxGx1fAH2m7PdXTYlqtX3YbzAnyY=; h=Date:From:To:CC:Subject:In-Reply-To:References; b=XPI2HtsAcDxChoQUjz2iszQgtX4QCH/lbl8d1Lm0G9nOTTaQld5MS2vZ4Xm18kdYU VZ/ML/+cOlOGiLWX/hhm0nwq4IF7Xx47hpqKgvSQ2AxJk8aV832shBiGky/kHuFzEQ oZvbMp5hmDLJ68EOkN1qfPyhUboRo3OJe9r5RrgzaOItqEprLEG+A5851ig4b5Mb0h VKUQ8G+3UlNdXKDmQKcdeTp1/9UIIk+LkBLmYeyU21WEOQ8aHniPeKMu3elA4LYXRA 2/fqLlYp28OkW4G8eQQQRvQr+WiLEBVRG7zPk8UB/3BHD/Xmvme0ZPAGYMeOBGKVx5 xSaqb9/SjfIbA== Date: Fri, 02 May 2025 07:01:21 -0300 From: Gabriel Santos User-Agent: Thunderbird for Android In-Reply-To: <87y0vf4d2d.fsf@gmail.com> References: <87y0vf4d2d.fsf@gmail.com> Message-ID: <150B152A-A587-443D-BE01-AC0371CE9224@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) 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.0 (-) Em 2 de maio de 2025 05:44:10 BRT, Maxim Cournoyer escreveu: >Hi! > >Gabriel Santos writes: > >> Greetings, >> >> This patch adds adw-gtk3[1]=2E It is a GTK 3 theme inspired on the curr= ent >> GTK 4 design=2E I'm submitting it as a package because I want it for >> theming=2E >> >> Looking at the other themes, I thought it would be appropriate to omit = the >> mention of GTK 3 in the name of the package, leaving its name as >> "adw"(-gtk-theme)=2E > >Neat! I think keeping 3 in the name makes sense, since this is the >upstream name (info "(guix) Package Naming"), and also this is very much >targeting GTK3 :-)=2E I've renamed it and adjusted the license to read >lgpl2=2E1+ (note the +, meaning or any later version), and pushed with >commit 8f39ade0192=2E > Thank you! I added a deprecation notice[1] to my channel to reflect these changes=2E [1] --=20 Gabriel Santos