[arch-commits] Commit in pango/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Mar 22 17:44:05 UTC 2021
Date: Monday, March 22, 2021 @ 17:44:04
Author: heftig
Revision: 410716
1.48.3-2: no sysprof
Modified:
pango/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-22 17:36:09 UTC (rev 410715)
+++ PKGBUILD 2021-03-22 17:44:04 UTC (rev 410716)
@@ -3,7 +3,7 @@
pkgname=pango
pkgver=1.48.3
-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 git meson sysprof)
+makedepends=(gobject-introspection help2man git meson)
checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
provides=(libpango{,cairo,ft2,xft}-1.0.so)
_commit=9d35e956dc7e76cde6cd3ef66f880d33e5624f07 # tags/1.48.3^0
@@ -27,8 +27,7 @@
}
build() {
- arch-meson pango build \
- -D sysprof=enabled
+ arch-meson pango build
meson compile -C build
}
@@ -38,9 +37,6 @@
package() {
DESTDIR="$pkgdir" meson install -C build
-
- # Avoid a dep on sysprof
- sed -i 's/, sysprof-capture-4//' "$pkgdir"/usr/lib/pkgconfig/*.pc
}
# vim:set sw=2 et:
More information about the arch-commits
mailing list