xdotool installs a .pc file with /usr/local path in
"Zhang Wen" ([email protected] via blfs-dev Mailing List) <[email protected]> Sun, 2 Nov 2025 10:02:37 +0800
| Newsgroups | gmane.linux.lfs.beyond.devel |
|---|---|
| Message-ID | <CAKjfnjpp+EEVvV1q_tH6oeGhJ0fQzAhyW7z-mawnTGULa=jA0w@mail.gmail.com> |
The attached patch fixes this issue. Wonder if the xdotool package is actually used by other packages. -- Key fingerprint: 419F 72F3 F3A9 36EE 1B72 B00B C1C3 4BD4 FDA3 362F -- http://lists.linuxfromscratch.org/sympa/info/blfs-dev Unsubscribe: See the above information page
0001-fix-path-in-pc-file-of-xdotool.patch
(application/octet-stream, 774 B)
From 646dc11e5693effabeb094e8a60321415befc193 Mon Sep 17 00:00:00 2001 From: Zhang Wen <[email protected]> Date: Sun, 26 Oct 2025 13:57:49 +0800 Subject: [PATCH] fix path in pc file of xdotool --- general/sysutils/xdotool.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/general/sysutils/xdotool.xml b/general/sysutils/xdotool.xml index 9e93893438..5702b4d119 100644 --- a/general/sysutils/xdotool.xml +++ b/general/sysutils/xdotool.xml @@ -85,6 +85,12 @@ <screen><userinput>make WITHOUT_RPATH_FIX=1</userinput></screen> + <para> + Fix path in the pkgconfig file + </para> + +<screen><userinput>sed -ibk 's#/local##' libxdo.pc</userinput></screen> + <para> This package does not come with a test suite. </para> -- 2.50.1