desktop/murrine-themes: Updated for version 0.98.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2013-12-14 08:36:14 +07:00 committed by Erik Hanson
parent af9efff956
commit 4ac706e093
2 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for murrine-themes
# Copyright 2011 Petar Petrov, ppetrov@paju.oulu.fi
# Copyright 2011 Petar Petrov, petar.petrov@student.oulu.fi
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
# Many thanks to Debian for bundling all these themes together!
PRGNAM=murrine-themes
VERSION=${VERSION:-0.98.5}
VERSION=${VERSION:-0.98.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -48,10 +48,10 @@ cd $PRGNAM-$VERSION/usr/share/themes
tar xvf $CWD/${ORIGINAL}Xfwm.tar.bz2
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 {} \;
# Copy everything, including the original XFCE Murrina theme from here:
# http://xfce-look.org/content/show.php/Murrine++Xfwm+Theme?content=43083

View file

@ -1,12 +1,12 @@
PRGNAM="murrine-themes"
VERSION="0.98.5"
VERSION="0.98.6"
HOMEPAGE="http://www.cimitan.com/murrine/"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/murrine-themes_0.98.5.tar.gz \
DOWNLOAD="http://www.student.oulu.fi/~ppetrov/source/murrine-themes_0.98.6.tar.gz \
http://www.student.oulu.fi/~ppetrov/source/MurrineXfwm.tar.bz2"
MD5SUM="77a6c3482827548d383dd16d6172b0c0 \
MD5SUM="79ff78511bdbe4f390007edab54dfb45 \
faf23fcc477239c7e6f1cd627b27fd72"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="murrine"
MAINTAINER="Petar Petrov"
EMAIL="ppetrov@paju.oulu.fi"
EMAIL="petar.petrov@student.oulu.fi"