unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72890] [PATCH] gnu: Add pantheon-stylesheet.
@ 2024-08-30  9:40 altadil via Guix-patches via
  2024-09-03 11:57 ` bug#72890: " jgart via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: altadil via Guix-patches via @ 2024-08-30  9:40 UTC (permalink / raw)
  To: 72890; +Cc: altadil

    * gnu/packages/pantheon.scm (pantheon-stylesheet): New variable.

Change-Id: I33b8d144198e8ef51631ed3050a2f9e3fb25c3a4
---
guix build --no-grafts --check --rounds=2 was run successfully
(on a Zen4 CPU) for the following values of --system=:
- x86_64-linux
- i686-linux
- aarch64-linux
- riscv64-linux

 gnu/packages/pantheon.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index eaaf70c624..3c551d778b 100644
--- a/gnu/packages/pantheon.scm
+++ b/gnu/packages/pantheon.scm
@@ -198,6 +198,28 @@ (define-public pantheon-photos
     (home-page "https://elementary.io/open-source")
     (license license:lgpl2.1+)))
 
+(define-public pantheon-stylesheet
+  (package
+    (name "pantheon-stylesheet")
+    (version "8.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/elementary/stylesheet")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1h8k75m9jrqxwq0py8hrqrsc83myrwpmnrwx05aljdyr6sys06k6"))))
+    (build-system meson-build-system)
+    (native-inputs (list gettext-minimal)) ;for msgfmt
+    (inputs (list sassc))
+    (synopsis "GTK stylesheet for the Pantheon desktop")
+    (description "pantheon-stylesheet is the GTK Stylesheet for the Pantheon
+desktop environment (originally from elementary OS).")
+    (home-page "https://elementary.io/open-source")
+    (license license:gpl3+)))
+
 (define-public pantheon-terminal
   (package
     (name "pantheon-terminal")
-- 
2.45.2






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

* bug#72890: [PATCH] gnu: Add pantheon-stylesheet.
  2024-08-30  9:40 [bug#72890] [PATCH] gnu: Add pantheon-stylesheet altadil via Guix-patches via
@ 2024-09-03 11:57 ` jgart via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2024-09-03 11:57 UTC (permalink / raw)
  To: 72890-done; +Cc: altadil


Thanks!
-- 
all the best,
jgart




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

end of thread, other threads:[~2024-09-03 11:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-30  9:40 [bug#72890] [PATCH] gnu: Add pantheon-stylesheet altadil via Guix-patches via
2024-09-03 11:57 ` bug#72890: " jgart via Guix-patches via

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