diff --git a/srcpkgs/pango/template b/srcpkgs/pango/template index 6fe46c7108a..3adc18fd347 100644 --- a/srcpkgs/pango/template +++ b/srcpkgs/pango/template @@ -1,10 +1,11 @@ # Template build file for 'pango'. pkgname=pango -version=1.40.6 +version=1.40.7 revision=1 build_style=gnu-configure -configure_args="--with-included-modules=basic-fc $(vopt_enable gir introspection)" -hostmakedepends="automake libtool pkg-config gtk-doc glib-devel $(vopt_if gir gobject-introspection)" +configure_args="$(vopt_enable gir introspection)" +hostmakedepends="automake libtool pkg-config gtk-doc glib-devel + $(vopt_if gir gobject-introspection)" # XXX Add missing dependency libthai. makedepends="libglib-devel cairo-devel libXft-devel harfbuzz-devel" triggers="pango-modules" @@ -13,7 +14,7 @@ maintainer="Juan RP " homepage="http://www.pango.org/" license="LGPL-2.1" distfiles="${GNOME_SITE}/pango/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=ca152b7383a1e9f7fd74ae96023dc6770dc5043414793bfe768ff06b6759e573 +checksum=517645c00c4554e82c0631e836659504d3fd3699c564c633fccfdfd37574e278 # Package build options build_options="gir"