unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61662] [PATCH] gnu: Add postmarketos-theme.
@ 2023-02-20 19:58 conses
  2023-02-24 22:48 ` bug#61662: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: conses @ 2023-02-20 19:58 UTC (permalink / raw)
  To: 61662

* 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61662: [PATCH] gnu: Add postmarketos-theme.
  2023-02-20 19:58 [bug#61662] [PATCH] gnu: Add postmarketos-theme conses
@ 2023-02-24 22:48 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-02-24 22:48 UTC (permalink / raw)
  To: conses; +Cc: 61662-done

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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-24 22:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-20 19:58 [bug#61662] [PATCH] gnu: Add postmarketos-theme conses
2023-02-24 22:48 ` bug#61662: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).