mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
gajim: add python-nbxmpp dependecie (close #690)
This commit is contained in:
parent
5d7a08a863
commit
0665203bc9
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'gajim'
|
# Template file for 'gajim'
|
||||||
pkgname=gajim
|
pkgname=gajim
|
||||||
version=0.16
|
version=0.16
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-site-packages"
|
configure_args="--enable-site-packages"
|
||||||
hostmakedepends="intltool python"
|
hostmakedepends="intltool python"
|
||||||
makedepends="python-dbus pygtk-devel python-openssl python-sqlite"
|
makedepends="python-dbus pygtk-devel python-openssl python-sqlite python-nbxmpp"
|
||||||
depends="${makedepends/-devel/}"
|
depends="${makedepends/-devel/}"
|
||||||
pycompile_module="gajim"
|
pycompile_module="gajim"
|
||||||
short_desc="Full featured Jabber/XMPP client"
|
short_desc="Full featured Jabber/XMPP client"
|
||||||
|
|
Loading…
Add table
Reference in a new issue