mash: always enable gir

This commit is contained in:
Jürgen Buchmüller 2019-04-29 16:23:45 +02:00
parent e887529657
commit 50712b369c

View file

@ -1,23 +1,27 @@
# Template file for 'mash' # Template file for 'mash'
pkgname=mash pkgname=mash
version=0.2.0 version=0.2.0
revision=8 revision=9
build_style=gnu-configure build_style=gnu-configure
build_helper="gir"
configure_args="--disable-static $(vopt_enable gir introspection)" configure_args="--disable-static $(vopt_enable gir introspection)"
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)" hostmakedepends="automake glib-devel intltool libtool pkg-config
$(vopt_if gir gobject-introspection)"
makedepends="clutter-devel" makedepends="clutter-devel"
depends="clutter>=1.18" depends="clutter>=1.18"
short_desc="A small library for using 3D models within a Clutter scene" short_desc="Small library for using 3D models within a Clutter scene"
maintainer="Juan RP <xtraeme@voidlinux.org>" maintainer="Juan RP <xtraeme@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://clutter-project.github.io/mash/" homepage="https://clutter-project.github.io/mash/"
license="LGPL-2.1"
distfiles="https://github.com/downloads/clutter-project/mash/mash-${version}.tar.xz" distfiles="https://github.com/downloads/clutter-project/mash/mash-${version}.tar.xz"
checksum=fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc checksum=fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc
build_options="gir" build_options="gir"
if [ -z "$CROSS_BUILD" ]; then build_options_default="gir"
build_options_default="gir"
fi pre_configure() {
autoreconf -fi
}
mash-devel_package() { mash-devel_package() {
depends="${makedepends} mash>=${version}_${revision}" depends="${makedepends} mash>=${version}_${revision}"