mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
libpeas2: update to 2.0.5.
Add mozjs to makedepends since libpeas2 links against and uses types from mozjs. Update for gjs 1.82.x.
This commit is contained in:
parent
2ab2cc690a
commit
dbe07e09e9
1 changed files with 6 additions and 5 deletions
|
@ -1,22 +1,23 @@
|
|||
# Template file for 'libpeas2'
|
||||
pkgname=libpeas2
|
||||
version=2.0.1
|
||||
revision=2
|
||||
version=2.0.5
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Dgtk_doc=true -Dvapi=true"
|
||||
hostmakedepends="pkg-config gettext glib-devel python3 lua51 lua51-lgi
|
||||
gi-docgen vala"
|
||||
makedepends="vala-devel python3-gobject-devel lua51-devel gjs-devel"
|
||||
makedepends="vala-devel python3-gobject-devel lua51-devel gjs-devel
|
||||
mozjs128-devel"
|
||||
depends="python3-gobject hicolor-icon-theme"
|
||||
checkdepends="xvfb-run"
|
||||
short_desc="Gobject-based plugins engine"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://wiki.gnome.org/Projects/Libpeas"
|
||||
changelog="https://gitlab.gnome.org/GNOME/libpeas/-/raw/master/NEWS"
|
||||
changelog="https://gitlab.gnome.org/GNOME/libpeas/-/raw/main/NEWS"
|
||||
distfiles="${GNOME_SITE}/libpeas/${version%.*}/libpeas-${version}.tar.xz"
|
||||
checksum=9ddc1d51f38663da4df52163051b7b2cea3a242cfaee9f5a7e140f0784c8aa77
|
||||
checksum=376f2f73d731b54e13ddbab1d91b6382cf6a980524def44df62add15489de6dd
|
||||
make_check_pre="xvfb-run"
|
||||
|
||||
post_patch() {
|
||||
|
|
Loading…
Add table
Reference in a new issue