unclutter: xlint.
This commit is contained in:
parent
c89dc11b8f
commit
0397cdae81
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue