misc/lxappearance-obconf: Updated for version 0.2.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-04-28 20:43:03 +02:00 committed by Robby Workman
parent ac98066ae9
commit 3162e9c62e
3 changed files with 5 additions and 7 deletions

View file

@ -2,5 +2,3 @@ lxappearance-obconf (lxappearance openbox plugin)
LXAppearance-obconf is an lxappearance plugin that implements openbox settings.
It's based on obconf code.
Requires openbox and lxappearance

View file

@ -7,7 +7,7 @@
# generated by Grissiom's sbo-dev-helper
PRGNAM=lxappearance-obconf
VERSION=${VERSION:-20111224_96aae64}
VERSION=${VERSION:-0.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -44,7 +44,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find . \

View file

@ -1,8 +1,8 @@
PRGNAM="lxappearance-obconf"
VERSION="20111224_96aae64"
VERSION="0.2.0"
HOMEPAGE="http://lxde.org/"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxappearance-obconf-20111224_96aae64.tar.xz"
MD5SUM="7df541272aeec761f5594e0ef32f4733"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxappearance-obconf-0.2.0.tar.xz"
MD5SUM="a0da39e44e9cd4979074309d7354de73"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lxappearance openbox"