From 0ee89871f2dbf32530d0fe7cdb1209f26ea92755 Mon Sep 17 00:00:00 2001 From: chili-b Date: Tue, 12 Oct 2021 22:05:42 -0400 Subject: [PATCH 1/2] gajim: update to 1.3.3 --- srcpkgs/gajim/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index 49eda2f31542..5756279c0528 100644 --- a/srcpkgs/gajim/template +++ b/srcpkgs/gajim/template @@ -1,19 +1,20 @@ # Template file for 'gajim' pkgname=gajim -version=1.3.2 -revision=2 +version=1.3.3 +revision=1 +wrksrc="gajim-gajim-${version}" build_style=python3-module hostmakedepends="gettext python3-setuptools" -depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools - python3-precis-i18n python3-keyring python3-cssutils python3-packaging - python3-css-parser python3-idna farstream python3-dbus libsoup" +depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow + python3-cairo python3-precis-i18n python3-keyring python3-css-parser + python3-packaging python3-css-parser farstream python3-dbus python3-openssl" 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=70ea462b3f3c3b3c0b8d3129fae912d24062e77a8cce80781f69e8f43eda5fee +checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c # Does not find gdk, introspection typelib # even wtih gdk-pixbuf in checkdepends make_check=no From f71992a0a77c91acf9d120db27a6f7c1aae527f5 Mon Sep 17 00:00:00 2001 From: chili-b Date: Tue, 12 Oct 2021 22:06:04 -0400 Subject: [PATCH 2/2] python3-nbxmpp: update to 2.0.4 --- srcpkgs/python3-nbxmpp/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template index 332b88092708..e1ea0667bb57 100644 --- a/srcpkgs/python3-nbxmpp/template +++ b/srcpkgs/python3-nbxmpp/template @@ -1,11 +1,11 @@ # Template file for 'python3-nbxmpp' pkgname=python3-nbxmpp -version=2.0.2 -revision=2 +version=2.0.4 +revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-gobject python3-openssl python3-precis-i18n python3-idna" +depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup" checkdepends="${depends} python3-wheel python3-pylint python3-coverage libsoup" short_desc="Non blocking Jabber/XMPP module" maintainer="Duncaen " @@ -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=a3863671ab88992d3ea5d475b25c88ffe18aa1030c9ce980e1014470d4760291 +checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8 do_check() { coverage run --source=nbxmpp -m unittest discover -v