mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
telepathy-gabble: fix license, http->https, verify python2
This commit is contained in:
parent
3a0ab3a56b
commit
0f437ced2a
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +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=2
|
revision=3
|
||||||
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"
|
||||||
|
@ -12,10 +12,10 @@ makedepends="glib-devel dbus-glib-devel libxml2-devel gupnp-igd-devel
|
||||||
depends="telepathy-glib>=0.21 ca-certificates"
|
depends="telepathy-glib>=0.21 ca-certificates"
|
||||||
short_desc="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-or-later"
|
||||||
homepage="http://telepathy.freedesktop.org"
|
homepage="https://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
|
python_version=2
|
||||||
nocross=yes
|
nocross=yes
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue