41 lines
1.3 KiB
Bash
41 lines
1.3 KiB
Bash
# Template file for 'gajim'
|
|
pkgname=gajim
|
|
version=1.8.4
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="gettext python3-wheel"
|
|
depends="python3-gobject python3-setuptools python3-Pillow
|
|
python3-cairo python3-dbus libsecret gsound libnm
|
|
python3-nbxmpp python3-openssl python3-css-parser python3-keyring
|
|
python3-precis-i18n python3-packaging python3-setuptools python3-distro
|
|
python3-qrcode python3-omemo-dr
|
|
python3-netifaces python3-pyasn1 python3-jeepney libsoup3 farstream gst-plugins-base1
|
|
gst-plugins-ugly1 gst-libav gtksourceview4"
|
|
checkdepends="${depends} python3-packaging"
|
|
short_desc="Full featured Jabber/XMPP client"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=58fced87b1ce01b3d5269bcdf33499246533b01b4008d9701eb1e10cf94e49c5
|
|
|
|
post_build() {
|
|
./pep517build/build_metadata.py -o dist/metadata
|
|
}
|
|
|
|
post_install() {
|
|
./pep517build/install_metadata.py dist/metadata --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
|
|
}
|