diff options
-rw-r--r-- | main/pango/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/main/pango/APKBUILD b/main/pango/APKBUILD index f7fcb2ce9c..b0fe19dde3 100644 --- a/main/pango/APKBUILD +++ b/main/pango/APKBUILD @@ -1,19 +1,19 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pango -pkgver=1.44.1 -pkgrel=1 +pkgver=1.44.3 +pkgrel=0 pkgdesc="A library for layout and rendering of text" url="https://www.pango.org/" arch="all" license="LGPL-2.1-or-later" depends_dev="pango-tools=$pkgname-r$pkgrel" makedepends="meson cairo-dev expat-dev gobject-introspection-dev help2man - fontconfig-dev freetype-dev glib-dev harfbuzz-dev libxft-dev fribidi-dev" + fontconfig-dev glib-dev harfbuzz-dev libxft-dev fribidi-dev" install="$pkgname.pre-deinstall" triggers="$pkgname.trigger=/usr/lib/pango/*/modules" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" -source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz +source="https://download.gnome.org/sources/pango/${pkgver%.*}/pango-$pkgver.tar.xz disable-tests.patch fix-include-hb.patch " @@ -23,7 +23,7 @@ build() { meson \ --prefix=/usr \ -Dintrospection=true \ - -Dgtk_docs=false \ + -Dgtk_doc=false \ build ninja -C build } @@ -48,6 +48,6 @@ tools() { mv "$pkgdir"/usr/bin/* "$subpkgdir"/usr/bin } -sha512sums="b28091ed522fec6c260d9bdf7cb2b6b8a445373c92dccc0ade4719f2cf017562ab366cf5ee03ca5b2796437bfb95e27659e6cef20354c91e017a8fa41738e1ec pango-1.44.1.tar.xz +sha512sums="6050dfa2b5dc9be2a89bffa810059a7eb16ee751d04b9da51fdbebd5437dc2eb5d7fcecba22b7cada6c151557a6201ebe8a2e96529b3cb74db856b7a9adfbf12 pango-1.44.3.tar.xz 5394716f596af3ec7476ff83cb98733e2e2a11b52225577dbc18432abce5787fe3f145a35488361a7a90ad3ad53b5962f1e39900f7ba7b34c1e6c181ee9f1c2d disable-tests.patch 0db43f91c7da15cb90d6e5bea18a4cf3f2afe7c11979eff60ce61e84a287f404114d4250cb03bdc48323af84ec2c578f3a7ee830d1d965f203d5e1979f6360fa fix-include-hb.patch" |