From: altadil via Guix-patches via <guix-patches@gnu.org>
To: 73226@debbugs.gnu.org
Cc: altadil <altadil@protonmail.com>
Subject: [bug#73226] [PATCH] gnu: Add pantheon-icons.
Date: Fri, 13 Sep 2024 11:52:27 +0000 [thread overview]
Message-ID: <20240913115216.29824-1-altadil@protonmail.com> (raw)
* gnu/packages/pantheon.scm (pantheon-icons): New variable.
Change-Id: I52b1a1f972964497d0a31727742b83cb0a26b0e4
---
guix build --no-grafts --check --rounds=2 ran successfully for
--system=x86_64-linux and aarch64-linux.
gnu/packages/pantheon.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index 9268aff292..1c01893a03 100644
--- a/gnu/packages/pantheon.scm
+++ b/gnu/packages/pantheon.scm
@@ -196,6 +196,34 @@ (define-public pantheon-calendar
elementary OS.")
(license license:gpl3)))
+(define-public pantheon-icons
+ (package
+ (name "pantheon-icons")
+ (version "8.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/elementary/icons")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "04riisdq3fq6n7m0p0l0zq48np2sfwahi9f4xx471y7p9n091y8h"))))
+ (build-system meson-build-system)
+ (arguments
+ (list #:configure-flags #~(list "-Dvolume_icons=false"
+ "-Dpalettes=false")))
+ (native-inputs (list gettext-minimal ;for msgfmt
+ librsvg
+ xcursorgen))
+ (propagated-inputs (list hicolor-icon-theme))
+ (synopsis "Named, vector icons for the pantheon desktop")
+ (description
+ "pantheon-icons is an original set of vector icons designed
+for elementary OS and its desktop environment: Pantheon.")
+ (home-page "https://elementary.io/open-source")
+ (license license:gpl3)))
+
(define-public pantheon-photos
(package
(name "pantheon-photos")
--
2.46.0
reply other threads:[~2024-09-13 11:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240913115216.29824-1-altadil@protonmail.com \
--to=guix-patches@gnu.org \
--cc=73226@debbugs.gnu.org \
--cc=altadil@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).