Date: Friday, May 19, 2023 @ 01:56:21
  Author: heftig
Revision: 478032

1.76.0-2: add backport for FS#78549

Modified:
  gjs/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-18 21:04:47 UTC (rev 478031)
+++ PKGBUILD    2023-05-19 01:56:21 UTC (rev 478032)
@@ -3,7 +3,7 @@
 
 pkgname=gjs
 pkgver=1.76.0
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs";
@@ -31,7 +31,7 @@
 provides=(libgjs.so)
 _commit=ff2e1b2f15cf246eb391a356a0ac0ea09fafc2e6  # tags/1.76.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd gjs
@@ -40,6 +40,11 @@
 
 prepare() {
   cd gjs
+
+  # https://bugs.archlinux.org/task/78549
+  # https://gitlab.gnome.org/GNOME/gjs/-/issues/472
+  # https://gitlab.gnome.org/GNOME/gjs/-/merge_requests/834
+  git cherry-pick -n 1b49495e762e051d60c7e2efda038de9eea4a214
 }
 
 build() {

Reply via email to