Date: Thursday, September 12, 2019 @ 21:29:26 Author: heftig Revision: 362348
1.58.0-1 Modified: gjs/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-12 21:23:36 UTC (rev 362347) +++ PKGBUILD 2019-09-12 21:29:26 UTC (rev 362348) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=gjs -pkgver=1.56.2 +pkgver=1.58.0 pkgrel=1 epoch=2 pkgdesc="Javascript Bindings for GNOME" @@ -9,10 +9,10 @@ url="https://wiki.gnome.org/Projects/Gjs" arch=(x86_64) license=(GPL) -depends=(cairo gobject-introspection-runtime js60 gtk3) -makedepends=(gobject-introspection git autoconf-archive) +depends=(cairo gobject-introspection-runtime js60 dconf) +makedepends=(gobject-introspection git autoconf-archive sysprof) checkdepends=(valgrind xorg-server-xvfb) -_commit=51ebacc5f3ffd46a1ac445aa324ebcdc55975b7d # tags/1.56.2^0 +_commit=4318cc82de60e88b4727e25260a1bd4872093dac # tags/1.58.0^0 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit") sha256sums=('SKIP') @@ -32,8 +32,7 @@ --prefix=/usr \ --libexecdir=/usr/lib \ --disable-static \ - --enable-compile-warnings=yes \ - $(type -P Xvfb >/dev/null && echo --with-xvfb-tests) + --enable-compile-warnings=yes sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make } @@ -40,7 +39,7 @@ check() { cd $pkgname - make -j1 check + xvfb-run make check } package() {
