Date: Sunday, June 6, 2021 @ 19:37:34 Author: heftig Revision: 417224
40.2-1 Modified: yelp/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-06 19:34:25 UTC (rev 417223) +++ PKGBUILD 2021-06-06 19:37:34 UTC (rev 417224) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=yelp -pkgver=40.0 +pkgver=40.2 pkgrel=1 pkgdesc="Get help with GNOME" url="https://wiki.gnome.org/Apps/Yelp" @@ -11,7 +11,7 @@ depends=(webkit2gtk yelp-xsl libxslt xz bzip2) makedepends=(gtk-doc itstool autoconf-archive git xorg-server-xvfb appstream-glib) groups=(gnome) -_commit=b057ef2448470eb60d91eecb281d6935ca71c283 # tags/40.0^0 +_commit=d40e046f2e8c58c5d9238ee852d64fe58890975e # tags/40.2^0 source=("git+https://gitlab.gnome.org/GNOME/yelp.git#commit=$_commit") sha256sums=('SKIP') @@ -32,7 +32,8 @@ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Documentation generation segfaults without X11 - xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' make + #xvfb-run -s '-nolisten local' make + make } package() {
