From b49bf03d913fbd71218924180d2b72006e35a664 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 18 May 2022 11:55:06 +0200 Subject: [PATCH 1/2] python3-nbxmpp: update to 3.1.0. --- srcpkgs/python3-nbxmpp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template index e1ea0667bb57..bce9f883831f 100644 --- a/srcpkgs/python3-nbxmpp/template +++ b/srcpkgs/python3-nbxmpp/template @@ -1,6 +1,6 @@ # Template file for 'python3-nbxmpp' pkgname=python3-nbxmpp -version=2.0.4 +version=3.1.0 revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module @@ -13,7 +13,7 @@ license="GPL-2.0-or-later" homepage="https://python-nbxmpp.gajim.org/" #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog" distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz" -checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8 +checksum=d236a76500142f445ba03b42a4e76deea5a688646d1c3be1f1d185fc40026230 do_check() { coverage run --source=nbxmpp -m unittest discover -v From b3d2d38c58ee2d5df6c73ac8d82458567f78deec Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 18 May 2022 11:55:15 +0200 Subject: [PATCH 2/2] gajim: update to 1.4.2. --- srcpkgs/gajim/template | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index ff3278df8e66..fc2fa151ff28 100644 --- a/srcpkgs/gajim/template +++ b/srcpkgs/gajim/template @@ -1,24 +1,27 @@ # Template file for 'gajim' pkgname=gajim -version=1.3.3 +version=1.4.2 revision=1 -wrksrc="gajim-gajim-${version}" build_style=python3-module hostmakedepends="gettext python3-setuptools" -depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow - python3-cairo python3-precis-i18n python3-keyring python3-packaging - python3-css-parser farstream python3-dbus python3-openssl" +depends="python3-gobject python3-setuptools python3-Pillow + python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm + python3-nbxmpp python3-openssl python3-css-parser python3-keyring + python3-precis-i18n python3-packaging python3-setuptools libsoup farstream + gst-plugins-base1 gst-plugins-ugly1 gst-libav gtksourceview4" +checkdepends="${depends}" short_desc="Full featured Jabber/XMPP client" maintainer="teldra " license="GPL-3.0-only" homepage="https://www.gajim.org" -changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog" +changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog" distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz" -checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c -# Does not find gdk, introspection typelib -# even wtih gdk-pixbuf in checkdepends -make_check=no +checksum=5f05c4ed4e2d7325e199920064478b0cb263d04b0314b5bdc8e88b04d25f3494 post_install() { vdoc "${FILESDIR}/README.voidlinux" } + +do_check() { + python -m unittest discover -s test +}