Skip to content

Commit

Permalink
netsurf, webkit: fix dependency on libpng.
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkomandy committed Dec 30, 2016
1 parent c69bf03 commit 35b97d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
11 changes: 8 additions & 3 deletions dev-libs/libwapcaplet/libwapcaplet-0.4.0.recipe
Expand Up @@ -5,7 +5,7 @@ functionality."
HOMEPAGE="http://www.netsurf-browser.org/projects/libwapcaplet/"
COPYRIGHT="2009-2016 The NetSurf Browser project"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/libwapcaplet-${portVersion}-src.tar.gz"
CHECKSUM_SHA256="7b87a997b2531298af1efd32a622be5faee61349ad4e6c868fcb286ce805d997"

Expand All @@ -31,8 +31,8 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
netsurf_buildsystem >= 0
lib:libcheck
devel:libcheck
lib:libcheck$secondaryArchSuffix
devel:libcheck$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
Expand All @@ -44,12 +44,17 @@ BUILD_PREREQUIRES="
BUILD()
{
make PREFIX=$prefix NSSHARED=/system/data/netsurf-buildsystem
make PREFIX=$prefix NSSHARED=/system/data/netsurf-buildsystem \
COMPONENT_TYPE=lib-shared
}

INSTALL()
{
make install PREFIX=$prefix NSSHARED=/system/data/netsurf-buildsystem \
INCLUDEDIR=$relativeIncludeDir LIBDIR=$relativeLibDir
make install PREFIX=$prefix NSSHARED=/system/data/netsurf-buildsystem \
INCLUDEDIR=$relativeIncludeDir LIBDIR=$relativeLibDir \
COMPONENT_TYPE=lib-shared
mkdir -p $prefix/develop/lib

prepareInstalledDevelLib libwapcaplet
Expand Down
6 changes: 3 additions & 3 deletions haiku-libs/haikuwebkit/haikuwebkit-1.5.3.recipe
Expand Up @@ -12,7 +12,7 @@ LICENSE="
GNU LGPL v2.1
MIT
"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/haiku/webkit/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="5f83dea8e7ecdd1a32f49c9844e6c8e2972d5b7ffcefb5b8cd2ae3705a2926bf"
SOURCE_FILENAME="haikuwebkit-$portVersion.tar.gz"
Expand All @@ -31,7 +31,7 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libicuuc$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libwebp$secondaryArchSuffix
lib:libsqlite3$secondaryArchSuffix
lib:libxml2$secondaryArchSuffix
Expand All @@ -56,7 +56,7 @@ BUILD_REQUIRES="
haiku_devel
devel:libicuuc$secondaryArchSuffix
devel:libjpeg$secondaryArchSuffix
devel:libpng$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libwebp$secondaryArchSuffix
devel:libsqlite3$secondaryArchSuffix
devel:libxml2$secondaryArchSuffix
Expand Down
4 changes: 2 additions & 2 deletions www-client/netsurf/netsurf-3.6.recipe
Expand Up @@ -9,7 +9,7 @@ developed, NetSurf is continually evolving and improving."
HOMEPAGE="http://www.netsurf-browser.org/"
COPYRIGHT="2003-2016 The NetSurf Browser project"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
# 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"
Expand All @@ -29,7 +29,7 @@ REQUIRES="
lib:libiconv$secondaryArchSuffix
lib:libnsbmp$secondaryArchSuffix
lib:libnsgif$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
lib:libutf8proc$secondaryArchSuffix
Expand Down

0 comments on commit 35b97d2

Please sign in to comment.