GNU bug report logs -
#73226
[PATCH] gnu: Add pantheon-icons.
Previous Next
Reported by: altadil <Altadil <at> protonmail.com>
Date: Fri, 13 Sep 2024 11:53: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 73226 in the body.
You can then email your comments to 73226 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#73226
; Package
guix-patches
.
(Fri, 13 Sep 2024 11:53:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
altadil <Altadil <at> protonmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 13 Sep 2024 11:53:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73226
; Package
guix-patches
.
(Sat, 25 Jan 2025 13:42:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 73226 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/pantheon.scm (pantheon-icons): New variable.
Change-Id: I6d90d0df364e34d4aad7da8c81cd414bcdf6212e
---
New patch to use latest version from upstream.
gnu/packages/pantheon.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index 9268aff292..796ecedd5a 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.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
(package
(name "pantheon-photos")
--
2.47.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Sun, 23 Feb 2025 22:46:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
altadil <Altadil <at> protonmail.com>
:
bug acknowledged by developer.
(Sun, 23 Feb 2025 22:46:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 73226-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
altadil <Altadil <at> protonmail.com> skribis:
> * gnu/packages/pantheon.scm (pantheon-icons): New variable.
>
> Change-Id: I6d90d0df364e34d4aad7da8c81cd414bcdf6212e
Hi! Applied with the change below.
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index be797763b69..adabe6e8127 100644
--- a/gnu/packages/pantheon.scm
+++ b/gnu/packages/pantheon.scm
@@ -195,7 +195,7 @@ (define-public pantheon-calendar
(synopsis "Desktop calendar")
(description "This package provides a desktop calendar app designed for
elementary OS.")
- (license license:gpl3)))
+ (license license:gpl3+)))
(define-public pantheon-icons
(package
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 24 Mar 2025 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 89 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.