Date: Monday, March 21, 2022 @ 23:46:03 Author: heftig Revision: 1168847
1.50.6-1 Modified: lib32-pango/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 23:46:03 UTC (rev 1168846) +++ PKGBUILD 2022-03-21 23:46:03 UTC (rev 1168847) @@ -4,7 +4,7 @@ # Contributor: Mikko Seppälä <[email protected]> pkgname=lib32-pango -pkgver=1.50.5 +pkgver=1.50.6 pkgrel=1 epoch=1 pkgdesc="A library for layout and rendering of text (32-bit)" @@ -13,8 +13,8 @@ license=(LGPL) depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi pango) makedepends=(git meson) -provides=(libpango{,cairo,ft2,xft}-1.0.so) -_commit=4851f23d6205e9e34ccacb48d02eae5e0f3b2f27 # tags/1.50.5^0 +options=(debug) +_commit=37a427018c92a2bc679ef104097e07a619609c9c # tags/1.50.6^0 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit") sha256sums=('SKIP') @@ -42,7 +42,10 @@ # (especially harfbuzz) don't match upstream CI package() { + provides=(libpango{,cairo,ft2,xft}-1.0.so) + meson install -C build --destdir "$pkgdir" + rm -r "$pkgdir"/usr/{bin,include} }
