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'
|
# Template file for 'unclutter'
|
||||||
pkgname=unclutter
|
pkgname=unclutter
|
||||||
version=8
|
version=8
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=$pkgname
|
wrksrc=$pkgname
|
||||||
makedepends="libX11-devel"
|
makedepends="libX11-devel"
|
||||||
short_desc="A small program for hiding the mouse cursor"
|
short_desc="A small program for hiding the mouse cursor"
|
||||||
|
@ -16,6 +16,6 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall unclutter 755 usr/bin
|
vbin unclutter
|
||||||
vinstall unclutter.man 644 usr/share/man/man1 unclutter.1
|
vman unclutter.man unclutter.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue