summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlumina/build/lumina.SlackBuild7
1 files changed, 6 insertions, 1 deletions
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 <alien@slackware.com>
# * Update.
+# 1.3.0.p1-1: 13/sep/2017 by Eric Hameleers <alien@slackware.com>
+# * 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 \