[arch-commits] Commit in pango/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sat Mar 5 18:47:28 UTC 2022


    Date: Saturday, March 5, 2022 @ 18:47:28
  Author: heftig
Revision: 438987

1.50.5-1

Modified:
  pango/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-05 18:46:14 UTC (rev 438986)
+++ PKGBUILD	2022-03-05 18:47:28 UTC (rev 438987)
@@ -3,7 +3,7 @@
 
 pkgbase=pango
 pkgname=(pango pango-docs)
-pkgver=1.50.4
+pkgver=1.50.5
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text"
@@ -12,8 +12,7 @@
 license=(LGPL)
 depends=(libthai cairo libxft harfbuzz fribidi)
 makedepends=(gobject-introspection help2man git meson gi-docgen)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=bcf61fc3a0c30da173c8629d1458fe3440288878  # tags/1.50.4^0
+_commit=4851f23d6205e9e34ccacb48d02eae5e0f3b2f27  # tags/1.50.5^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -31,9 +30,8 @@
   meson compile -C build
 }
 
-check() {
-  meson test -C build --print-errorlogs
-}
+# not running checks: validation breaks when deps
+# (especially harfbuzz) don't match upstream CI
 
 package_pango() {
   provides=(libpango{,cairo,ft2,xft}-1.0.so)



More information about the arch-commits mailing list