mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
gjs: update to 1.82.1.
This commit is contained in:
parent
9d36635781
commit
2ab2cc690a
1 changed files with 5 additions and 5 deletions
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'gjs'
|
||||
pkgname=gjs
|
||||
version=1.80.2
|
||||
version=1.82.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir qemu"
|
||||
configure_args="-Dprofiler=disabled -Dinstalled_tests=false"
|
||||
hostmakedepends="glib-devel pkg-config icu-libs"
|
||||
makedepends="dbus-glib-devel mozjs115-devel readline-devel sysprof-devel"
|
||||
makedepends="dbus-glib-devel mozjs128-devel readline-devel sysprof-devel"
|
||||
checkdepends="xvfb-run cantarell-fonts"
|
||||
short_desc="Mozilla-based javascript bindings for the GNOME platform"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="MIT, LGPL-2.0-or-later"
|
||||
homepage="https://gitlab.gnome.org/GNOME/gjs"
|
||||
#changelog="https://gitlab.gnome.org/GNOME/gjs/-/raw/master/NEWS"
|
||||
changelog="https://gitlab.gnome.org/GNOME/gjs/-/raw/gnome-46/NEWS"
|
||||
changelog="https://gitlab.gnome.org/GNOME/gjs/-/raw/gnome-47/NEWS"
|
||||
distfiles="${GNOME_SITE}/gjs/${version%.*}/gjs-${version}.tar.xz"
|
||||
checksum=135e39c5ac591096233e557cfe577d64093f5054411d47cb2e214bad7d4199bd
|
||||
checksum=fb39aa5636576de0e5a1171f56a1a5825e2bd1a69972fb120ba78bd109b5693c
|
||||
make_check_pre="xvfb-run"
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
|
@ -29,7 +29,7 @@ post_install() {
|
|||
}
|
||||
|
||||
gjs-devel_package() {
|
||||
depends="libgirepository-devel mozjs115-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="libgirepository-devel mozjs128-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue