[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/30: gnu: xfce4-notifyd: Update to 0.9.4.
From: |
guix-commits |
Subject: |
24/30: gnu: xfce4-notifyd: Update to 0.9.4. |
Date: |
Tue, 19 Mar 2024 07:12:10 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 053b202b292cc45aca22575c878108122aeeee87
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Mar 16 11:47:31 2024 +0800
gnu: xfce4-notifyd: Update to 0.9.4.
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.9.4.
[arguments]: Patch "configure" script for "glib-mkenums".
Change-Id: I67a455b620f60ad0419c1071fbf8672a619528da
---
gnu/packages/xfce.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 48bb1722c2..ba885647a0 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1388,7 +1388,7 @@ several different time zones.")
(define-public xfce4-notifyd
(package
(name "xfce4-notifyd")
- (version "0.8.2")
+ (version "0.9.4")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1396,7 +1396,7 @@ several different time zones.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "115fy87lcn9scwx52kjs0g250q2d3r10sahl6l8l38fs13dqm8p3"))))
+ "063qxbcy8djijsb0clzkai3mwg43mmlswwrg403vsi2w0n614v5f"))))
(build-system glib-or-gtk-build-system)
(arguments
(list #:phases
@@ -1409,7 +1409,9 @@ several different time zones.")
(("\\$PKG_CONFIG --variable=glib_compile_resources
gio-2.0")
"which glib-compile-resources")
(("\\$PKG_CONFIG --variable=glib_genmarshal glib-2.0")
- "which glib-genmarshal")))))))
+ "which glib-genmarshal")
+ (("\\$PKG_CONFIG --variable=glib_mkenums glib-2.0")
+ "which glib-mkenums")))))))
(native-inputs
(list intltool pkg-config (list glib "bin") which))
(inputs
- 04/30: gnu: quickjs: Honor the #:tests? flag., (continued)
- 04/30: gnu: quickjs: Honor the #:tests? flag., guix-commits, 2024/03/19
- 06/30: gnu: sxhkd: Use Gexps., guix-commits, 2024/03/19
- 25/30: gnu: mousepad: Update to 0.6.2., guix-commits, 2024/03/19
- 19/30: gnu: thunar-media-tags-plugin: Update to 0.4.0., guix-commits, 2024/03/19
- 22/30: gnu: xfce4-dict: Update to 0.8.6., guix-commits, 2024/03/19
- 08/30: gnu: bspwm: Use Gexps., guix-commits, 2024/03/19
- 11/30: gnu: spdlog: Fix cross-compilation., guix-commits, 2024/03/19
- 15/30: gnu: a2jmidid: Fix build for riscv64-linux., guix-commits, 2024/03/19
- 17/30: gnu: xfce4-pulseaudio-plugin: Update to 0.4.8., guix-commits, 2024/03/19
- 18/30: gnu: thunar-archive-plugin: Update to 0.5.2., guix-commits, 2024/03/19
- 24/30: gnu: xfce4-notifyd: Update to 0.9.4.,
guix-commits <=
- 27/30: gnu: xfce4-screensaver: Update to 4.18.3., guix-commits, 2024/03/19
- 28/30: gnu: xfce4-genmon-plugin: Update to 4.2.0., guix-commits, 2024/03/19
- 03/30: gnu: quickjs: Use G-expressions., guix-commits, 2024/03/19
- 07/30: gnu: sxhkd: Remove asciidoc from inputs., guix-commits, 2024/03/19
- 09/30: gnu: bspwm: Fix cross-compilation., guix-commits, 2024/03/19
- 13/30: services: sddm: Add extension for localed-service-type., guix-commits, 2024/03/19
- 16/30: gnu: xfce4-clipman-plugin: Update to 1.6.6., guix-commits, 2024/03/19
- 23/30: gnu: xfce4-taskmanager: Update to 1.5.7., guix-commits, 2024/03/19
- 30/30: gnu: xfce4-cpugraph-plugin: Update to 1.2.10., guix-commits, 2024/03/19
- 26/30: gnu: xfce4-screenshooter: Update to 1.10.5., guix-commits, 2024/03/19