aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraltadil <Altadil@protonmail.com>2025-01-25 13:41:15 +0000
committerLudovic Courtès <ludo@gnu.org>2025-02-23 23:50:18 +0100
commit86fa215a4f6c36ab77ac0150d1ccd18256a721bc (patch)
treec2e4a79bfd62c598c60fe8e80c181c5b91886eac
parentbcb772d7d00346f97557040469d2d5021f5e80ba (diff)
downloadguix-86fa215a4f6c36ab77ac0150d1ccd18256a721bc.tar.gz
guix-86fa215a4f6c36ab77ac0150d1ccd18256a721bc.zip
gnu: Add pantheon-icons.
* gnu/packages/pantheon.scm (pantheon-icons): New variable. Change-Id: I6d90d0df364e34d4aad7da8c81cd414bcdf6212e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/pantheon.scm28
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index 95c7324546..adabe6e812 100644
--- a/gnu/packages/pantheon.scm
+++ b/gnu/packages/pantheon.scm
@@ -195,6 +195,34 @@ desktop.")
(synopsis "Desktop calendar")
(description "This package provides a desktop calendar app designed for
elementary OS.")
+ (license license:gpl3+)))
+
+(define-public pantheon-icons
+ (package
+ (name "pantheon-icons")
+ (version "8.1.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 "1yvjisvcjdpgibnc5l5cm16rw53zffinp1pvknlllz8wcdylqnss"))))
+ (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