summaryrefslogtreecommitdiffstats
path: root/source/l/pygobject3/pygobject3.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/pygobject3/pygobject3.SlackBuild')
-rwxr-xr-xsource/l/pygobject3/pygobject3.SlackBuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/source/l/pygobject3/pygobject3.SlackBuild b/source/l/pygobject3/pygobject3.SlackBuild
index e8108d3d8..cb4ceab76 100755
--- a/source/l/pygobject3/pygobject3.SlackBuild
+++ b/source/l/pygobject3/pygobject3.SlackBuild
@@ -101,43 +101,6 @@ meson setup \
DESTDIR=$PKG $NINJA install || exit 1
cd ..
-# No ninja "make clean"?
-cd $TMP
-rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION.tar.xz || exit 1
-cd $SRCNAM-$VERSION || exit 1
-chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \+ -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
-
-## Obsolete. I guess we'll see if anyone misses it and if so possibly stick
-## a copy with the other python2 stuff.
-## Configure, build, and install (python2 version):
-#export CFLAGS="$SLKCFLAGS"
-#export CXXFLAGS="$SLKCFLAGS"
-#mkdir meson-build
-#cd meson-build
-#meson setup \
-# --prefix=/usr \
-# --libdir=lib${LIBDIRSUFFIX} \
-# --libexecdir=/usr/libexec \
-# --bindir=/usr/bin \
-# --sbindir=/usr/sbin \
-# --includedir=/usr/include \
-# --datadir=/usr/share \
-# --mandir=/usr/man \
-# --sysconfdir=/etc \
-# --localstatedir=/var \
-# --buildtype=release \
-# -Dpython=python \
-# .. || exit 1
-# ninja || exit 1
-# DESTDIR=$PKG ninja install || exit 1
-#cd ..
-
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true