pango: update to 1.32.3.
This commit is contained in:
parent
55a2039ed3
commit
952c057d24
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template build file for 'pango'.
|
||||
pkgname=pango
|
||||
version=1.32.2
|
||||
version=1.32.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
# XXX Add missing dependency libthai.
|
||||
depends="libharfbuzz>=0.9.7"
|
||||
makedepends="pkg-config glib-devel cairo-devel fontconfig-devel freetype-devel
|
||||
libXft-devel libXrender-devel harfbuzz-devel gobject-introspection"
|
||||
libXft-devel libXrender-devel harfbuzz-devel>=0.9.7 gobject-introspection"
|
||||
subpackages="pango-devel"
|
||||
triggers="pango-modules"
|
||||
short_desc="Library for layout and rendering of text"
|
||||
|
@ -13,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.pango.org/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/pango/1.32/${pkgname}-${version}.tar.xz"
|
||||
checksum=23124e01a7795374a6c2864b69ee49064de31b84b3776924461c0b8b42e8e5cb
|
||||
checksum=19a1a4fa021fcf96261de3cb809295ac06546f2a061c3c623141f2f4989b6a36
|
||||
long_desc="
|
||||
Pango is a library for layout and rendering of text, with an emphasis
|
||||
on internationalization. Pango can be used anywhere that text layout
|
||||
|
|
Loading…
Reference in a new issue