summaryrefslogtreecommitdiffstats
path: root/lumina/build/lumina.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-01-18 18:19:44 +0000
committer Eric Hameleers <alien@slackware.com>2018-01-18 18:19:44 +0000
commit8ed90c532965c9fcdd34f72c2504f46583f61f96 (patch)
treee5bfe012747ea9e9509ca4c22368dd170dee03c4 /lumina/build/lumina.SlackBuild
parentacd32b75812f4a539c4ebe8237236131bb93f814 (diff)
downloadasb-8ed90c532965c9fcdd34f72c2504f46583f61f96.tar.gz
asb-8ed90c532965c9fcdd34f72c2504f46583f61f96.tar.xz
lumina: updated to 1.4.0.p1
Diffstat (limited to 'lumina/build/lumina.SlackBuild')
-rwxr-xr-xlumina/build/lumina.SlackBuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/lumina/build/lumina.SlackBuild b/lumina/build/lumina.SlackBuild
index 780928cb..767ce665 100755
--- a/lumina/build/lumina.SlackBuild
+++ b/lumina/build/lumina.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2016, 2017 Eric Hameleers <alien@slackware.com>
+# Copyright 2016, 2017, 2018 Eric Hameleers <alien@slackware.com>
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -41,6 +41,8 @@
# * Update.
# 1.3.0.p1-1: 13/sep/2017 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.4.0.p1-1: 17/jan/2018 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 .
@@ -49,7 +51,7 @@
# -----------------------------------------------------------------------------
PRGNAM=lumina
-SRCVER=${SRCVER:-"1.3.0"}
+SRCVER=${SRCVER:-"1.4.0"}
SRCPL=${SRCPL:-"-p1"}
VERSION=$(echo ${SRCVER}${SRCPL} |tr '-' '.')
BUILD=${BUILD:-1}
@@ -171,6 +173,9 @@ 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
+# Remove references to /usr/local:
+find . -name "*.desktop" -exec sed -i -e 's,usr/local,usr,' {} \;
+
# The 'QMAKE_CFLAGS_ISYSTEM=' is a workaround for compiling with gcc7:
echo Building ...
qmake-qt5 \