pango: Update to 1.36.2
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
_realname=pango
|
||||
_mingw_suff=mingw-w64-${CARCH}
|
||||
pkgname="${_mingw_suff}-${_realname}"
|
||||
pkgver=1.36.1
|
||||
pkgver=1.36.2
|
||||
pkgrel=1
|
||||
pkgdesc="A library for layout and rendering of text (mingw-w64)"
|
||||
arch=(any)
|
||||
url="http://www.pango.org"
|
||||
license=("LGPL")
|
||||
makedepends=("${_mingw_suff}-gcc" "${_mingw_suff}-pkg-config")
|
||||
depends=("${_mingw_suff}-crt"
|
||||
depends=("${_mingw_suff}-gcc-libs"
|
||||
"${_mingw_suff}-freetype"
|
||||
"${_mingw_suff}-fontconfig"
|
||||
"${_mingw_suff}-cairo"
|
||||
@@ -19,7 +19,7 @@ depends=("${_mingw_suff}-crt"
|
||||
options=('staticlibs' 'strip')
|
||||
source=("http://ftp.gnome.org/pub/gnome/sources/pango/${pkgver:0:4}/pango-${pkgver}.tar.xz"
|
||||
"pango_enable_static_build.patch")
|
||||
sha256sums=('42e4b51cdc99e6878a9ea2a5ef2b31b79c1033f8518726df738a3c54c90e59f8'
|
||||
sha256sums=('f07f9392c9cf20daf5c17a210b2c3f3823d517e1917b72f20bb19353b2bc2c63'
|
||||
'9657bfd3a4cca308026a2024b49a01376f948973d713ff711b26ebfd2621b1b3')
|
||||
|
||||
prepare() {
|
||||
@@ -51,4 +51,4 @@ package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
find "${pkgdir}${MINGW_PREFIX}" -name '*.def' -o -name '*.exp' | xargs -rtl1 rm
|
||||
rm -r "${pkgdir}${MINGW_PREFIX}/share"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user