mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/lumina: Updated for version 0.8.6.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
a51aee7567
commit
651fc706ef
3 changed files with 14 additions and 14 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 3 of the License, or
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version, with the following exception:
|
||||
# the text of the GPL license may be omitted.
|
||||
|
||||
|
@ -25,8 +25,8 @@
|
|||
# not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM=lumina
|
||||
VERSION=${VERSION:-0.8.4}
|
||||
SRCVERSION=${SRCVERSION:-P1}
|
||||
VERSION=${VERSION:-0.8.6}
|
||||
SRCVERSION=${SRCVERSION:-}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -62,13 +62,13 @@ set -eu
|
|||
rm -rf $PKG
|
||||
mkdir -pv $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION-Release-$SRCVERSION
|
||||
if [ -e $CWD/v$VERSION-Release-$SRCVERSION.tar.gz ]; then
|
||||
tar xvf $CWD/v$VERSION-Release-$SRCVERSION.tar.gz
|
||||
rm -rf $PRGNAM-$VERSION-Release$SRCVERSION
|
||||
if [ -e $CWD/v$VERSION-Release$SRCVERSION.tar.gz ]; then
|
||||
tar xvf $CWD/v$VERSION-Release$SRCVERSION.tar.gz
|
||||
else
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-Release-$SRCVERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-Release$SRCVERSION.tar.gz
|
||||
fi
|
||||
cd $PRGNAM-$VERSION-Release-$SRCVERSION
|
||||
cd $PRGNAM-$VERSION-Release$SRCVERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -83,7 +83,7 @@ qmake-qt5 \
|
|||
QMAKE_CXXFLAGS="$SLKCFLAGS" \
|
||||
QT5LIBDIR=/usr/lib${LIBDIRSUFFIX}/qt5
|
||||
|
||||
make
|
||||
make -j1
|
||||
make install \
|
||||
INSTALL_ROOT=$PKG \
|
||||
DESTDIR=$PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lumina"
|
||||
VERSION="0.8.4-P1"
|
||||
HOMEPAGE="http://wiki.pcbsd.org/index.php/Lumina/10.1"
|
||||
DOWNLOAD="https://github.com/pcbsd/lumina/archive/v0.8.4-Release-P1.tar.gz"
|
||||
MD5SUM="7f6fe869e99ee0816bcea12c0da92acd"
|
||||
VERSION="0.8.6"
|
||||
HOMEPAGE="http://lumina-desktop.org/"
|
||||
DOWNLOAD="https://github.com/pcbsd/lumina/archive/v0.8.6-Release.tar.gz"
|
||||
MD5SUM="8768c4f9d6b7f80ba7bac1488273d6e8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5"
|
||||
|
|
|
@ -15,5 +15,5 @@ lumina: specifically on streamlining the ability to get work done while
|
|||
lumina: minimizing system overhead.
|
||||
lumina:
|
||||
lumina:
|
||||
lumina: http://wiki.pcbsd.org/index.php/Lumina/10.1
|
||||
lumina: http://lumina-desktop.org/
|
||||
lumina:
|
||||
|
|
Loading…
Reference in a new issue