desktop/lumina: Minor SlackBuild changes.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Sasongko Bawono 2017-02-01 12:03:18 +00:00 committed by Willy Sudiarto Raharjo
parent 946bcdce5f
commit 925ea605be
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 9 deletions

View File

@ -28,7 +28,6 @@
PRGNAM=lumina
VERSION=${VERSION:-1.2.0_p1}
PKGVERSION=${PKGVERSION:-1.2.0-p1}
SRCVERSION="`echo $PKGVERSION | cut -d'-' -f1`"
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,13 +63,9 @@ set -eu
rm -rf $PKG
mkdir -pv $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRCVERSION-*
if [ -e $CWD/v$SRCVERSION-*.tar.gz ]; then
tar xvf $CWD/v$SRCVERSION-*.tar.gz
else
tar xvf $CWD/$PRGNAM-$SRCVERSION-*.tar.gz
fi
cd $PRGNAM-$SRCVERSION-*
rm -rf $PRGNAM-$PKGVERSION
tar xvf $CWD/$PRGNAM-$PKGVERSION.tar.gz
cd $PRGNAM-$PKGVERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View File

@ -1,7 +1,7 @@
PRGNAM="lumina"
VERSION="1.2.0_p1"
HOMEPAGE="http://lumina-desktop.org/"
DOWNLOAD="https://github.com/trueos/lumina/archive/v1.2.0-p1.tar.gz"
DOWNLOAD="https://github.com/trueos/lumina/archive/v1.2.0-p1/lumina-1.2.0-p1.tar.gz"
MD5SUM="981e1baa4d6fc698fa12d38d3207a8ab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""