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

Jan Steffens heftig at archlinux.org
Sun Jun 6 19:38:52 UTC 2021


    Date: Sunday, June 6, 2021 @ 19:38:51
  Author: heftig
Revision: 417225

whoops, actually remove xvfb

Modified:
  yelp/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 19:37:34 UTC (rev 417224)
+++ PKGBUILD	2021-06-06 19:38:51 UTC (rev 417225)
@@ -9,7 +9,7 @@
 license=(GPL)
 arch=(x86_64)
 depends=(webkit2gtk yelp-xsl libxslt xz bzip2)
-makedepends=(gtk-doc itstool autoconf-archive git xorg-server-xvfb appstream-glib)
+makedepends=(gtk-doc itstool autoconf-archive git appstream-glib)
 groups=(gnome)
 _commit=d40e046f2e8c58c5d9238ee852d64fe58890975e  # tags/40.2^0
 source=("git+https://gitlab.gnome.org/GNOME/yelp.git#commit=$_commit")
@@ -30,9 +30,6 @@
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
     --disable-static --enable-gtk-doc --enable-compile-warnings=minimum
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  # Documentation generation segfaults without X11
-  #xvfb-run -s '-nolisten local' make
   make
 }
 



More information about the arch-commits mailing list