From a1181b97186399d524cc81996a38e797fb2cec6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 13 Apr 2020 13:58:25 +0200 Subject: [PATCH] lilyterm: needs which in hostmakedepends Also make template pass xlint and reduce build log spam with irrelevant messages (gtk+ deprecated declarations). --- srcpkgs/lilyterm/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/lilyterm/template b/srcpkgs/lilyterm/template index bbbc0cc40f6..3d30d0029e2 100644 --- a/srcpkgs/lilyterm/template +++ b/srcpkgs/lilyterm/template @@ -1,15 +1,15 @@ # Template file for 'lilyterm' - -pkgname="lilyterm" -version="0.9.9.4" +pkgname=lilyterm +version=0.9.9.4 revision=1 build_style="gnu-configure" -short_desc="A fast and lightweight terminal emulator based off of libvte" +hostmakedepends="pkg-config which" +makedepends="vte-devel gtk+-devel" +short_desc="Fast and lightweight terminal emulator based off of libvte" maintainer="Kris Scott " license="GPL-3" homepage="http://lilyterm.luna.com.tw" distfiles="http://lilyterm.luna.com.tw/file/lilyterm-${version}.tar.gz" -hostmakedepends="pkg-config" -makedepends="vte-devel gtk+-devel" conf_files="/etc/lilyterm.conf" checksum="b72626431d4f5645e0e0f18449319fbb69bef4eab4345d5e37cde0ae712a5d74" +CFLAGS="-Wno-deprecated-declarations"