librsvg, revbump, trying to fix tuxpaint (#5731)

This commit is contained in:
Schrijvers Luc
2021-02-21 07:01:47 +01:00
committed by GitHub
parent 81689da523
commit 5425d8f5c3

View File

@@ -5,7 +5,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg"
COPYRIGHT="2009-2010 Raph Levien" COPYRIGHT="2009-2010 Raph Levien"
LICENSE="GNU GPL v2 LICENSE="GNU GPL v2
GNU LGPL v2" GNU LGPL v2"
REVISION="2" REVISION="3"
SOURCE_URI="https://download.gnome.org/sources/librsvg/2.50/librsvg-$portVersion.tar.xz" SOURCE_URI="https://download.gnome.org/sources/librsvg/2.50/librsvg-$portVersion.tar.xz"
CHECKSUM_SHA256="a4298a98e3a95fdd73c858c17d4dd018525fb09dbb13bbd668a0c2243989e958" CHECKSUM_SHA256="a4298a98e3a95fdd73c858c17d4dd018525fb09dbb13bbd668a0c2243989e958"
PATCHES="librsvg-$portVersion.patchset" PATCHES="librsvg-$portVersion.patchset"
@@ -54,15 +54,24 @@ PROVIDES_devel="
" "
REQUIRES_devel=" REQUIRES_devel="
librsvg$secondaryArchSuffix == $portVersion base librsvg$secondaryArchSuffix == $portVersion base
lib:libcairo$secondaryArchSuffix devel:libcairo$secondaryArchSuffix
lib:libgdk_pixbuf_2.0$secondaryArchSuffix devel:libffi$secondaryArchSuffix
lib:libgio_2.0$secondaryArchSuffix devel:libfontconfig$secondaryArchSuffix
lib:libglib_2.0$secondaryArchSuffix devel:libfreetype$secondaryArchSuffix
devel:libgdk_pixbuf_2.0$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libgraphite$secondaryArchSuffix
devel:libharfbuzz$secondaryArchSuffix
devel:libpcre$secondaryArchSuffix
devel:libpixman_1$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libxml2$secondaryArchSuffix
devel:libz$secondaryArchSuffix
" "
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_devel
shared_mime_info$secondaryArchSuffix # shared_mime_info$secondaryArchSuffix
devel:libcairo$secondaryArchSuffix devel:libcairo$secondaryArchSuffix
devel:libcroco_0.6$secondaryArchSuffix devel:libcroco_0.6$secondaryArchSuffix
devel:libfontconfig$secondaryArchSuffix devel:libfontconfig$secondaryArchSuffix
@@ -100,8 +109,7 @@ BUILD()
runConfigure --omit-dirs binDir ./configure \ runConfigure --omit-dirs binDir ./configure \
--bindir=$commandBinDir \ --bindir=$commandBinDir \
--disable-pixbuf-loader \ --disable-pixbuf-loader \
--disable-introspection \ --disable-introspection
--disable-static
make $jobArgs make $jobArgs
} }