[arch-commits] Commit in cjs/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Tue Apr 24 18:06:31 UTC 2018
Date: Tuesday, April 24, 2018 @ 18:06:30
Author: eschwartz
Revision: 317607
upgpkg: cjs 3.8.0-1
upstream release
ported to js52
add xvfb to testsuite; it still doesn't completely pass
Modified:
cjs/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-24 17:47:06 UTC (rev 317606)
+++ PKGBUILD 2018-04-24 18:06:30 UTC (rev 317607)
@@ -4,16 +4,17 @@
# Contributor: Ionut Biru <ibiru at archlinux.org>
pkgname=cjs
-pkgver=3.6.1
+pkgver=3.8.0
pkgrel=1
pkgdesc="Javascript Bindings for Cinnamon"
arch=('x86_64')
url="https://github.com/linuxmint/${pkgname}"
license=('GPL')
-depends=('dbus-glib' 'gtk3' 'gobject-introspection-runtime' 'js38')
+depends=('dbus-glib' 'gtk3' 'gobject-introspection-runtime' 'js52')
makedepends=('gnome-common' 'gobject-introspection')
+checkdepends=('xorg-server-xvfb')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('648997c76acb11885a53a73aa456989784fe5f5a12e0f349bce658c1eb3e3ce2b5c576ace488962c9b012fc85c2c3dd828f61f857cc9da7b60ee5fcdd7d25155')
+sha512sums=('7f776be2d4863ea7bb32e266efb0c5d5e0f86bab68bdabc1478e04809f8f887b4ff0853075baffa46055d347fc22c6252faefaceba750f61b0b21229f6130bd0')
prepare() {
cd "${srcdir}"/${pkgname}-${pkgver}
@@ -38,7 +39,7 @@
cd "${srcdir}"/${pkgname}-${pkgver}
# Needs a display
- make -k check || :
+ xvfb-run make -k check || :
}
package() {
More information about the arch-commits
mailing list