gajim: update to 1.0.0
This commit is contained in:
parent
4aff6d7d12
commit
42d9e1278c
1 changed files with 5 additions and 7 deletions
|
@ -1,17 +1,15 @@
|
|||
# Template file for 'gajim'
|
||||
pkgname=gajim
|
||||
version=0.16.9
|
||||
version=1.0.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-site-packages PYTHON=python2"
|
||||
hostmakedepends="intltool python"
|
||||
makedepends="python-dbus pygtk-devel python-openssl python-sqlite python-nbxmpp python-pyasn1"
|
||||
depends="${makedepends/-devel/}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3 python3-setuptools"
|
||||
depends="python3-openssl python3-nbxmpp python3-pyasn1 python3-gobject"
|
||||
pycompile_module="gajim"
|
||||
short_desc="Full featured Jabber/XMPP client"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://www.gajim.org"
|
||||
license="GPL-3"
|
||||
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.bz2"
|
||||
checksum=21b3973676fb04c8b665c83e65377623f321754634d87e3b072f2a7c77fb086c
|
||||
checksum=404c5cdcc7b228750d1ae6a226c5402d28705ecd9b147842224036ea6a24aa81
|
||||
|
|
Loading…
Reference in a new issue