summaryrefslogtreecommitdiff
path: root/libraries/equinox/equinox.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/equinox/equinox.SlackBuild')
-rw-r--r--libraries/equinox/equinox.SlackBuild28
1 files changed, 6 insertions, 22 deletions
diff --git a/libraries/equinox/equinox.SlackBuild b/libraries/equinox/equinox.SlackBuild
index 0cac1ac358..c0f1ff3596 100644
--- a/libraries/equinox/equinox.SlackBuild
+++ b/libraries/equinox/equinox.SlackBuild
@@ -2,14 +2,13 @@
# Slackware build script for equinox
-# Written by crocket (crockabiscuit@yahoo.com)
+# Written by crocket (crockabiscuit@gmail.com)
PRGNAM=equinox
-VERSION=${VERSION:-1.30.2}
+VERSION=${VERSION:-1.50}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-
-ARCVER=$(echo $VERSION | cut -f1-2 -d.)
+DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -43,11 +42,8 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION $PRGNAM-gtk-engine.tar.gz $PRGNAM-themes.tar.gz
-tar xvf $CWD/121881-$PRGNAM-$ARCVER.tar.bz2
-tar xvf $PRGNAM-gtk-engine.tar.gz
-mv $PRGNAM-$ARCVER $PRGNAM-$VERSION
-mv README $PRGNAM-$VERSION
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/121881-$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@@ -73,26 +69,14 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-# Install themes.
-mkdir -p $PKG/usr/share/themes
-tar xvf ../$PRGNAM-themes.tar.gz -C $PKG/usr/share/themes
-chown -R root:root $PKG/usr/share/themes
-find $PKG/usr/share/themes \
- \( -perm 777 -o -perm 775 -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 {} \;
-
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS COPYING ChangeLog INSTALL NEWS README \
+ $DOCS \
$PKG/usr/doc/$PRGNAM-$VERSION
-chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/*
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-mv $PKG/usr/share/themes/{userChrome.css,Equinox\ Evolution.crx} $PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc