GNU bug report logs - #61662
[PATCH] gnu: Add postmarketos-theme.

Previous Next

Package: guix-patches;

Reported by: conses <contact <at> conses.eu>

Date: Mon, 20 Feb 2023 19:59:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61662 in the body.
You can then email your comments to 61662 AT debbugs.gnu.org in the normal way.

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

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


Report forwarded to guix-patches <at> gnu.org:
bug#61662; Package guix-patches. (Mon, 20 Feb 2023 19:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to conses <contact <at> conses.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 20 Feb 2023 19:59:02 GMT) Full text and rfc822 format available.

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

From: conses <contact <at> conses.eu>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add postmarketos-theme.
Date: Mon, 20 Feb 2023 20:58:46 +0100
* 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




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 24 Feb 2023 22:49:01 GMT) Full text and rfc822 format available.

Notification sent to conses <contact <at> conses.eu>:
bug acknowledged by developer. (Fri, 24 Feb 2023 22:49:02 GMT) Full text and rfc822 format available.

Message #10 received at 61662-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: conses <contact <at> conses.eu>
Cc: 61662-done <at> debbugs.gnu.org
Subject: Re: bug#61662: [PATCH] gnu: Add postmarketos-theme.
Date: Fri, 24 Feb 2023 23:48:28 +0100
Hi,

conses <contact <at> 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’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 25 Mar 2023 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 4 days ago.

Previous Next


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