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