librsvg, revbump for missing shared_mime_info (#5716)

This commit is contained in:
Schrijvers Luc
2021-02-15 19:25:29 +01:00
committed by GitHub
parent e95453d8c1
commit 9a7ff885f3

View File

@@ -5,7 +5,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg"
COPYRIGHT="2009-2010 Raph Levien"
LICENSE="GNU GPL v2
GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.gnome.org/sources/librsvg/2.50/librsvg-$portVersion.tar.xz"
CHECKSUM_SHA256="a4298a98e3a95fdd73c858c17d4dd018525fb09dbb13bbd668a0c2243989e958"
PATCHES="librsvg-$portVersion.patchset"
@@ -62,6 +62,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
shared_mime_info$secondaryArchSuffix
devel:libcairo$secondaryArchSuffix
devel:libcroco_0.6$secondaryArchSuffix
devel:libfontconfig$secondaryArchSuffix
@@ -99,7 +100,8 @@ BUILD()
runConfigure --omit-dirs binDir ./configure \
--bindir=$commandBinDir \
--disable-pixbuf-loader \
--disable-introspection
--disable-introspection \
--disable-static
make $jobArgs
}