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

Jan Steffens heftig at archlinux.org
Tue Sep 29 16:39:13 UTC 2020


    Date: Tuesday, September 29, 2020 @ 16:39:13
  Author: heftig
Revision: 396965

1.46.2-2: sysprof

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-29 16:38:22 UTC (rev 396964)
+++ PKGBUILD	2020-09-29 16:39:13 UTC (rev 396965)
@@ -3,7 +3,7 @@
 
 pkgname=pango
 pkgver=1.46.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A library for layout and rendering of text"
 url="https://www.pango.org/"
@@ -10,7 +10,7 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(libthai cairo libxft harfbuzz fribidi)
-makedepends=(gobject-introspection help2man gtk-doc git meson)
+makedepends=(gobject-introspection help2man gtk-doc git meson sysprof)
 checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
 provides=(libpango{,cairo,ft2,xft}-1.0.so)
 _commit=296711130ef90d9555bd6ada5b258bb75d622c12  # tags/1.46.2^0
@@ -29,7 +29,7 @@
 build() {
   arch-meson pango build \
     -D gtk_doc=true \
-    -D sysprof=disabled
+    -D sysprof=enabled
   meson compile -C build
 }
 



More information about the arch-commits mailing list