1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-04 00:05:56 +02:00

gnu: Add pantheon-icons.

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

Change-Id: I6d90d0df364e34d4aad7da8c81cd414bcdf6212e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
altadil
2025-01-25 13:41:15 +00:00
committed by Ludovic Courtès
parent bcb772d7d0
commit 86fa215a4f
+28
View File
@@ -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