From 8dc583a3b5a87fbc4421b81d6d7023175886c9f4 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 13 Sep 2017 09:19:07 +0000 Subject: lumina: updated to 1.3.0-p1 --- lumina/build/lumina.SlackBuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lumina') diff --git a/lumina/build/lumina.SlackBuild b/lumina/build/lumina.SlackBuild index 0c08cac2..8e0f2732 100755 --- a/lumina/build/lumina.SlackBuild +++ b/lumina/build/lumina.SlackBuild @@ -39,6 +39,8 @@ # * Fix location of /etc/ directory. # 1.3.0-1: 16/jun/2017 by Eric Hameleers # * Update. +# 1.3.0.p1-1: 13/sep/2017 by Eric Hameleers +# * Update. # # Run 'sh lumina.SlackBuild' to build a Slackware package. # The package (.t?z) and .txt file as well as build logs are created in /tmp . @@ -48,7 +50,7 @@ PRGNAM=lumina SRCVER=${SRCVER:-"1.3.0"} -SRCPL=${SRCPL:-""} +SRCPL=${SRCPL:-"-p1"} VERSION=$(echo ${SRCVER}${SRCPL} |tr '-' '.') BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j4 "} @@ -166,6 +168,9 @@ chmod -R u+w,go+r-w,a+rX-st . cd ${PRGNAM}-${SRCVER}${SRCPL} +# Only show icons on the desktop for the stuff we actually automounted: +sed -i "s,/media,/run/media/\$USER," src-qt5/core/lumina-desktop/LDesktop.cpp + # The 'QMAKE_CFLAGS_ISYSTEM=' is a workaround for compiling with gcc7: echo Building ... qmake-qt5 \ -- cgit v1.2.3-80-g2a13