mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/equinox: Updated for version 1.50.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
01497821a5
commit
1adfa3e1c0
3 changed files with 12 additions and 28 deletions
|
@ -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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="equinox"
|
||||
VERSION="1.30.2"
|
||||
VERSION="1.50"
|
||||
HOMEPAGE="http://gnome-look.org/content/show.php/Equinox+Gtk+Engine?content=121881"
|
||||
DOWNLOAD="http://crocket-slackbuilds.googlecode.com/files/121881-equinox-1.30.tar.bz2"
|
||||
MD5SUM="07d43dede6bdc17ba74f1740a3743601"
|
||||
DOWNLOAD="http://crocket-slackbuilds.googlecode.com/files/121881-equinox-1.50.tar.gz"
|
||||
MD5SUM="f5ab68e50e128ee5186265b80d5cf1bd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="crocket"
|
||||
EMAIL="crockabiscuit@yahoo.com"
|
||||
APPROVED="Niels Horn"
|
||||
EMAIL="crockabiscuit@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -10,7 +10,7 @@ equinox: equinox (A gtk2 engine)
|
|||
equinox:
|
||||
equinox: A heavily modified version of the beautiful Aurora engine(1.4).
|
||||
equinox:
|
||||
equinox: The website of equinox is
|
||||
equinox: Website:
|
||||
equinox: http://gnome-look.org/content/show.php/Equinox+Gtk+Engine?content=
|
||||
equinox: 121881
|
||||
equinox:
|
||||
|
|
Loading…
Reference in a new issue