summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryan.q@linux.com>2016-08-20 14:47:10 -0700
committer David Spencer <idlemoor@slackbuilds.org>2016-08-28 00:30:03 +0100
commit1a89c325b15f461e449abeaa053642b12e377a1d (patch)
tree6482fc89bcb1aaeaff94d73a2bebbf5116495bbf /desktop
parent694dc2a28d46fcbe5f3aaab0566ae86615a6a5bf (diff)
downloadslackbuilds-1a89c325b15f461e449abeaa053642b12e377a1d.tar.gz
slackbuilds-1a89c325b15f461e449abeaa053642b12e377a1d.tar.xz
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>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/lumina/lumina.SlackBuild4
-rw-r--r--desktop/lumina/lumina.info6
-rw-r--r--desktop/lumina/xinitrc.lumina5
3 files changed, 7 insertions, 8 deletions
diff --git a/desktop/lumina/lumina.SlackBuild b/desktop/lumina/lumina.SlackBuild
index 06901d5320..a6145c3de5 100644
--- a/desktop/lumina/lumina.SlackBuild
+++ b/desktop/lumina/lumina.SlackBuild
@@ -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
diff --git a/desktop/lumina/lumina.info b/desktop/lumina/lumina.info
index 7a8bf1ab8e..ac953d79b9 100644
--- a/desktop/lumina/lumina.info
+++ b/desktop/lumina/lumina.info
@@ -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"
diff --git a/desktop/lumina/xinitrc.lumina b/desktop/lumina/xinitrc.lumina
index 299b4427a1..191bacccdd 100644
--- a/desktop/lumina/xinitrc.lumina
+++ b/desktop/lumina/xinitrc.lumina
@@ -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
-