mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
lilyterm: needs which in hostmakedepends
Also make template pass xlint and reduce build log spam with irrelevant messages (gtk+ deprecated declarations).
This commit is contained in:
parent
90f6b324da
commit
a1181b9718
1 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'lilyterm'
|
# Template file for 'lilyterm'
|
||||||
|
pkgname=lilyterm
|
||||||
pkgname="lilyterm"
|
version=0.9.9.4
|
||||||
version="0.9.9.4"
|
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-configure"
|
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 <kris@syntosis.net>"
|
maintainer="Kris Scott <kris@syntosis.net>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://lilyterm.luna.com.tw"
|
homepage="http://lilyterm.luna.com.tw"
|
||||||
distfiles="http://lilyterm.luna.com.tw/file/lilyterm-${version}.tar.gz"
|
distfiles="http://lilyterm.luna.com.tw/file/lilyterm-${version}.tar.gz"
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
makedepends="vte-devel gtk+-devel"
|
|
||||||
conf_files="/etc/lilyterm.conf"
|
conf_files="/etc/lilyterm.conf"
|
||||||
checksum="b72626431d4f5645e0e0f18449319fbb69bef4eab4345d5e37cde0ae712a5d74"
|
checksum="b72626431d4f5645e0e0f18449319fbb69bef4eab4345d5e37cde0ae712a5d74"
|
||||||
|
CFLAGS="-Wno-deprecated-declarations"
|
||||||
|
|
Loading…
Add table
Reference in a new issue