2014-11-23 20:56:00 +01:00
|
|
|
# Template file for 'key-mon'
|
|
|
|
pkgname=key-mon
|
|
|
|
version=1.17
|
|
|
|
revision=1
|
2014-11-24 08:14:10 +01:00
|
|
|
noarch=yes
|
2014-11-23 20:56:00 +01:00
|
|
|
build_style=python-module
|
|
|
|
hostmakedepends="python"
|
|
|
|
depends="dbus-glib pygtk python-dbus python-xlib"
|
|
|
|
short_desc="Utility to show live keyboard and mouse status"
|
|
|
|
maintainer="Enno Boland <eb@s01.de>"
|
|
|
|
license="Apache License 2.0"
|
|
|
|
homepage="https://code.google.com/p/key-mon"
|
|
|
|
distfiles="https://key-mon.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
|
|
|
checksum=b8d029b375e7f876d44db6b72ed3e7e6c0372a9e9dc21ea85d9055cc7a033fd2
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vmkdir usr/share/applications
|
|
|
|
vmkdir usr/share/pixmaps
|
|
|
|
vinstall icons/key-mon.desktop 644 usr/share/applications
|
|
|
|
vinstall icons/key-mon.xpm 644 usr/share/pixmaps
|
|
|
|
}
|