telepathy-farstream: always enable gir
This commit is contained in:
parent
4abf415bce
commit
19b2467e38
|
@ -1,26 +1,24 @@
|
|||
# Template file for 'telepathy-farstream'
|
||||
pkgname=telepathy-farstream
|
||||
version=0.6.2
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool libxslt $(vopt_if gir gobject-introspection)"
|
||||
makedepends="dbus-glib-devel telepathy-glib-devel farstream-devel
|
||||
python-devel vala-devel"
|
||||
replaces="telepathy-farsight>=0"
|
||||
short_desc="Telepathy library that uses Farstream to handle Call channels"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://telepathy.freedesktop.org"
|
||||
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=6fa099f22d13a2a49240445a13e918928aef097675d76e5cc9f98ab496087e0a
|
||||
replaces="telepathy-farsight>=0"
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
# Disable gir for cross builds.
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
fi
|
||||
build_options_default="gir"
|
||||
|
||||
telepathy-farstream-devel_package() {
|
||||
depends="dbus-glib-devel telepathy-glib-devel farstream-devel>=0.2.0
|
||||
|
|
Loading…
Reference in New Issue