mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gjs: update to 1.74.1.
This commit is contained in:
parent
07082b5ece
commit
1324f71aa8
1 changed files with 7 additions and 6 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'gjs'
|
# Template file for 'gjs'
|
||||||
pkgname=gjs
|
pkgname=gjs
|
||||||
version=1.72.2
|
version=1.74.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir qemu"
|
build_helper="gir qemu"
|
||||||
configure_args="-Dprofiler=disabled -Dinstalled_tests=false"
|
configure_args="-Dprofiler=disabled -Dinstalled_tests=false"
|
||||||
hostmakedepends="glib-devel pkg-config"
|
hostmakedepends="glib-devel pkg-config"
|
||||||
makedepends="dbus-glib-devel mozjs91-devel readline-devel sysprof-devel"
|
makedepends="dbus-glib-devel mozjs102-devel readline-devel sysprof-devel"
|
||||||
checkdepends="xvfb-run cantarell-fonts"
|
checkdepends="xvfb-run cantarell-fonts"
|
||||||
short_desc="Mozilla-based javascript bindings for the GNOME platform"
|
short_desc="Mozilla-based javascript bindings for the GNOME platform"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT, LGPL-2.0-or-later"
|
license="MIT, LGPL-2.0-or-later"
|
||||||
homepage="https://gitlab.gnome.org/GNOME/gjs"
|
homepage="https://gitlab.gnome.org/GNOME/gjs"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/gjs/-/raw/gnome-42/NEWS"
|
#changelog="https://gitlab.gnome.org/GNOME/gjs/-/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
changelog="https://gitlab.gnome.org/GNOME/gjs/-/raw/gnome-43/NEWS"
|
||||||
checksum=ddee379bdc5a7d303a5d894be2b281beb8ac54508604e7d3f20781a869da3977
|
distfiles="${GNOME_SITE}/gjs/${version%.*}/gjs-${version}.tar.xz"
|
||||||
|
checksum=f21f9cd3337a672a44c7e64bf9a8d8ad77c1b88b952b2b6184c7af9b1f3ef459
|
||||||
make_check_pre="xvfb-run"
|
make_check_pre="xvfb-run"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
@ -32,7 +33,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
gjs-devel_package() {
|
gjs-devel_package() {
|
||||||
depends="libgirepository-devel mozjs91-devel ${sourcepkg}>=${version}_${revision}"
|
depends="libgirepository-devel mozjs102-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue