summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author M.Dinslage <daedra1980@gmail.com>2015-05-25 08:17:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-31 10:36:14 +0700
commit8c4f61f46e48cf18c954900bd84e6a0ced68374a (patch)
treeaf867388561156a5e9ad9f86b511202e1e4862d0 /desktop
parent56d5ce2d285038fe822bb09681ddbe0b83eb1164 (diff)
downloadslackbuilds-8c4f61f46e48cf18c954900bd84e6a0ced68374a.tar.gz
slackbuilds-8c4f61f46e48cf18c954900bd84e6a0ced68374a.tar.xz
desktop/emerald: Updated for version 0.8.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/emerald/emerald.SlackBuild26
-rw-r--r--desktop/emerald/emerald.info6
2 files changed, 16 insertions, 16 deletions
diff --git a/desktop/emerald/emerald.SlackBuild b/desktop/emerald/emerald.SlackBuild
index c52ba5cb38..f21aa60a86 100644
--- a/desktop/emerald/emerald.SlackBuild
+++ b/desktop/emerald/emerald.SlackBuild
@@ -5,8 +5,8 @@
# Written by M.Dinslage (daedra1980@gmail.com)
PRGNAM=emerald
-VERSION=${VERSION:-0.8.8}
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-0.8.10}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -41,15 +41,17 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM
+tar xvf $CWD/$PRGNAM.tar.gz
+cd $PRGNAM
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 {} \;
+
+./autogen.sh
# Fix hardcoded checks for pango and cairo
if [ "$ARCH" = "x86_64" ]; then
@@ -72,16 +74,14 @@ LDFLAGS="$SLKLDFLAGS -ldl -lm" \
make
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+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
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/desktop/emerald/emerald.info b/desktop/emerald/emerald.info
index 3dd5eb817a..ca6c0fac0d 100644
--- a/desktop/emerald/emerald.info
+++ b/desktop/emerald/emerald.info
@@ -1,8 +1,8 @@
PRGNAM="emerald"
-VERSION="0.8.8"
+VERSION="0.8.10"
HOMEPAGE="http://www.compiz.org"
-DOWNLOAD="http://releases.compiz.org/0.8.8/emerald-0.8.8.tar.gz"
-MD5SUM="9a1f9e24d2f7d0730f776d5fbf38e5cf"
+DOWNLOAD="http://www.northfield.ws/projects/compiz/releases/0.8.10/emerald.tar.gz"
+MD5SUM="17910144838e1d306703c0b34bf807ac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ccsm"