aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-28 08:29:57 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-03-28 08:21:48 +0000
commit925423e62c145f6d4832416261b5439c9ba759ca (patch)
tree2c3a3d7fa32f34ced93d18119f577f1033e0b6cd
parentb0c49213ff627296c1065486090552c60fce680d (diff)
downloadaports-925423e62c145f6d4832416261b5439c9ba759ca.tar.bz2
aports-925423e62c145f6d4832416261b5439c9ba759ca.tar.xz
community/gjs: upgrade to 1.64.1
-rw-r--r--community/gjs/APKBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/community/gjs/APKBUILD b/community/gjs/APKBUILD
index 4ec9c49409..16067a8313 100644
--- a/community/gjs/APKBUILD
+++ b/community/gjs/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gjs
-pkgver=1.64.0
-pkgrel=1
+pkgver=1.64.1
+pkgrel=0
pkgdesc="GNOME javascript library"
url="https://wiki.gnome.org/Projects/Gjs"
arch="all !s390x"
@@ -10,10 +10,14 @@ license="MIT AND LGPL-2.0-or-later"
makedepends="dbus gobject-introspection-dev mozjs68-dev mozjs68
gtk+3.0-dev cairo-dev meson"
checkdepends="xvfb-run"
-options="!check" # testCommandLine.sh fails
subpackages="$pkgname-dev"
source="https://download.gnome.org/sources/gjs/${pkgver%.*}/gjs-$pkgver.tar.xz"
+# Tests fail on 32-bit: https://gitlab.gnome.org/GNOME/gjs/-/issues/312
+case "$CARCH" in
+ x86|armv7|armhf) options="!check";;
+esac
+
build() {
meson \
--prefix=/usr \
@@ -34,4 +38,4 @@ package() {
DESTDIR="$pkgdir" ninja -C output install
}
-sha512sums="93d5417ebb74db16c3a943799fd1ef28e2a964ba8806944077c331458b312e99a880bec1ededcdc266510deced20f936cb47f3158907dc7ef760703ee8eabda7 gjs-1.64.0.tar.xz"
+sha512sums="8d076b9d9ff3eb66dc76ff1f3ea4c24de0604979b537cd09a62e3c5718f08a0acb6f29de60ed62bb7215a8ffa1387904db98e147d9b20cfab0391f7060566b2f gjs-1.64.1.tar.xz"