libpeas: enable gir

This commit is contained in:
maxice8 2019-02-08 21:02:27 -02:00
parent b9d0c4398a
commit 7cf2ff1f12
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,19 +1,26 @@
# Template file for 'libpeas' # Template file for 'libpeas'
pkgname=libpeas pkgname=libpeas
version=1.22.0 version=1.22.0
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--without-demo --disable-demo" build_helper="gir"
hostmakedepends="pkg-config intltool gobject-introspection glib-devel" hostmakedepends="pkg-config intltool glib-devel"
makedepends="vala-devel libgirepository-devel gtk+3-devel python-gobject-devel" makedepends="vala-devel gtk+3-devel python-gobject-devel
python3-gobject-devel"
depends="python-gobject hicolor-icon-theme gjs>=1.38" depends="python-gobject hicolor-icon-theme gjs>=1.38"
short_desc="Gobject-based plugins engine" short_desc="Gobject-based plugins engine"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
homepage="http://www.gtk.org/"
license="GPL-2" license="GPL-2"
homepage="http://www.gtk.org/"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=5b2fc0f53962b25bca131a5ec0139e6fef8e254481b6e777975f7a1d2702a962 checksum=5b2fc0f53962b25bca131a5ec0139e6fef8e254481b6e777975f7a1d2702a962
nocross="gobject-introspection"
LDFLAGS="-lpython2.7 -lpython3.6m"
case "$XBPS_TARGET_MACHINE" in
x86_64-musl) ;;
*-musl) broken="gobject-introspection" ;;
esac
post_install() { post_install() {
# Remove demo. # Remove demo.