mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
NetSurf: pull fixed sources from git repos.
NetSurf devs helped fix the Haiku port after I noticed the 3.2 release was not working. Get the latest changes from their git repo so we can have a working release. Also add dependency on hubbub since this is now dynamically linked.
This commit is contained in:
@@ -12,14 +12,19 @@ HOMEPAGE="http://www.netsurf-browser.org/"
|
||||
# Do NOT use the netsurf-all package. It contains a bunch of subprojects which
|
||||
# we build as separate packages. NetSurf is statically linked to them, so the
|
||||
# resulting binary is the same.
|
||||
SRC_URI="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-$portVersion-src.tar.gz"
|
||||
CHECKSUM_SHA256="04ffeb8335c59cbc23371b79ae3b178002e6e95c35225ef62db4b155ecc7e213"
|
||||
SRC_URI="git://git.netsurf-browser.org/netsurf.git#9b62f1ec53b089e6697131a3653c78ff85a5e4d1"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="!x86_gcc2"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
lib:libcurl
|
||||
lib:libexpat
|
||||
lib:libiconv
|
||||
lib:libpng
|
||||
lib:libjpeg
|
||||
lib:libssl
|
||||
lib:libz
|
||||
lib:libhubbub
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user