void-packages/srcpkgs/gajim/template
2025-03-16 17:45:24 -04:00

40 lines
1.3 KiB
Bash

# Template file for 'gajim'
pkgname=gajim
version=2.0.3
revision=1
build_style=python3-pep517
hostmakedepends="gettext python3-wheel"
depends="farstream gsound gst-libav gst-plugins-base1 gst-plugins-ugly1
gtksourceview5 libnm libsecret libsoup3 python3-Pillow python3-SQLAlchemy2
python3-cairo python3-cryptography python3-css-parser python3-dbus python3-distro
python3-emoji python3-gobject python3-jeepney python3-keyring python3-nbxmpp
python3-netifaces python3-omemo-dr python3-openssl python3-packaging
python3-precis-i18n python3-pyasn1 python3-qrcode python3-setuptools
python3-setuptools"
checkdepends="${depends} python3-packaging"
short_desc="Full featured Jabber/XMPP client"
maintainer="Emil Tomczyk <emru@emru.xyz>"
license="GPL-3.0-only"
homepage="https://www.gajim.org"
changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
checksum=0db33cd1fc89fa3c01f5873dbdfa220ea5bb4b1ecc0d1d0e1241dd382ea7446e
post_build() {
./make.py build --dist=unix
}
post_install() {
./make.py install --dist=unix --prefix=$DESTDIR/usr
vdoc "${FILESDIR}/README.voidlinux"
}
do_check() {
python -m unittest discover -s test
}
gajim-omemo_package() {
depends="gajim"
short_desc+=" (transitional dummy package)"
build_style=meta
}