gjs: update to 1.72.2.
This commit is contained in:
parent
255115f184
commit
211838617d
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gjs'
|
||||
pkgname=gjs
|
||||
version=1.72.0
|
||||
version=1.72.2
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir qemu"
|
||||
|
@ -14,7 +14,8 @@ license="MIT, LGPL-2.0-or-later"
|
|||
homepage="https://gitlab.gnome.org/GNOME/gjs"
|
||||
changelog="https://gitlab.gnome.org/GNOME/gjs/-/raw/gnome-42/NEWS"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=3ef0caf716e3920dd61f7748f6d56e476cc0fc18351ad0548e7df1a0ab9bdcad
|
||||
checksum=ddee379bdc5a7d303a5d894be2b281beb8ac54508604e7d3f20781a869da3977
|
||||
make_check_pre="xvfb-run"
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
|
@ -26,10 +27,6 @@ else
|
|||
configure_args+=" -Dskip_dbus_tests=true -Dskip_gtk_tests=true"
|
||||
fi
|
||||
|
||||
do_check() {
|
||||
xvfb-run ninja -C build test
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue