summaryrefslogtreecommitdiffstats
path: root/games/doomseeker/doomseeker.SlackBuild
diff options
context:
space:
mode:
author B. Watson2019-12-11 20:08:42 +0100
committer Willy Sudiarto Raharjo2019-12-15 11:06:28 +0100
commit77f0f7fa77d152c228497111e178dd1048a2bcde (patch)
tree39b168d9e0a633a3d88d3da337987b339c5eeb99 /games/doomseeker/doomseeker.SlackBuild
parent44307dc36ff4dde51b92d1d3d8fb5bb2339a0c9b (diff)
downloadslackbuilds-77f0f7fa77d152c228497111e178dd1048a2bcde.tar.gz
games/doomseeker: Updated for version 1.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/doomseeker/doomseeker.SlackBuild')
-rw-r--r--games/doomseeker/doomseeker.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/doomseeker/doomseeker.SlackBuild b/games/doomseeker/doomseeker.SlackBuild
index b0a5f8137d..30f394999b 100644
--- a/games/doomseeker/doomseeker.SlackBuild
+++ b/games/doomseeker/doomseeker.SlackBuild
@@ -6,11 +6,12 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20191211 bkw: updated for v1.3. qt4 support was dropped, qt5 now required.
# 20181218 bkw: updated for v1.2. Upstream has changed things around,
# so this script won't build 1.1 any longer.
PRGNAM=doomseeker
-VERSION=${VERSION:-1.2}
+VERSION=${VERSION:-1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +61,6 @@ cd build
# Buggy cmake install target looks in wrong place for icon
ln -s ../media .
cmake \
- -DFORCE_QT4=YES \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \