pango: update to 1.36.1.
This commit is contained in:
parent
1abf600cca
commit
45c78ca697
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'pango'.
|
||||
pkgname=pango
|
||||
version=1.36.0
|
||||
version=1.36.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-included-modules=basic-fc"
|
||||
|
@ -12,7 +12,7 @@ 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=bb41d1b26ee7450e5430a7d2765f38c51ebe72db9fce616a9ee52611b55906a0
|
||||
checksum=42e4b51cdc99e6878a9ea2a5ef2b31b79c1033f8518726df738a3c54c90e59f8
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" libtool"
|
||||
|
@ -39,7 +39,7 @@ fi
|
|||
|
||||
pango-devel_package() {
|
||||
depends="libglib-devel>=2.38 cairo-devel fontconfig-devel freetype-devel
|
||||
libXft-devel harfbuzz-devel pango-${version}_${revision}"
|
||||
libXft-devel harfbuzz-devel pango>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue