libraries/gtkhtml: Updated for version 4.10.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Tim Dickson 2017-02-17 12:02:56 +00:00 committed by David Spencer
parent accf35ebe0
commit 35d5bf2f3c
2 changed files with 7 additions and 7 deletions

View file

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gtkhtml
VERSION=${VERSION:-4.8.5}
VERSION=${VERSION:-4.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="gtkhtml"
VERSION="4.8.5"
VERSION="4.10.0"
HOMEPAGE="https://launchpad.net/gtkhtml"
DOWNLOAD="http://ftp.acc.umu.se/pub/gnome/sources/gtkhtml/4.8/gtkhtml-4.8.5.tar.xz"
MD5SUM="a146d2ffdf52f6aa25badb75436b6f4d"
DOWNLOAD="http://ftp.acc.umu.se/pub/gnome/sources/gtkhtml/4.10/gtkhtml-4.10.0.tar.xz"
MD5SUM="a8538daed73de3fb5c7747d05139ef79"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""