cjs: update to 5.4.1.

This commit is contained in:
Đoàn Trần Công Danh 2022-08-10 17:41:48 +07:00
parent 4265d96064
commit 2f9e840d82
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'cjs' # Template file for 'cjs'
pkgname=cjs pkgname=cjs
version=5.2.0 version=5.4.1
revision=1 revision=1
build_style=meson build_style=meson
build_helper=gir build_helper=gir
@ -15,13 +15,18 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.0-or-later" license="LGPL-2.0-or-later"
homepage="https://github.com/linuxmint/cjs" homepage="https://github.com/linuxmint/cjs"
distfiles="https://github.com/linuxmint/cjs/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/linuxmint/cjs/archive/refs/tags/${version}.tar.gz"
checksum=4141185cc554156ebbad80faf66c52f4287db911528e7f3ef8035f6b9c5f8f8c checksum=212fa302f15ea955af6dc87fdba3898f751d078df91cb84b0e6615d5a2b84e15
# ΧΧ A single test fails on x86_64, meson reports in the configure stage: # ΧΧ A single test fails on x86_64, meson reports in the configure stage:
# meson.build:663: WARNING: Your libc does not have the C.UTF-8 locale and no # meson.build:663: WARNING: Your libc does not have the C.UTF-8 locale and no
# other suitable UTF-8 fallback locale could be found. You can still build GJS, # other suitable UTF-8 fallback locale could be found. You can still build GJS,
# but some tests will fail. # but some tests will fail.
make_check=extended make_check=extended
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
LDFLAGS+=" -latomic"
fi
pre_configure() { pre_configure() {
# The deleted lines in meson.build try to build and run a simple program, # The deleted lines in meson.build try to build and run a simple program,
# and that does not work when cross-compiling. # and that does not work when cross-compiling.