* [bug#67423] [PATCH gnome-team] gnu: libnotify: Update to 0.8.3.
@ 2023-11-23 23:37 Vivien Kraus via Guix-patches via
2023-11-24 5:16 ` Liliana Marie Prikler
0 siblings, 1 reply; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-23 23:37 UTC (permalink / raw)
To: 67423; +Cc: rg, liliana.prikler, maxim.cournoyer
* gnu/packages/gnome.scm (libnotify): Update to 0.8.3.
[native-inputs]: Add gi-docgen.
[home-page]: Update.
Change-Id: Iba93cbb21d14a2e3c040daf62f42232bbb8ad808
---
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 194a443484..b68c30b1f4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3030,7 +3030,7 @@ (define-public hicolor-icon-theme
(define-public libnotify
(package
(name "libnotify")
- (version "0.7.9")
+ (version "0.8.3")
(source
(origin
(method url-fetch)
@@ -3039,7 +3039,7 @@ (define-public libnotify
name "-" version ".tar.xz"))
(sha256
(base32
- "0qa7cx6ra5hwqnxw95b9svgjg5q6ynm8y843iqjszxvds5z53h36"))))
+ "1h7nn9pz797bfmpz3d0s46yjv4ydppnzwifzdx0d6shm8vwkx3zf"))))
(build-system meson-build-system)
(arguments
(list
@@ -3063,10 +3063,11 @@ (define-public libnotify
gobject-introspection
;; For the documentation.
+ gi-docgen
gtk-doc/stable
libxslt
docbook-xsl))
- (home-page "https://developer-next.gnome.org/libnotify/")
+ (home-page "https://gitlab.gnome.org/GNOME/libnotify/")
(synopsis "GNOME desktop notification library")
(description
"Libnotify is a library that sends desktop notifications to a
base-commit: 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93
--
2.41.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#67423] [PATCH gnome-team] gnu: libnotify: Update to 0.8.3.
2023-11-23 23:37 [bug#67423] [PATCH gnome-team] gnu: libnotify: Update to 0.8.3 Vivien Kraus via Guix-patches via
@ 2023-11-24 5:16 ` Liliana Marie Prikler
2023-11-24 22:25 ` Vivien Kraus via Guix-patches via
0 siblings, 1 reply; 5+ messages in thread
From: Liliana Marie Prikler @ 2023-11-24 5:16 UTC (permalink / raw)
To: Vivien Kraus, 67423; +Cc: rg, maxim.cournoyer
Am Freitag, dem 24.11.2023 um 00:37 +0100 schrieb Vivien Kraus:
> * gnu/packages/gnome.scm (libnotify): Update to 0.8.3.
> [native-inputs]: Add gi-docgen.
> [home-page]: Update.
>
> Change-Id: Iba93cbb21d14a2e3c040daf62f42232bbb8ad808
> ---
That's a mid-size rebuild. Please add it to our world rebuilds.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#67423] [PATCH gnome-team] gnu: libnotify: Update to 0.8.3.
2023-11-24 5:16 ` Liliana Marie Prikler
@ 2023-11-24 22:25 ` Vivien Kraus via Guix-patches via
2023-11-24 22:52 ` Liliana Marie Prikler
0 siblings, 1 reply; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-24 22:25 UTC (permalink / raw)
To: Liliana Marie Prikler, 67423; +Cc: rg, maxim.cournoyer
Le vendredi 24 novembre 2023 à 06:16 +0100, Liliana Marie Prikler a
écrit :
> That's a mid-size rebuild. Please add it to our world rebuilds.
I’m not sure what that means. What am I expected to do?
Vivien
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#67423] [PATCH gnome-team] gnu: libnotify: Update to 0.8.3.
2023-11-24 22:25 ` Vivien Kraus via Guix-patches via
@ 2023-11-24 22:52 ` Liliana Marie Prikler
2023-11-24 22:55 ` Vivien Kraus via Guix-patches via
0 siblings, 1 reply; 5+ messages in thread
From: Liliana Marie Prikler @ 2023-11-24 22:52 UTC (permalink / raw)
To: Vivien Kraus, 67423; +Cc: rg, maxim.cournoyer
Am Freitag, dem 24.11.2023 um 23:25 +0100 schrieb Vivien Kraus:
> Le vendredi 24 novembre 2023 à 06:16 +0100, Liliana Marie Prikler a
> écrit :
> > That's a mid-size rebuild. Please add it to our world rebuilds.
>
> I’m not sure what that means. What am I expected to do?
Gather all the packages that require a lot of rebuilds and submit them
as a single series. That includes the GTK stuff submitted earlier, as
well as this one and probably some others.
Cheers
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#67423] [PATCH gnome-team] gnu: libnotify: Update to 0.8.3.
2023-11-24 22:52 ` Liliana Marie Prikler
@ 2023-11-24 22:55 ` Vivien Kraus via Guix-patches via
0 siblings, 0 replies; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-24 22:55 UTC (permalink / raw)
To: Liliana Marie Prikler, 67423; +Cc: rg, maxim.cournoyer
Le vendredi 24 novembre 2023 à 23:52 +0100, Liliana Marie Prikler a
écrit :
> Gather all the packages that require a lot of rebuilds and submit
> them
> as a single series. That includes the GTK stuff submitted earlier,
> as
> well as this one and probably some others.
Oh, I see!
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-11-24 22:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-23 23:37 [bug#67423] [PATCH gnome-team] gnu: libnotify: Update to 0.8.3 Vivien Kraus via Guix-patches via
2023-11-24 5:16 ` Liliana Marie Prikler
2023-11-24 22:25 ` Vivien Kraus via Guix-patches via
2023-11-24 22:52 ` Liliana Marie Prikler
2023-11-24 22:55 ` Vivien Kraus via Guix-patches via
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).