From 5596893a57f743be0d9604fdf834fe873808751c Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sat, 26 Dec 2020 03:43:48 -0600 Subject: [PATCH] gajim: unmark nocross By ericonr: - fix changelog - use make_check Closes: #27147 [via git-merge-pr] --- srcpkgs/gajim/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index cce8f28496e..e4546a5e72f 100644 --- a/srcpkgs/gajim/template +++ b/srcpkgs/gajim/template @@ -11,7 +11,9 @@ 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=fd0d1653fb3f7f97207fecc3218d38915adb1d741bf95a7eef83605bd6b8ccbd -nocross="gobject-introspection" +# Does not find gdk, introspection typelib +# even wtih gdk-pixbuf in checkdepends +make_check=no