From c8075c1e33d1fcb01028b1bd85380ad86ac029f8 Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Sun, 26 Feb 2023 17:21:51 +0200 Subject: [PATCH] ayatana-ido: update to 0.9.3, enable tests --- srcpkgs/ayatana-ido/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ayatana-ido/template b/srcpkgs/ayatana-ido/template index 717ad5808405..19d12a44838e 100644 --- a/srcpkgs/ayatana-ido/template +++ b/srcpkgs/ayatana-ido/template @@ -1,18 +1,20 @@ # Template file for 'ayatana-ido' pkgname=ayatana-ido -version=0.9.2 +version=0.9.3 revision=1 build_helper="gir" build_style=cmake hostmakedepends="pkg-config gobject-introspection vala" -makedepends="gtk+3-devel glib-devel" +makedepends="gtk+3-devel glib-devel gtest-devel" +checkdepends="xvfb-run" short_desc="Ayatana Indicator Display Objects" maintainer="tibequadorian " license="LGPL-3.0-or-later" homepage="https://ayatanaindicators.github.io/" changelog="https://github.com/AyatanaIndicators/ayatana-ido/raw/main/ChangeLog" distfiles="https://github.com/AyatanaIndicators/ayatana-ido/archive/${version}.tar.gz" -checksum=b166e7a160458e4a71f6086d2e4e97e18cf1ac584231a4b9f1f338914203884c +checksum=4df0a21dde4f6e41d2738c7944d1169836d844e5b65364d1897e93766fa93d58 +make_check_pre="xvfb-run" ayatana-ido-devel_package() { short_desc+=" - development files"