[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75146] [PATCH v3 03/16] gnu: xfce4-dev-tools: Fix XDT_CHECK_PACKAGE
From: |
iyzsong |
Subject: |
[bug#75146] [PATCH v3 03/16] gnu: xfce4-dev-tools: Fix XDT_CHECK_PACKAGE_BINARY for non-absolute paths. |
Date: |
Mon, 30 Dec 2024 22:21:48 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-dev-tools)[arguments]: Add
'fix-XDT_CHECK_PACKAGE_BINARY phase.
Change-Id: I944428764b821da2958b42df3ae743e79f25ce0e
---
gnu/packages/xfce.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 83d78bfc19..7c1f9cf3a8 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2325,6 +2325,15 @@ (define-public xfce4-dev-tools
(arguments
(list
#:configure-flags #~(list "--enable-maintainer-mode"))) ;for
xdt-csource.1
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'configure 'fix-XDT_CHECK_PACKAGE_BINARY
+ (lambda _
+ (substitute* "m4macros/xdt-depends.m4"
+ ;; Our pkg-config doesn't report absolute paths for this
+ ;; executable check.
+ (("-a -x \"\\$\\$1\"")
+ "-a -x `command -v \"$$1\"`")))))))
(native-inputs (list autoconf
automake
docbook-xsl
--
2.46.0
- [bug#75146] [PATCH v1 14/15] gnu: xfce4-clipman-plugin: Update to 1.6.7., (continued)
- [bug#75146] [PATCH v3 01/16] gnu: xfce4-dev-tools: Switch to git source., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 02/16] gnu: xfce4-dev-tools: Add more propagated inputs., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 04/16] gnu: libxfce4util: Switch to git source., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 03/16] gnu: xfce4-dev-tools: Fix XDT_CHECK_PACKAGE_BINARY for non-absolute paths.,
iyzsong <=
- [bug#75146] [PATCH v3 06/16] gnu: libxfce4ui: Switch to git source., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 10/16] gnu: tumbler: Switch to git source., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 07/16] gnu: libxfce4windowing: Switch to git source., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 08/16] gnu: exo: Switch to git source., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 09/16] gnu: garcon: Switch to git source., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 12/16] gnu: xfce4-battery-plugin: Update to 1.1.6., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 13/16] gnu: xfce4-clipman-plugin: Update to 1.6.7., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 05/16] gnu: xfconf: Switch to git source., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 11/16] gnu: xfce4-panel: Switch to git source., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 15/16] gnu: elementary-xfce-icon-theme: Use new style., iyzsong, 2024/12/30