NetSurf: bump to v3.8 (#3128)

This commit is contained in:
kenmays
2018-09-30 00:24:54 -07:00
committed by fbrosson
parent 075cee8ff2
commit ed1aa73b5f

View File

@@ -1,22 +1,23 @@
SUMMARY="A multi-platform web browser"
DESCRIPTION="Small as a mouse, fast as a cheetah and available for free. NetSurf is a \
multi-platform web browser for RISC OS, UNIX-like platforms (including Linux), \
Mac OS X, and more.\
\
Whether you want to check your webmail, read the news or post to discussion \
forums, NetSurf is your lightweight gateway to the world wide web. Actively \
developed, NetSurf is continually evolving and improving."
HOMEPAGE="http://www.netsurf-browser.org/"
COPYRIGHT="2003-2017 The NetSurf Browser project"
SUMMARY="A lightweight multi-platform web browser"
DESCRIPTION="NetSurf provides a small, fast, comprehensive multiplatform Web browsing \
solution supporting HTML 4.01 and CSS standards.
NetSurf is an open source web browser which uses its own layout engine. \
Its design goal is to be lightweight and portable. NetSurf provides \
features including tabbed browsing, bookmarks and page thumbnailing."
HOMEPAGE="https://www.netsurf-browser.org/"
COPYRIGHT="2003-2018 The NetSurf Browser project"
LICENSE="GNU GPL v2"
REVISION="4"
REVISION="1"
# Do NOT use the netsurf-all package. It contains a bunch of subprojects which
# we build as separate packages so they can easily be used by other projects.
SOURCE_URI="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-$portVersion-src.tar.gz"
CHECKSUM_SHA256="efc20a86a23ba1a966dc870f02b317d3f602e1bbb2e1b507608e34febfb37e16"
SOURCE_URI="https://download.netsurf-browser.org/netsurf/releases/source/netsurf-$portVersion-src.tar.gz"
CHECKSUM_SHA256="a00ee6f3e7ea7ae50c6c1f95c81d381359171bf6874e58891f21c550090c5542"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
if [ "$targetArchitecture" = x86_gcc2 ]; then
SECONDARY_ARCHITECTURES="x86"
fi
PROVIDES="
netsurf$secondaryArchSuffix = $portVersion
@@ -24,15 +25,20 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libcss$secondaryArchSuffix
lib:libcurl$secondaryArchSuffix
lib:libdom$secondaryArchSuffix
lib:libexpat$secondaryArchSuffix
lib:libhubbub$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:libnsbmp$secondaryArchSuffix
lib:libnsgif$secondaryArchSuffix
lib:libnsutils$secondaryArchSuffix
lib:libparserutils$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
lib:libsvgtiny$secondaryArchSuffix
lib:libutf8proc$secondaryArchSuffix
lib:libwapcaplet$secondaryArchSuffix
lib:libz$secondaryArchSuffix
@@ -60,7 +66,7 @@ BUILD_REQUIRES="
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
html_parser >= 3.70
html_parser
cmd:bison
cmd:flex
cmd:gcc$secondaryArchSuffix