Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ee5cbdf70adcd434c6606f532fd35bb6ebac85c7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ee5cbdf70adcd434c6606f532fd35bb6ebac85c7)
  • Date: Wed, 9 Sep 2020 08:34:54 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

disk/eudev/DETAILS | 1 +
disk/eudev/HISTORY | 4 ++++
disk/eudev/PRE_BUILD | 6 +++++-
disk/eudev/UP_TRIGGERS | 4 ++++
xorg-lib/libpciaccess/DETAILS | 1 +
xorg-lib/libpciaccess/HISTORY | 4 ++++
xorg-lib/libpciaccess/PRE_BUILD | 5 +++++
xorg-lib/libpciaccess/UP_TRIGGERS | 4 ++++
8 files changed, 28 insertions(+), 1 deletion(-)

New commits:
commit ee5cbdf70adcd434c6606f532fd35bb6ebac85c7
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

libpciaccess: drop .la

commit b3b7a6122ed2efeb207758743fd6cde8b2540f06
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

eudev: drop .la

diff --git a/disk/eudev/DETAILS b/disk/eudev/DETAILS
index c99ff7f..a2932a6 100755
--- a/disk/eudev/DETAILS
+++ b/disk/eudev/DETAILS
@@ -1,5 +1,6 @@
SPELL=eudev
VERSION=3.2.9
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION//v}"
URL=https://dev.gentoo.org/~blueness/eudev
diff --git a/disk/eudev/HISTORY b/disk/eudev/HISTORY
index bac3670..adb3e8a 100644
--- a/disk/eudev/HISTORY
+++ b/disk/eudev/HISTORY
@@ -1,3 +1,7 @@
+2020-09-09 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD, UP_TRIGGERS: do not install libtool archives
+ * DETAILS: ++PATCHLEVEL
+
2019-10-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.2.9
* DETAILS: add gpg checking
diff --git a/disk/eudev/PRE_BUILD b/disk/eudev/PRE_BUILD
index 229e6bf..a996f7a 100755
--- a/disk/eudev/PRE_BUILD
+++ b/disk/eudev/PRE_BUILD
@@ -32,4 +32,8 @@ fi &&
default_pre_build &&
cd $SOURCE_DIRECTORY &&
cp ${SPELL_DIRECTORY}/udev.conf ${SOURCE_DIRECTORY}/src/udev/ &&
-apply_patch_dir patches
+apply_patch_dir patches &&
+# The installed lib has no dependencies, so also for the static libudev.a,
the
+# libtool file is only clutter.
+find . -name Makefile.in \
+| xargs sed -i
's,^\(LIBTOOL[[:space:]]*=[[:space:]]*\),\1'"$GRIMOIRE"'/libtool-nola ,'
diff --git a/disk/eudev/UP_TRIGGERS b/disk/eudev/UP_TRIGGERS
new file mode 100755
index 0000000..e3bb7d5
--- /dev/null
+++ b/disk/eudev/UP_TRIGGERS
@@ -0,0 +1,4 @@
+if [[ -e "$INSTALL_ROOT/usr/lib/libudev.la" ]]; then
+ . $GRIMOIRE/la_remove_up_trigger.function
+ la_remove_up_trigger 0
+fi
diff --git a/xorg-lib/libpciaccess/DETAILS b/xorg-lib/libpciaccess/DETAILS
index a29ef01..9bd9b8d 100755
--- a/xorg-lib/libpciaccess/DETAILS
+++ b/xorg-lib/libpciaccess/DETAILS
@@ -1,5 +1,6 @@
SPELL=libpciaccess
VERSION=0.16
+ PATCHLEVEL=1
SOURCE="${SPELL}-${VERSION}.tar.bz2"

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-lib/libpciaccess/HISTORY b/xorg-lib/libpciaccess/HISTORY
index 3ef3243..6026fd0 100644
--- a/xorg-lib/libpciaccess/HISTORY
+++ b/xorg-lib/libpciaccess/HISTORY
@@ -1,3 +1,7 @@
+2020-09-09 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD, UP_TRIGGERS: drop libtool archives
+ * DETAILS: ++PATCHLEVEL
+
2019-07-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.16

diff --git a/xorg-lib/libpciaccess/PRE_BUILD b/xorg-lib/libpciaccess/PRE_BUILD
new file mode 100755
index 0000000..2ee8ae4
--- /dev/null
+++ b/xorg-lib/libpciaccess/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# The lib has no further depenencies, so libtool archives are not needed.
+find . -name Makefile.in \
+| xargs sed -i
's,^\(LIBTOOL[[:space:]]*=[[:space:]]*\),\1'"$GRIMOIRE"'/libtool-nola ,'
diff --git a/xorg-lib/libpciaccess/UP_TRIGGERS
b/xorg-lib/libpciaccess/UP_TRIGGERS
new file mode 100755
index 0000000..f604490
--- /dev/null
+++ b/xorg-lib/libpciaccess/UP_TRIGGERS
@@ -0,0 +1,4 @@
+if [[ -e "$INSTALL_ROOT/usr/lib/libpciaccess.la" ]]; then
+ . $GRIMOIRE/la_remove_up_trigger.function
+ la_remove_up_trigger 0
+fi



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ee5cbdf70adcd434c6606f532fd35bb6ebac85c7), Thomas Orgis, 09/09/2020

Archive powered by MHonArc 2.6.24.

Top of Page