telepathy-farstream: doesn't need python

This commit is contained in:
classabbyamp 2023-10-07 22:44:34 -04:00 committed by classabbyamp
parent bffe2ca4c3
commit 77238a804f
1 changed files with 3 additions and 4 deletions

View File

@ -6,13 +6,12 @@ build_style=gnu-configure
build_helper="gir" 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 vala-devel"
python-devel vala-devel"
short_desc="Telepathy library that uses Farstream to handle Call channels" short_desc="Telepathy library that uses Farstream to handle Call channels"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="http://telepathy.freedesktop.org" homepage="https://telepathy.freedesktop.org"
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz" distfiles="https://telepathy.freedesktop.org/releases/telepathy-farstream/telepathy-farstream-$version.tar.gz"
checksum=6fa099f22d13a2a49240445a13e918928aef097675d76e5cc9f98ab496087e0a checksum=6fa099f22d13a2a49240445a13e918928aef097675d76e5cc9f98ab496087e0a
replaces="telepathy-farsight>=0" replaces="telepathy-farsight>=0"