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

Jan Steffens heftig at gemini.archlinux.org
Tue Aug 10 18:33:20 UTC 2021


    Date: Tuesday, August 10, 2021 @ 18:33:20
  Author: heftig
Revision: 421295

1.68.2-1

Modified:
  gjs/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-10 18:31:42 UTC (rev 421294)
+++ PKGBUILD	2021-08-10 18:33:20 UTC (rev 421295)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gjs
-pkgver=1.68.1
+pkgver=1.68.2
 pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection git meson dbus)
 checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
-_commit=1639d90f350aa271cb84478c8ae69c1aa2abb419  # tags/1.68.1^0
+_commit=dd4944f4271f65dc57438a9ff8d47f55b3acd928  # tags/1.68.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -24,9 +24,6 @@
 
 prepare() {
   cd $pkgname
-
-  # Fix _LocalFilePrototype
-  git cherry-pick -n ec9385b89cb2bce0615093c3c957cbbb5ea6b769
 }
 
 build() {
@@ -44,5 +41,5 @@
 
 package() {
   depends+=(libreadline.so)
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list