diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2015-04-03 13:13:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-03 20:50:20 +0700 |
commit | a2e83b102fa680eb6a8c160b79b8ead84d52548c (patch) | |
tree | 9f804aa8624f5519cd182191dd9b057324e97436 /misc | |
parent | 66db152aed26619443f38c72175519f2b8159831 (diff) | |
download | slackbuilds-a2e83b102fa680eb6a8c160b79b8ead84d52548c.tar.gz |
misc/subsurface: Updated for version 4.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/subsurface/subsurface.SlackBuild | 6 | ||||
-rw-r--r-- | misc/subsurface/subsurface.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/misc/subsurface/subsurface.SlackBuild b/misc/subsurface/subsurface.SlackBuild index 0669a51b4d..4ac557a6b5 100644 --- a/misc/subsurface/subsurface.SlackBuild +++ b/misc/subsurface/subsurface.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for subsurface -# Copyright 2014 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2014-2015 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=subsurface SRCNAM=Subsurface -VERSION=${VERSION:-4.3} +VERSION=${VERSION:-4.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,6 +72,8 @@ find -L . \ # Fix man page directory. sed -i '/MANDIR =/s|=.*|= /usr/man/man1|' $PRGNAM-install.pri +# Build with Qt4. +patch -p1 < packaging/ubuntu/0001-Make-build-with-Qt4.patch qmake PREFX="/usr" QMAKE_CFLAGS+="$SLKCFLAGS" QMAKE_CXXFLAGS+="$SLKCFLAGS" \ V=1 -config release -o Makefile $PRGNAM.pro diff --git a/misc/subsurface/subsurface.info b/misc/subsurface/subsurface.info index 5a6fb10fa4..19dfdc3503 100644 --- a/misc/subsurface/subsurface.info +++ b/misc/subsurface/subsurface.info @@ -1,8 +1,8 @@ PRGNAM="subsurface" -VERSION="4.3" +VERSION="4.4.1" HOMEPAGE="http://subsurface.hohndel.org/" -DOWNLOAD="http://subsurface.hohndel.org/downloads/Subsurface-4.3.tgz" -MD5SUM="18d02890ba7bbc7deab57df1a8f6ffb2" +DOWNLOAD="http://subsurface.hohndel.org/downloads/Subsurface-4.4.1.tgz" +MD5SUM="97b450a73a6fd00f5dc65334355f9553" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libdivecomputer libgit2" |