GNU bug report logs - #78064
[PATCH 0/1] Add adw-gtk-theme.

Previous Next

Package: guix-patches;

Reported by: Gabriel Santos <gabrielsantosdesouza <at> disroot.org>

Date: Fri, 25 Apr 2025 18:54:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 78064 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, noelopez <at> free.fr, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#78064; Package guix-patches. (Fri, 25 Apr 2025 18:54:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gabriel Santos <gabrielsantosdesouza <at> disroot.org>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, noelopez <at> free.fr, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org. (Fri, 25 Apr 2025 18:54:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Gabriel Santos <gabrielsantosdesouza <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Gabriel Santos <gabrielsantosdesouza <at> disroot.org>
Subject: [PATCH 0/1] Add adw-gtk-theme.
Date: Fri, 25 Apr 2025 15:52:17 -0300
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] <https://github.com/lassekongo83/adw-gtk3>

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





Information forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, noelopez <at> free.fr, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#78064; Package guix-patches. (Fri, 25 Apr 2025 18:57:02 GMT) Full text and rfc822 format available.

Message #8 received at 78064 <at> debbugs.gnu.org (full text, mbox):

From: Gabriel Santos <gabrielsantosdesouza <at> disroot.org>
To: 78064 <at> debbugs.gnu.org
Cc: Gabriel Santos <gabrielsantosdesouza <at> disroot.org>
Subject: [PATCH 1/1] gnu: Add adw-gtk-theme.
Date: Fri, 25 Apr 2025 15:55:02 -0300
* 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 <aurtzy <at> gmail.com>
 ;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010 <at> zohomail.in>
 ;;; Copyright © 2025 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
+;;; Copyright © 2025 Gabriel Santos <gabrielsantosdesouza <at> disroot.org>
 ;;;
 ;;; 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





Information forwarded to guix-patches <at> gnu.org:
bug#78064; Package guix-patches. (Sat, 26 Apr 2025 17:33:02 GMT) Full text and rfc822 format available.

Message #11 received at 78064 <at> debbugs.gnu.org (full text, mbox):

From: Gabriel Santos <gabrielsantosdesouza <at> disroot.org>
To: 78064 <at> debbugs.gnu.org
Subject: Re: [PATCH 1/1] gnu: Add adw-gtk-theme.
Date: Sat, 26 Apr 2025 14:31:59 -0300
There is a 6.0 version now, but it requires dart-sass instead of sassc,
which we don't seem to have packaged.

-- 
Gabriel Santos




This bug report was last modified 2 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.