summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Petar Petrov <slackalaxy@gmail.com>2016-11-27 12:27:19 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-03 07:17:45 +0700
commit59be4c9b6c4b49177afcc4a4b712590ad55c258b (patch)
treefbc996119f965583813672383da10e08ba0111ea /desktop
parent1f80605865fda91911e4a91a2b2fb9c7cae6751d (diff)
downloadslackbuilds-59be4c9b6c4b49177afcc4a4b712590ad55c258b.tar.gz
slackbuilds-59be4c9b6c4b49177afcc4a4b712590ad55c258b.tar.xz
desktop/murrine-themes: Updated for version 0.98.11.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/murrine-themes/murrine-themes.SlackBuild18
-rw-r--r--desktop/murrine-themes/murrine-themes.info6
2 files changed, 12 insertions, 12 deletions
diff --git a/desktop/murrine-themes/murrine-themes.SlackBuild b/desktop/murrine-themes/murrine-themes.SlackBuild
index 9a475ea8cb..d34760af02 100644
--- a/desktop/murrine-themes/murrine-themes.SlackBuild
+++ b/desktop/murrine-themes/murrine-themes.SlackBuild
@@ -25,7 +25,7 @@
# Many thanks to Debian for bundling all these themes together!
PRGNAM=murrine-themes
-VERSION=${VERSION:-0.98.10}
+VERSION=${VERSION:-0.98.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -42,23 +42,23 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
+rm -rf $PRGNAM
tar xvf $CWD/${PRGNAM}_${VERSION}.tar.xz
-cd $PRGNAM-$VERSION/usr/share/themes
-tar xvf $CWD/${ORIGINAL}Xfwm.tar.bz2
+tar xvf $CWD/${ORIGINAL}Xfwm.tar.bz2 -C $PRGNAM/usr/share/themes
+cd $PRGNAM
chown -R root:root .
+# Zap Debian's executable .png and .xpm files :)
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 {} \;
+ -type d -exec chmod 755 {} \; -o \
+ -type f -exec chmod 644 {} \;
+cd $TMP/$PRGNAM/usr/share/themes
# Copy everything, including the original XFCE Murrina theme from here:
# http://xfce-look.org/content/show.php/Murrine++Xfwm+Theme?content=43083
mkdir -p $PKG/usr/share/themes
cp -a * $PKG/usr/share/themes
-cd $TMP/$PRGNAM-$VERSION/debian
+cd $TMP/$PRGNAM/debian
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a changelog copyright README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/desktop/murrine-themes/murrine-themes.info b/desktop/murrine-themes/murrine-themes.info
index 0f626d8640..c6681c0e30 100644
--- a/desktop/murrine-themes/murrine-themes.info
+++ b/desktop/murrine-themes/murrine-themes.info
@@ -1,9 +1,9 @@
PRGNAM="murrine-themes"
-VERSION="0.98.10"
+VERSION="0.98.11"
HOMEPAGE="http://www.cimitan.com/murrine/"
-DOWNLOAD="http://sourceforge.net/projects/sboppetrov/files/murrine-themes/murrine-themes_0.98.10.tar.xz \
+DOWNLOAD="http://sourceforge.net/projects/sboppetrov/files/murrine-themes/murrine-themes_0.98.11.tar.xz \
http://sourceforge.net/projects/sboppetrov/files/murrine-themes/MurrineXfwm.tar.bz2"
-MD5SUM="badc50ec001afe363b89bed9c0e12a12 \
+MD5SUM="de785a60d018fcfadc6eb0b258c6f788 \
faf23fcc477239c7e6f1cd627b27fd72"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""