mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
xmlroff: bump version, fix libpng16 reference (#3795)
This commit is contained in:
committed by
Jérôme Duval
parent
c347054321
commit
99ec6decdf
97
app-text/xmlroff/xmlroff-0.6.3.recipe
Normal file
97
app-text/xmlroff/xmlroff-0.6.3.recipe
Normal file
@@ -0,0 +1,97 @@
|
||||
SUMMARY="XML-FO to PDF formatter"
|
||||
DESCRIPTION="A fast, free, high-quality, multi-platform XSL formatter that \
|
||||
aims to excel at DocBook formatting and that integrates easily with other \
|
||||
programs and with scripting languages."
|
||||
HOMEPAGE="http://xmlroff.org"
|
||||
COPYRIGHT="2001-2002 Sun Microsystems
|
||||
2007-2010 Meneith Consulting
|
||||
2011-2012 Mentea"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/xmlroff/xmlroff/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ef8386da3cd2fb12ac0d59899e3017b5ab2bebe8df23a94dbe95191724c3bc8f"
|
||||
PATCHES="xmlroff-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
xmlroff$secondaryArchSuffix = $portVersion
|
||||
cmd:xmlroff$secondaryArchSuffix
|
||||
lib:libfo_0.6$secondaryArchSuffix = 0.603.0 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libbz2$secondaryArchSuffix
|
||||
lib:libcairo$secondaryArchSuffix
|
||||
lib:libffi$secondaryArchSuffix
|
||||
lib:libfontconfig$secondaryArchSuffix
|
||||
lib:libfreetype$secondaryArchSuffix
|
||||
lib:libfribidi$secondaryArchSuffix
|
||||
lib:libgdk_pixbuf_2.0$secondaryArchSuffix
|
||||
lib:libglib_2.0$secondaryArchSuffix
|
||||
lib:libgobject_2.0$secondaryArchSuffix
|
||||
lib:libgthread_2.0$secondaryArchSuffix
|
||||
lib:libharfbuzz$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libpango_1.0$secondaryArchSuffix
|
||||
lib:libpangoft_1.0$secondaryArchSuffix
|
||||
lib:libpixman_1$secondaryArchSuffix
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
lib:libxslt$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
xmlroff${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libfo_0.6$secondaryArchSuffix = 0.603.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
xmlroff$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
docbook_xsl_stylesheets
|
||||
devel:libcairo$secondaryArchSuffix
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libfribidi$secondaryArchSuffix
|
||||
devel:libgdk_pixbuf_2.0$secondaryArchSuffix
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
devel:libpango_1.0$secondaryArchSuffix
|
||||
devel:libxslt$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:libtool
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
pushd xmlroff
|
||||
|
||||
runConfigure autogen.sh
|
||||
make $jobArgs
|
||||
|
||||
popd
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
pushd xmlroff
|
||||
make install
|
||||
popd
|
||||
|
||||
rm $libDir/libfo*.la
|
||||
|
||||
prepareInstalledDevelLib libfo-0.6
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
Reference in New Issue
Block a user