gajim-1.0.3.ebuild (625B)
- # Copyright 2018 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
- # Distributed under the terms of the GNU General Public License v2
- EAPI=7
- PYTHON_COMPAT=( python3_{5,6,7} )
- inherit distutils-r1
- DESCRIPTION="A GTK+ Jabber client"
- HOMEPAGE="https://gajim.org"
- KEYWORDS="~amd64"
- SRC_URI="https://gajim.org/downloads/1.0/${P}.tar.bz2"
- LICENSE="GPL-3"
- SLOT="0"
- IUSE="webp gpg idn"
- RDEPENDS="
- dev-python/keyring
- >=dev-python/python-nbxmpp-0.6.7
- >=dev-python/pyopenssl-0.12
- >=dev-python/cssutils-1.0.2
- webp? ( dev-python/pillow )
- gpg? ( dev-python/python-gnupg )
- idn? (
- dev-python/idna
- dev-python/precis-i18n
- )
- "