From a2e83b102fa680eb6a8c160b79b8ead84d52548c Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Fri, 3 Apr 2015 13:13:22 +0700 Subject: misc/subsurface: Updated for version 4.4.1. Signed-off-by: Willy Sudiarto Raharjo --- misc/subsurface/subsurface.SlackBuild | 6 ++++-- misc/subsurface/subsurface.info | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'misc') 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 +# Copyright 2014-2015 Larry Hajali # 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" -- cgit v1.2.3