misc/subsurface: Updated for version 4.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2015-04-03 13:13:22 +07:00 committed by Willy Sudiarto Raharjo
parent 66db152aed
commit a2e83b102f
2 changed files with 7 additions and 5 deletions

View file

@ -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

View file

@ -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"