59 lines
1.6 KiB
Text
59 lines
1.6 KiB
Text
# Template build file for 'pango'.
|
|
pkgname=pango
|
|
version=1.36.8
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-included-modules=basic-fc $(vopt_enable gir introspection)"
|
|
hostmakedepends="libtool pkg-config glib-devel $(vopt_if gir gobject-introspection)"
|
|
# XXX Add missing dependency libthai.
|
|
makedepends="libglib-devel>=2.38 cairo-devel libXft-devel harfbuzz-devel>=0.9.9"
|
|
triggers="pango-modules"
|
|
short_desc="Library for layout and rendering of text"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.pango.org/"
|
|
license="LGPL-2.1"
|
|
distfiles="${GNOME_SITE}/pango/1.36/${pkgname}-${version}.tar.xz"
|
|
checksum=18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07
|
|
|
|
# Package build options
|
|
build_options="gir"
|
|
# Disable gir for cross builds.
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default="gir"
|
|
fi
|
|
|
|
pre_configure() {
|
|
libtoolize -f
|
|
}
|
|
|
|
pango-xft_package() {
|
|
replaces="pango<1.36.3_2"
|
|
short_desc+=" - X font rendering"
|
|
pkg_install() {
|
|
vmove usr/lib/libpangoxft*.so.*
|
|
if [ "$build_option_gir" ]; then
|
|
vmove usr/lib/girepository-1.0/PangoXft-1.0.typelib
|
|
fi
|
|
}
|
|
}
|
|
pango-view_package() {
|
|
replaces="pango<1.36.3_3"
|
|
short_desc+=" - utility to view pango files"
|
|
pkg_install() {
|
|
vmove usr/bin/pango-view
|
|
vmove usr/share/man/man1/pango-view.1
|
|
}
|
|
}
|
|
pango-devel_package() {
|
|
depends="${makedepends} pango-xft>=${version}_${revision} pango>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
if [ "$build_option_gir" ]; then
|
|
vmove "usr/share/gir-*"
|
|
fi
|
|
vmove usr/share/gtk-doc
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|