From 64fb9387a3c7d3ab0669b6bc924f9df1d7d4cb3b Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 22 Feb 2021 19:33:08 +0100 Subject: [PATCH] gajim: update to 1.3.1. --- srcpkgs/gajim/files/README.voidlinux | 1 + srcpkgs/gajim/template | 15 ++++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 srcpkgs/gajim/files/README.voidlinux diff --git a/srcpkgs/gajim/files/README.voidlinux b/srcpkgs/gajim/files/README.voidlinux new file mode 100644 index 00000000000..3b19a82a5bb --- /dev/null +++ b/srcpkgs/gajim/files/README.voidlinux @@ -0,0 +1 @@ +Visit https://dev.gajim.org/gajim/gajim-plugins/-/wikis/home to install plugins. diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index e4546a5e72f..848542981dc 100644 --- a/srcpkgs/gajim/template +++ b/srcpkgs/gajim/template @@ -1,19 +1,24 @@ # Template file for 'gajim' pkgname=gajim -version=1.2.2 -revision=3 +version=1.3.1 +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 farstream python3-dbus libsoup" + python3-css-parser python3-idna farstream python3-dbus libsoup" 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/master/ChangeLog" +changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog" distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz" -checksum=fd0d1653fb3f7f97207fecc3218d38915adb1d741bf95a7eef83605bd6b8ccbd +checksum=6a051d51fb45b80b19ccc47a2fb4c3eee948e598f49e63a9f929e158870d101c # Does not find gdk, introspection typelib # even wtih gdk-pixbuf in checkdepends make_check=no + +post_install() { + vdoc "${FILESDIR}/README.voidlinux" +}