Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e38bff0ecb09abc16aff1d17aa3f0f5b45c87685)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e38bff0ecb09abc16aff1d17aa3f0f5b45c87685)
  • Date: Mon, 17 Jul 2023 02:02:55 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

archive/xz-utils/HISTORY | 3 +++
archive/xz-utils/PRE_BUILD | 6 +++++-
2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit e38bff0ecb09abc16aff1d17aa3f0f5b45c87685
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

archive/xz-utils: fixed installation of .pc file

diff --git a/archive/xz-utils/HISTORY b/archive/xz-utils/HISTORY
index d40a2bc..d75971b 100644
--- a/archive/xz-utils/HISTORY
+++ b/archive/xz-utils/HISTORY
@@ -1,3 +1,6 @@
+2023-07-16 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: .pc file now goes to ${INSTALL_ROOT}/usr/lib/pkgconfig
+
2023-05-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 5.4.3
* 69184620.gpg -> xz.gpg: replaced with new keyring containing the
key,
diff --git a/archive/xz-utils/PRE_BUILD b/archive/xz-utils/PRE_BUILD
index f80ee7d..4f1adc8 100755
--- a/archive/xz-utils/PRE_BUILD
+++ b/archive/xz-utils/PRE_BUILD
@@ -1,4 +1,8 @@
default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&

-apply_patch_dir patches
+apply_patch_dir patches &&
+
+# Install .pc file to correct place
+sed "/pkgconfigdir =/s;= .*$;= ${INSTALL_ROOT}/usr/lib/pkgconfig;" \
+ -i src/liblzma/Makefile.am src/liblzma/Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e38bff0ecb09abc16aff1d17aa3f0f5b45c87685), Pavel Vinogradov, 07/16/2023

Archive powered by MHonArc 2.6.24.

Top of Page