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

Jan Steffens heftig at gemini.archlinux.org
Mon Aug 8 07:18:57 UTC 2022


    Date: Monday, August 8, 2022 @ 07:18:57
  Author: heftig
Revision: 452405

1.72.2-1

Modified:
  gjs/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-08 07:03:57 UTC (rev 452404)
+++ PKGBUILD	2022-08-08 07:18:57 UTC (rev 452405)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gjs
-pkgver=1.72.1
+pkgver=1.72.2
 pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
@@ -15,7 +15,7 @@
 checkdepends=(xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
 options=(debug)
-_commit=2043fd25b89fcc93f01d74572d2f9afcb714f599  # tags/1.72.1^0
+_commit=56d74f6fd6398d933696eaf96c1f3a3f2a52cbf9  # tags/1.72.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -26,6 +26,10 @@
 
 prepare() {
   cd gjs
+
+  # Work around https://github.com/mesonbuild/meson/issues/10577
+  sed -e "/protocol/s/'tap'/'exitcode'/" \
+      -i {test,installed-tests{,/js}}/meson.build
 }
 
 build() {



More information about the arch-commits mailing list