desktop/lumina: Updated for version 1.0.0-p2 & xinitrc fix.

Thanks to Matteo Bernardini for the xinitrc fix.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2016-08-20 14:47:10 -07:00 committed by David Spencer
parent 694dc2a28d
commit 1a89c325b1
3 changed files with 7 additions and 8 deletions

View file

@ -25,9 +25,9 @@
# not, see <https://www.gnu.org/licenses/>.
PRGNAM=lumina
VERSION=${VERSION:-1.0.0-p1}
VERSION=${VERSION:-1.0.0-p2}
SRCVERSION="`echo $VERSION | cut -d'-' -f1`"
BUILD=${BUILD:-2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

@ -1,8 +1,8 @@
PRGNAM="lumina"
VERSION="1.0.0-p1"
VERSION="1.0.0-p2"
HOMEPAGE="http://lumina-desktop.org/"
DOWNLOAD="https://github.com/trueos/lumina/archive/v1.0.0-Release-p1.tar.gz"
MD5SUM="37c4f2d5d87f28f05db82678a7630ac9"
DOWNLOAD="https://github.com/trueos/lumina/archive/v1.0.0-Release-p2.tar.gz"
MD5SUM="000ef98f4ef2563d6c802e1cc65f68ea"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"

View file

@ -22,9 +22,8 @@ fi
# Start the window manager:
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
exec ck-launch-session start-lumina-desktop
exec dbus-launch --exit-with-session ck-launch-session start-lumina-desktop
else
exec start-lumina-desktop
exec dbus-launch --exit-with-session start-lumina-desktop
fi