GNU bug report logs -
#77855
[PATCH core-updates] gnu: hicolor-icon-theme: Update to 0.18.
Previous Next
Reported by: Kurome <hunt31999 <at> gmail.com>
Date: Thu, 17 Apr 2025 00:06:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
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 77855 in the body.
You can then email your comments to 77855 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, noelopez <at> free.fr, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#77855
; Package
guix-patches
.
(Thu, 17 Apr 2025 00:06:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kurome <hunt31999 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, noelopez <at> free.fr, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
.
(Thu, 17 Apr 2025 00:06:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (hicolor-icon-theme): Update to 0.18.
[build-system]: Switch to meson-build-system.
[description]: Update with more details.
Change-Id: I26c186f96da7f5bad1c5707ab2e02cdf6a62bd45
---
gnu/packages/gnome.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d9ecfea832..f78f89b763 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3119,7 +3119,7 @@ (define-public system-config-printer
(define-public hicolor-icon-theme
(package
(name "hicolor-icon-theme")
- (version "0.17")
+ (version "0.18")
(source
(origin
(method url-fetch)
@@ -3127,15 +3127,15 @@ (define-public hicolor-icon-theme
"hicolor-icon-theme-" version ".tar.xz"))
(sha256
(base32
- "1n59i3al3zx6p90ff0l43gzpzmlqnzm6hf5cryxqrlbi48sq8x1i"))))
- (build-system gnu-build-system)
+ "1mw1rz1khlj30ywr1iiarx497zayyzwmrjnb8nxn9gx31al503nv"))))
+ (build-system meson-build-system)
(arguments
`(#:tests? #f)) ; no check target
(home-page "https://icon-theme.freedesktop.org/releases/")
(synopsis
"Freedesktop icon theme")
(description
- "Freedesktop icon theme.")
+ "The default fallback theme used by XDG icon-theme implementations.")
(license license:gpl2)))
(define-public libnotify
--
2.49.0
Changed bug title to '[PATCH core-updates] gnu: hicolor-icon-theme: Update to 0.18.' from '[PATCH] gnu: hicolor-icon-theme: Update to 0.18.'
Request was from
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Sun, 20 Apr 2025 13:52:06 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77855
; Package
guix-patches
.
(Sun, 27 Apr 2025 14:50:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 77855 <at> debbugs.gnu.org (full text, mbox):
Am Donnerstag, dem 17.04.2025 um 09:04 +0900 schrieb Kurome:
> * gnu/packages/gnome.scm (hicolor-icon-theme): Update to 0.18.
> [build-system]: Switch to meson-build-system.
> [description]: Update with more details.
>
> Change-Id: I26c186f96da7f5bad1c5707ab2e02cdf6a62bd45
> ---
> gnu/packages/gnome.scm | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index d9ecfea832..f78f89b763 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -3119,7 +3119,7 @@ (define-public system-config-printer
> (define-public hicolor-icon-theme
> (package
> (name "hicolor-icon-theme")
> - (version "0.17")
> + (version "0.18")
If you want this to go to master, then you should better use a graft.
hicolor-icon-theme is a gnome rebuild after all.
> (source
> (origin
> (method url-fetch)
> @@ -3127,15 +3127,15 @@ (define-public hicolor-icon-theme
> "hicolor-icon-theme-" version ".tar.xz"))
> (sha256
> (base32
> - "1n59i3al3zx6p90ff0l43gzpzmlqnzm6hf5cryxqrlbi48sq8x1i"))))
> - (build-system gnu-build-system)
> + "1mw1rz1khlj30ywr1iiarx497zayyzwmrjnb8nxn9gx31al503nv"))))
> + (build-system meson-build-system)
> (arguments
> `(#:tests? #f)) ; no check target
> (home-page "https://icon-theme.freedesktop.org/releases/")
> (synopsis
> "Freedesktop icon theme")
> (description
> - "Freedesktop icon theme.")
> + "The default fallback theme used by XDG icon-theme
> implementations.")
LGTM.
> (license license:gpl2)))
>
> (define-public libnotify
Cheers
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77855
; Package
guix-patches
.
(Sun, 27 Apr 2025 23:59:04 GMT)
Full text and
rfc822 format available.
Message #13 received at 77855 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Thank you for letting me know! i will try.
[Message part 2 (text/html, inline)]
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, noelopez <at> free.fr, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#77855
; Package
guix-patches
.
(Mon, 28 Apr 2025 03:37:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 77855 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (hicolor-icon-theme): Update to 0.18.
[build-system]: Switch to meson-build-system.
[description]: Update with more details.
Change-Id: I26c186f96da7f5bad1c5707ab2e02cdf6a62bd45
---
gnu/packages/gnome.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 86481705bb..6307e64d7d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3119,7 +3119,7 @@ (define-public system-config-printer
(define-public hicolor-icon-theme
(package
(name "hicolor-icon-theme")
- (version "0.17")
+ (version "0.18")
(source
(origin
(method url-fetch)
@@ -3127,15 +3127,15 @@ (define-public hicolor-icon-theme
"hicolor-icon-theme-" version ".tar.xz"))
(sha256
(base32
- "1n59i3al3zx6p90ff0l43gzpzmlqnzm6hf5cryxqrlbi48sq8x1i"))))
- (build-system gnu-build-system)
+ "1mw1rz1khlj30ywr1iiarx497zayyzwmrjnb8nxn9gx31al503nv"))))
+ (build-system meson-build-system)
(arguments
`(#:tests? #f)) ; no check target
(home-page "https://icon-theme.freedesktop.org/releases/")
(synopsis
"Freedesktop icon theme")
(description
- "Freedesktop icon theme.")
+ "The default fallback theme used by XDG icon-theme implementations.")
(license license:gpl2)))
(define-public libnotify
--
2.49.0
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Fri, 02 May 2025 12:06:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Kurome <hunt31999 <at> gmail.com>
:
bug acknowledged by developer.
(Fri, 02 May 2025 12:06:02 GMT)
Full text and
rfc822 format available.
Message #21 received at 77855-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Kurome <hunt31999 <at> gmail.com> writes:
> * gnu/packages/gnome.scm (hicolor-icon-theme): Update to 0.18.
> [build-system]: Switch to meson-build-system.
> [description]: Update with more details.
Pushed to the gnome-team branch.
--
Thanks,
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 31 May 2025 11:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.