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

Jan Steffens heftig at archlinux.org
Sat Sep 19 15:56:49 UTC 2020


    Date: Saturday, September 19, 2020 @ 15:56:49
  Author: heftig
Revision: 396319

1.46.2-1

Modified:
  pango/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-19 15:47:47 UTC (rev 396318)
+++ PKGBUILD	2020-09-19 15:56:49 UTC (rev 396319)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=pango
-pkgver=1.46.1
+pkgver=1.46.2
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text"
@@ -11,9 +11,9 @@
 license=(LGPL)
 depends=(libthai cairo libxft harfbuzz fribidi)
 makedepends=(gobject-introspection help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts noto-fonts)
+checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
 provides=(libpango{,cairo,ft2,xft}-1.0.so)
-_commit=265c4e50d29d58c0e07c0db26805220c7b878f5c  # tags/1.46.1^0
+_commit=296711130ef90d9555bd6ada5b258bb75d622c12  # tags/1.46.2^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,7 +27,9 @@
 }
 
 build() {
-  arch-meson pango build -D gtk_doc=true
+  arch-meson pango build \
+    -D gtk_doc=true \
+    -D sysprof=disabled
   meson compile -C build
 }
 
@@ -38,3 +40,5 @@
 package() {
   DESTDIR="$pkgdir" meson install -C build
 }
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list