summaryrefslogtreecommitdiffstats
path: root/graphics/entangle/entangle.SlackBuild
diff options
context:
space:
mode:
author Soydaner Ulker <soydaner@kahverengi.com>2013-12-01 09:16:55 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2013-12-01 13:01:00 +0700
commit86b8196a41a6e8fe8482ed62135102716d7949ac (patch)
treeaca778cf4b1613d0efff12b08b0b905fdcfd8432 /graphics/entangle/entangle.SlackBuild
parent73397bc6fe2991edace38d13f1d34caedfbec85f (diff)
downloadslackbuilds-86b8196a41a6e8fe8482ed62135102716d7949ac.tar.gz
slackbuilds-86b8196a41a6e8fe8482ed62135102716d7949ac.tar.xz
graphics/entangle: Updated for version 0.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/entangle/entangle.SlackBuild')
-rw-r--r--graphics/entangle/entangle.SlackBuild17
1 files changed, 7 insertions, 10 deletions
diff --git a/graphics/entangle/entangle.SlackBuild b/graphics/entangle/entangle.SlackBuild
index df181bcf58..37d91b756f 100644
--- a/graphics/entangle/entangle.SlackBuild
+++ b/graphics/entangle/entangle.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=entangle
-VERSION=${VERSION:-0.5.1}
+VERSION=${VERSION:-0.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,12 +63,11 @@ rm -rf $TMP/$PRGNAM-$VERSION
tar -zxvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -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 {} \;
DOCS="AUTHORS COPYING ChangeLog NEWS README"
@@ -81,14 +80,12 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --build=$ARCH-slackware-linux
+ --build=$ARCH-slackware-linux \
+ --disable-schemas-compile
make V=1
make install DESTDIR=$PKG
-# Remove this, it will be created upon install
-rm $PKG/usr/share/glib-2.0/schemas/gschemas.compiled
-
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