From 78f01ad5a1260149707a033db69e07aced4371b8 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.0.1. --- 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..ce234a533df2 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.0.1 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=006348aab915eba0b50d542664eb464b8e96afcc8d8476a8a5478a53e7e56756 do_check() { coverage run --source=nbxmpp -m unittest discover -v From 2981fa158d28ead5c35feb598eb120b7e7948312 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.0. --- srcpkgs/gajim/template | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index ff3278df8e66..96125b58722d 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.0 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" 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=2db26fb0359f80e8d9f03116b2927f7947d873ebc950cc563195c3f22e56936c post_install() { vdoc "${FILESDIR}/README.voidlinux" } + +do_check() { + python -m unittest discover -s test +}