GNU bug report logs - #61862
[PATCH 2/2] gnu: xfce4-notifyd: Update to 0.8.1.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Tue, 28 Feb 2023 06:24:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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 61862 in the body.
You can then email your comments to 61862 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61862; Package guix-patches. (Tue, 28 Feb 2023 06:24:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to iyzsong <at> envs.net:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 28 Feb 2023 06:24:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 2/2] gnu: xfce4-notifyd: Update to 0.8.1.
Date: Tue, 28 Feb 2023 14:23:03 +0800
From: 宋文武 <iyzsong <at> 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(-)

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))
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61862; Package guix-patches. (Tue, 28 Feb 2023 06:27:02 GMT) Full text and rfc822 format available.

Message #8 received at 61862 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 61862 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH v2] gnu: xfce4-notifyd: Update to 0.8.1.
Date: Tue, 28 Feb 2023 14:26:29 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.8.1.
[native-inputs]: Add xfce4-dev-tools.
---
 gnu/packages/xfce.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 716c32d1bb..a5f2d9de89 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,10 +1363,10 @@ (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))
+     (list intltool pkg-config xfce4-dev-tools))
     (inputs
      (list libxfce4ui libnotify sqlite xfce4-panel))
     (home-page "https://goodies.xfce.org/projects/applications/xfce4-notifyd")
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61862; Package guix-patches. (Mon, 06 Mar 2023 07:03:01 GMT) Full text and rfc822 format available.

Message #11 received at 61862 <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: bug#61862 <61862 <at> debbugs.gnu.org>
Subject: Re: bug#61862: [PATCH 2/2] gnu: xfce4-notifyd: Update to 0.8.1.
Date: Mon, 06 Mar 2023 15:02:34 +0800
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...




Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Sat, 01 Apr 2023 05:25:02 GMT) Full text and rfc822 format available.

Notification sent to iyzsong <at> envs.net:
bug acknowledged by developer. (Sat, 01 Apr 2023 05:25:02 GMT) Full text and rfc822 format available.

Message #16 received at 61862-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: bug#61862 <61862-done <at> debbugs.gnu.org>
Subject: Re: bug#61862: [PATCH 2/2] gnu: xfce4-notifyd: Update to 0.8.1.
Date: Sat, 01 Apr 2023 13:24:47 +0800
宋文武 <iyzsong <at> 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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 29 Apr 2023 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 361 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.