unclutter: xlint.

This commit is contained in:
Christian Neukirchen 2014-11-23 14:18:05 +01:00
parent c89dc11b8f
commit 0397cdae81

View file

@ -1,7 +1,7 @@
# Template file for 'unclutter'
pkgname=unclutter
version=8
revision=2
revision=3
wrksrc=$pkgname
makedepends="libX11-devel"
short_desc="A small program for hiding the mouse cursor"
@ -16,6 +16,6 @@ do_build() {
}
do_install() {
vinstall unclutter 755 usr/bin
vinstall unclutter.man 644 usr/share/man/man1 unclutter.1
vbin unclutter
vman unclutter.man unclutter.1
}