From 1e13205fc482a6f3e65f044cecaeb410797e2e30 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 22 Dec 2020 11:36:10 -0600 Subject: [PATCH 1/2] xreader: update to 2.8.1. --- srcpkgs/xreader/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xreader/template b/srcpkgs/xreader/template index 025cdcb852e..4515202c0d5 100644 --- a/srcpkgs/xreader/template +++ b/srcpkgs/xreader/template @@ -1,6 +1,6 @@ # Template file for 'xreader' pkgname=xreader -version=2.6.4 +version=2.8.1 revision=1 build_style=meson build_helper="gir" @@ -15,11 +15,15 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://github.com/linuxmint/xreader" distfiles="https://github.com/linuxmint/xreader/archive/${version}.tar.gz" -checksum=7e2f833669345a396448f475213637f31dff6c45a57b25badb1c13e28a289b10 +checksum=3245da4fd3f4183588e5aeb4ee27cada6fca7b469a426430ee89a880a3eb2d8f build_options="gir" build_options_default="gir" +do_check() { + : # Needs dogtail, which is not python3.9 ready +} + libxreader_package() { short_desc+=" - shared library" pkg_install() { From 98e75e27fa3188006ae0f851e009d2907ad41aa1 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 22 Dec 2020 11:42:05 -0600 Subject: [PATCH 2/2] xapps: update to 2.0.4. --- srcpkgs/xapps/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template index 1589440927e..9482e0d026b 100644 --- a/srcpkgs/xapps/template +++ b/srcpkgs/xapps/template @@ -1,6 +1,6 @@ # Template file for 'xapps' pkgname=xapps -version=1.8.10 +version=2.0.4 revision=1 wrksrc="xapp-${version}" build_style=meson @@ -15,7 +15,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later" homepage="https://github.com/linuxmint/xapps" changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog" distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz" -checksum=a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672 +checksum=99d77bffc39cace6a283c3fe8f63ece3e1cf5d136eae7830d53674f50967e5ee xapps-devel_package() { short_desc+=" - development files"