mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'telepathy-gabble'
|
||||||
pkgname=telepathy-gabble
|
pkgname=telepathy-gabble
|
||||||
version=0.18.4
|
version=0.18.4
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
|
configure_args="--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
|
||||||
--enable-handle-leak-debug --disable-debug --disable-static"
|
--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
|
sqlite-devel gnutls-devel telepathy-glib-devel libsoup-devel
|
||||||
libnice-devel ca-certificates"
|
libnice-devel ca-certificates"
|
||||||
depends="telepathy-glib>=0.21 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>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
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=115c91572c72d4a40f0b25b606167b4f2f09441dc7bf1036ccbb1450f1a4969c
|
checksum=115c91572c72d4a40f0b25b606167b4f2f09441dc7bf1036ccbb1450f1a4969c
|
||||||
|
python_version=2 #unverified
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
lib32disabled=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue