pango: update to 1.40.7
This commit is contained in:
parent
1821743cdb
commit
c621393fb6
1 changed files with 5 additions and 4 deletions
|
@ -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 <xtraeme@voidlinux.eu>"
|
|||
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"
|
||||
|
|
Loading…
Reference in a new issue