2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'pango'.
|
|
|
|
pkgname=pango
|
2013-05-13 20:27:16 +02:00
|
|
|
version=1.34.1
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-01-07 14:41:49 +01:00
|
|
|
configure_args="--with-included-modules=basic-fc"
|
2013-03-28 06:37:03 +01:00
|
|
|
hostmakedepends="pkg-config"
|
2013-04-12 19:13:19 +02:00
|
|
|
# XXX Add missing dependency libthai.
|
2013-05-06 14:01:27 +02:00
|
|
|
makedepends="glib-devel>=2.36 cairo-devel libXft-devel harfbuzz-devel>=0.9.9"
|
2008-10-02 22:46:19 +02:00
|
|
|
short_desc="Library for layout and rendering of text"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-28 13:48:23 +02:00
|
|
|
homepage="http://www.pango.org/"
|
|
|
|
license="LGPL-2.1"
|
2013-03-28 06:37:03 +01:00
|
|
|
distfiles="${GNOME_SITE}/pango/1.34/${pkgname}-${version}.tar.xz"
|
2013-05-13 20:27:16 +02:00
|
|
|
checksum=1aea30df34a8ae4fcce71afd22aa5b57224b52916d46e3ea81ff9f1eb130e64c
|
2013-04-12 19:13:19 +02:00
|
|
|
|
2013-05-06 14:01:27 +02:00
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
|
|
# needs glib-mkenums
|
|
|
|
hostmakedepends+=" automake libtool gtk-doc glib-devel"
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
|
|
|
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 19:13:19 +02:00
|
|
|
pango-devel_package() {
|
|
|
|
depends="libglib-devel cairo-devel fontconfig-devel freetype-devel
|
|
|
|
libXft-devel harfbuzz-devel pango-${version}_${revision}"
|
2013-05-06 14:01:27 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 19:13:19 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2013-05-06 14:01:27 +02:00
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
vmove "usr/share/gir-*"
|
|
|
|
fi
|
2013-04-12 19:13:19 +02:00
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
pango_package() {
|
|
|
|
depends="libharfbuzz>=0.9.9 fontconfig>=2.10.91"
|
|
|
|
triggers="pango-modules"
|
|
|
|
pkg_install() {
|
2013-05-06 14:01:27 +02:00
|
|
|
vmove all
|
2013-04-12 19:13:19 +02:00
|
|
|
}
|
|
|
|
}
|