telepathy-gabble: add explicit python_version
This commit is contained in:
parent
9dca0b6b70
commit
083e027af9
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'telepathy-gabble'
|
||||
pkgname=telepathy-gabble
|
||||
version=0.18.4
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
|
||||
--enable-handle-leak-debug --disable-debug --disable-static"
|
||||
|
@ -11,10 +10,12 @@ makedepends="glib-devel dbus-glib-devel libxml2-devel gupnp-igd-devel
|
|||
sqlite-devel gnutls-devel telepathy-glib-devel libsoup-devel
|
||||
libnice-devel ca-certificates"
|
||||
depends="telepathy-glib>=0.21 ca-certificates"
|
||||
short_desc="A Jabber/XMPP connection manager for Telepathy"
|
||||
short_desc="Jabber/XMPP connection manager for Telepathy"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://telepathy.freedesktop.org"
|
||||
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=115c91572c72d4a40f0b25b606167b4f2f09441dc7bf1036ccbb1450f1a4969c
|
||||
python_version=2 #unverified
|
||||
nocross=yes
|
||||
lib32disabled=yes
|
||||
|
|
Loading…
Reference in a new issue