From 11b8bfece481479266731e74f5e2d3627904e8f4 Mon Sep 17 00:00:00 2001 From: heftig Date: Fri, 19 May 2023 01:56:56 +0000 Subject: [PATCH] archrelease: copy trunk to extra-x86_64 git-svn-id: file:///srv/repos/svn-packages/svn@478033 eb2447ed-0c53-47e4-bac8-5bc4a241df78 --- gjs/repos/extra-x86_64/PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gjs/repos/extra-x86_64/PKGBUILD b/gjs/repos/extra-x86_64/PKGBUILD index 06fc16f26c8..23c602a230c 100644 --- a/gjs/repos/extra-x86_64/PKGBUILD +++ b/gjs/repos/extra-x86_64/PKGBUILD @@ -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 @@ checkdepends=( 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 @@ pkgver() { 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() { -- 2.11.4.GIT