diff mbox series

[bug#61862,2/2] gnu: xfce4-notifyd: Update to 0.8.1.

Message ID 20230228062303.29713-2-iyzsong@envs.net
State New
Headers show
Series [bug#61863,1/2] gnu: thunar: Update to 4.18.4. | expand

Commit Message

iyzsong--- via Guix-patches via Feb. 28, 2023, 6:23 a.m. UTC
From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.8.1.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

宋文武 March 6, 2023, 7:02 a.m. UTC | #1
version 0.8.2 is out, but update it will fail with unable to find
gdbus-codegen, glib-compile-resources and glib-genmarshal.

the configure script of 0.8.2 now use `pkg-config --variable
gdbus_codegen gio-2.0` to find the absolute path of 'gdbus-codegen',
while our glib patched out ${bindir} to leave only the executable
part...
宋文武 April 1, 2023, 5:24 a.m. UTC | #2
宋文武 <iyzsong@envs.net> writes:

> version 0.8.2 is out, but update it will fail with unable to find
> gdbus-codegen, glib-compile-resources and glib-genmarshal.

New patch in #62580.  Close this now.
diff mbox series

Patch

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 716c32d1bb..c8386e11a6 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1355,7 +1355,7 @@  (define-public orage
 (define-public xfce4-notifyd
   (package
     (name "xfce4-notifyd")
-    (version "0.8.0")
+    (version "0.8.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1363,7 +1363,7 @@  (define-public xfce4-notifyd
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1jcmcjq2kay9kmzd5j5l8kasrzqb7aidp26q4nbmxghxxa3ncyf7"))))
+                "00nl8yj7m9y6fvxqrjamy57wig91mdfnar34bi01jwz6pkbiy9mj"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list intltool pkg-config))