837fbfeda1
Closes #14175. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
33 lines
1.1 KiB
Bash
33 lines
1.1 KiB
Bash
# Template file for 'gjs'
|
|
pkgname=gjs
|
|
version=1.52.3
|
|
revision=1
|
|
configure_args="--without-dbus-tests"
|
|
build_style=gnu-configure
|
|
hostmakedepends="glib-devel gobject-introspection intltool pkg-config"
|
|
makedepends="dbus-glib-devel libgirepository-devel mozjs52-devel readline-devel"
|
|
short_desc="Mozilla-based javascript bindings for the GNOME platform"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="MIT, LGPL-2.0-or-later"
|
|
#changelog="https://gitlab.gnome.org/GNOME/gjs/blob/gnome-3-28/NEWS"
|
|
homepage="https://wiki.gnome.org/action/show/Projects/Gjs"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
checksum=ce21d8a83f6077b011b8834c4936281be65b2b62387f0745c3eb9adf780996fc
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) configure_args+=" --disable-profiler" # https://gitlab.gnome.org/GNOME/gjs/issues/132
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
gjs-devel_package() {
|
|
depends="libgirepository-devel mozjs52-devel ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|