From 391e0ff9112eba7edc5993a132a3b16ca7fa0356 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Tue, 13 Apr 2021 09:42:09 -0700 Subject: [PATCH] grail: fix license, other lint --- srcpkgs/grail/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/grail/template b/srcpkgs/grail/template index 7d4a374512..3f4382a7f3 100644 --- a/srcpkgs/grail/template +++ b/srcpkgs/grail/template @@ -1,17 +1,17 @@ -# Template build file for 'grail' +# Template file for 'grail' pkgname=grail version=3.1.1 -revision=1 +revision=2 build_style=gnu-configure +configure_args="--with-x11" +hostmakedepends="pkg-config" +makedepends="frame-devel libXfixes-devel libXi-devel" short_desc="Gesture Recognition And Instantiation Library" maintainer="Enno Boland " -license="LGPL-3" +license="LGPL-3.0-only" homepage="https://launchpad.net/grail" distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.bz2" checksum=5eed1f650f042481daa3a2de5e7d43261fe343b2a1b1e240f3b7fc26572c9df3 -hostmakedepends="pkg-config" -makedepends="frame-devel libXfixes-devel libXi-devel" -configure_args="--with-x11" grail-devel_package() { depends="grail>=${version}_${revision}"