emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61662: closed ([PATCH] gnu: Add postmarketos-theme.)


From: GNU bug Tracking System
Subject: bug#61662: closed ([PATCH] gnu: Add postmarketos-theme.)
Date: Fri, 24 Feb 2023 22:49:02 +0000

Your message dated Fri, 24 Feb 2023 23:48:28 +0100
with message-id <87fsau1xz7.fsf@gnu.org>
and subject line Re: bug#61662: [PATCH] gnu: Add postmarketos-theme.
has caused the debbugs.gnu.org bug report #61662,
regarding [PATCH] gnu: Add postmarketos-theme.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61662: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61662
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add postmarketos-theme. Date: Mon, 20 Feb 2023 20:58:46 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
* gnu/packages/gnome-xyz.scm (postmarketos-theme): New variable.
---
 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 f25cf446d7..ff9bec95d4 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1436,6 +1436,30 @@ (define-public orchis-theme
                    license:lgpl2.1         ; Some style sheets.
                    license:cc-by-sa4.0)))) ; Some icons
 
+(define-public postmarketos-theme
+  (package
+    (name "postmarketos-theme")
+    (version "0.6.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://gitlab.com/postmarketOS/postmarketos-theme";)
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "09in7737cirmw2c0ac40ac29szfgdva6q0zl32mdi12marybd2g5"))))
+    (build-system meson-build-system)
+    (native-inputs (list sassc))
+    (home-page "https://gitlab.com/postmarketOS/postmarketos-theme";)
+    (synopsis "PostmarketOS themed themes")
+    (description
+     "@code{postmarketos-theme} contains a GTK3 and GTK4 theme which is
+based on Adwaita but replaces the standard blue highlights in the theme with
+postmarketOS green.  There's also the oled and paper variants of the theme 
that are completely
+black and completely white.")
+    (license license:gpl2)))
+
 (define-public eiciel
   (package
     (name "eiciel")
-- 
2.39.1



-- 
Best regards,
conses



--- End Message ---
--- Begin Message --- Subject: Re: bug#61662: [PATCH] gnu: Add postmarketos-theme. Date: Fri, 24 Feb 2023 23:48:28 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

conses <contact@conses.eu> skribis:

> * gnu/packages/gnome-xyz.scm (postmarketos-theme): New variable.

[...]

> +    (license license:gpl2)))

Changes to ‘lgpl2.0+’, based on ‘COPYING’, and applied.

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]