#Packager: George Vlahavas pkgname=kbdd pkgver=20140619 pkgrel=1gv source=("kbdd-20140619.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://github.com/qnikst/kbdd slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "kbdd (keyboard library for per-window keyboard layout)" "KBDD stands for keyboard daemon. It is a simple keyboard layout" "switching program, which is designed to run in an X11 session and" "remember keyboard layouts on a per-window basis. That can be very" "handy for a user of a non-US keyboard who does not want to jump" "through layouts back and forth while typing in terminals (mostly in" "latin) and some kind of chat (in native language). Another useful" "thing about KBDD is its D-Bus notification support — it can emit" "signals on layout change, thus, making it possible to create layout" "indicator widgets in such window managers as awesome, for example." ) build() { cd $startdir/src/$pkgname-$pkgver autoreconf -f -i ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }