Date: Tuesday, February 21, 2023 @ 23:43:54 Author: heftig Revision: 469418
1.74.2-1 Modified: gjs/trunk/PKGBUILD ----------+ PKGBUILD | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-21 23:43:00 UTC (rev 469417) +++ PKGBUILD 2023-02-21 23:43:54 UTC (rev 469418) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=gjs -pkgver=1.74.1 +pkgver=1.74.2 pkgrel=1 epoch=2 pkgdesc="Javascript Bindings for GNOME" @@ -9,12 +9,27 @@ url="https://wiki.gnome.org/Projects/Gjs" arch=(x86_64) license=(GPL) -depends=(cairo gobject-introspection-runtime js102 dconf readline - libsysprof-capture) -makedepends=(gobject-introspection git meson dbus) -checkdepends=(xorg-server-xvfb gtk3 gtk4) +depends=( + cairo + dconf + gobject-introspection-runtime + js102 + libsysprof-capture + readline +) +makedepends=( + dbus + git + gobject-introspection + meson +) +checkdepends=( + gtk3 + gtk4 + xorg-server-xvfb +) provides=(libgjs.so) -_commit=d11a2a8bb4c1a47cf0104fc198e0126aa35b06f8 # tags/1.74.1^0 +_commit=b89a510c55224d042d9e4121d2b27177425fa08a # tags/1.74.2^0 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit") sha256sums=('SKIP') @@ -41,7 +56,7 @@ } check() { - xvfb-run -s '-nolisten local' \ + dbus-run-session xvfb-run -s '-nolisten local' \ meson test -C build --print-errorlogs }
