summaryrefslogtreecommitdiffstats
path: root/lumina
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-09-13 09:19:07 +0000
committer Eric Hameleers <alien@slackware.com>2017-09-13 09:19:07 +0000
commit8dc583a3b5a87fbc4421b81d6d7023175886c9f4 (patch)
treeabed26e90e94721ac3b51bc823e43a076faa4ccf /lumina
parentd6dad371fcff0a807a6d32a05dc29082435cc351 (diff)
downloadasb-8dc583a3b5a87fbc4421b81d6d7023175886c9f4.tar.gz
asb-8dc583a3b5a87fbc4421b81d6d7023175886c9f4.tar.xz
lumina: updated to 1.3.0-p1
Diffstat (limited to 'lumina')
-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 \