Skip to content
Snippets Groups Projects
Commit 1805db2e authored by Peter Shkenev's avatar Peter Shkenev :clown: Committed by Kevin Daudt
Browse files

community/gajim: upgrade to 1.9.5

parent 0ea5a81d
No related branches found
No related tags found
1 merge request!73531community/{py3-nbxmpp,gajim}: upgrade
Pipeline #265672 skipped
# Contributor: Peter Shkenev <santurysim@gmail.com>
# Maintainer: Peter Shkenev <santurysim@gmail.com>
pkgname=gajim
pkgver=1.9.3
pkgver=1.9.5
pkgrel=0
_pkgver_suffix=""
pkgdesc="A full featured and easy to use XMPP client"
......@@ -44,22 +44,22 @@ source="
subpackages="$pkgname-doc $pkgname-lang $pkgname-pyc"
build() {
./pep517build/build_metadata.py -o .dist/metadata
./make.py build
gpep517 build-wheel \
--wheel-dir .dist \
--wheel-dir dist \
--output-fd 3 3>&1 >&2
}
check() {
python3 -m venv --clear --without-pip --system-site-packages .testenv
.testenv/bin/python3 -m installer .dist/*.whl
.testenv/bin/python3 -m installer dist/*.whl
xvfb-run -a .testenv/bin/python3 -m pytest #unittest discover -s test
}
package() {
python3 -m installer -d "$pkgdir" \
.dist/*.whl
./pep517build/install_metadata.py .dist/metadata --prefix="$pkgdir"/usr
dist/*.whl
./make.py install --prefix "$pkgdir"/usr
}
lang() {
......@@ -68,6 +68,6 @@ lang() {
}
sha512sums="
d7815ad77afb3ea1e7b1cdf6baa4ed1acaaed857da4a0ca1db57200dc3fc7103e4110ee8b7e2918838f86c9250226a6c8b98be6cd0915ea29eaf5e1a2830688a gajim-1.9.3.tar.gz
00adfffa255ecbd73227967f86be02549403e81801339dbd896c9c48c3717e7f99d7c1d70d3629b2b242e60ddba6037a9877f264af6f8b6b0d7d30666a54e5f5 gajim-1.9.5.tar.gz
228ec0c9a92e88861888d64a5077f19a6b87b1e29f712c5db23601add69406c0ef0e865780db6b1deaae28397969978869dde18704cc0bbb5a37f8ef564760f7 disable-test.patch
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment