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

Jan Steffens heftig at archlinux.org
Fri Mar 12 11:04:42 UTC 2021


    Date: Friday, March 12, 2021 @ 11:04:42
  Author: heftig
Revision: 409670

1.48.3-1: disable docs; even with gi-docgen nothing is installed

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-12 10:15:56 UTC (rev 409669)
+++ PKGBUILD	2021-03-12 11:04:42 UTC (rev 409670)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=pango
-pkgver=1.48.2
+pkgver=1.48.3
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text"
@@ -10,10 +10,10 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(libthai cairo libxft harfbuzz fribidi)
-makedepends=(gobject-introspection help2man gtk-doc git meson sysprof)
+makedepends=(gobject-introspection help2man git meson sysprof)
 checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
 provides=(libpango{,cairo,ft2,xft}-1.0.so)
-_commit=a152a56f4ff0784533f4a3cc93b782c653e764c6  # tags/1.48.2^0
+_commit=9d35e956dc7e76cde6cd3ef66f880d33e5624f07  # tags/1.48.3^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -28,7 +28,6 @@
 
 build() {
   arch-meson pango build \
-    -D gtk_doc=true \
     -D sysprof=enabled
   meson compile -C build
 }



More information about the arch-commits mailing list