Search Criteria
Package Details: gkleds 0.8.2-2
Git Clone URL: | https://aur.archlinux.org/gkleds.git (read-only, click to copy) |
---|---|
Package Base: | gkleds |
Description: | Gkrellm plugin to monitor the CapsLock, NumLock, and ScrollLock keys |
Upstream URL: | http://freshmeat.net/projects/gkleds/ |
Licenses: | |
Submitter: | None |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 28 |
Popularity: | 0.000578 |
First Submitted: | 2007-05-30 01:30 |
Last Updated: | 2015-07-09 07:07 |
Latest Comments
mrbit commented on 2015-02-08 08:29
ERRORE: Missing function package() ??!!
manuel commented on 2014-08-27 10:00
If you want to install this you need to change the "install" lines, from:
install -d $startdir/pkg/usr/lib/gkrellm2/plugins
install -s src/.libs/gkleds.so $startdir/pkg/usr/lib/gkrellm2/plugins
to:
install -d $pkgdir/usr/lib/gkrellm2/plugins
install -s src/.libs/gkleds.so $pkgdir/usr/lib/gkrellm2/plugins/gkleds.so