2008-10-04 04:29:49 +00:00
|
|
|
# Template build file for 'pango'.
|
|
|
|
pkgname=pango
|
2014-02-05 07:55:19 +00:00
|
|
|
version=1.36.2
|
2013-05-13 18:27:16 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-01-07 13:41:49 +00:00
|
|
|
configure_args="--with-included-modules=basic-fc"
|
2013-09-25 07:28:06 +00:00
|
|
|
hostmakedepends="pkg-config glib-devel"
|
2013-04-12 17:13:19 +00:00
|
|
|
# XXX Add missing dependency libthai.
|
2013-09-25 07:28:06 +00:00
|
|
|
makedepends="libglib-devel>=2.38 cairo-devel libXft-devel harfbuzz-devel>=0.9.9"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="libharfbuzz>=0.9.9 fontconfig>=2.10.91"
|
|
|
|
triggers="pango-modules"
|
2008-10-02 20:46:19 +00:00
|
|
|
short_desc="Library for layout and rendering of text"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-28 11:48:23 +00:00
|
|
|
homepage="http://www.pango.org/"
|
|
|
|
license="LGPL-2.1"
|
2013-09-25 07:28:06 +00:00
|
|
|
distfiles="${GNOME_SITE}/pango/1.36/${pkgname}-${version}.tar.xz"
|
2014-02-05 07:55:19 +00:00
|
|
|
checksum=f07f9392c9cf20daf5c17a210b2c3f3823d517e1917b72f20bb19353b2bc2c63
|
2013-04-12 17:13:19 +00:00
|
|
|
|
2013-05-06 12:01:27 +00:00
|
|
|
if [ "$CROSS_BUILD" ]; then
|
2013-09-25 07:28:06 +00:00
|
|
|
hostmakedepends+=" libtool"
|
2013-05-06 12:01:27 +00:00
|
|
|
pre_configure() {
|
2013-09-25 07:28:06 +00:00
|
|
|
libtoolize -f
|
2013-05-06 12:01:27 +00:00
|
|
|
}
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Package build options
|
|
|
|
build_options="gir"
|
|
|
|
desc_option_gir="Enable support for building gobject introspection data"
|
|
|
|
|
|
|
|
# Disable gir for cross builds.
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
|
|
build_options_default="gir"
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
configure_args+=" --enable-introspection"
|
|
|
|
makedepends+=" gobject-introspection"
|
|
|
|
else
|
|
|
|
configure_args+=" --disable-introspection"
|
|
|
|
fi
|
|
|
|
|
2013-04-12 17:13:19 +00:00
|
|
|
pango-devel_package() {
|
2013-09-25 07:28:06 +00:00
|
|
|
depends="libglib-devel>=2.38 cairo-devel fontconfig-devel freetype-devel
|
2013-11-12 08:16:16 +00:00
|
|
|
libXft-devel harfbuzz-devel pango>=${version}_${revision}"
|
2013-05-06 12:01:27 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 17:13:19 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2013-05-06 12:01:27 +00:00
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
vmove "usr/share/gir-*"
|
|
|
|
fi
|
2013-04-12 17:13:19 +00:00
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
}
|
|
|
|
}
|