18 lines
546 B
Bash
18 lines
546 B
Bash
# Template file for 'gxkb'
|
|
pkgname=gxkb
|
|
version=0.8.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="libxklavier-devel libwnck2-devel"
|
|
short_desc="Lightweight GTK+2 X11 keyboard layout indicator and switcher"
|
|
maintainer="Ivan Kozak <kozak-iv@yandex.ru>"
|
|
license="GPL-2"
|
|
homepage="https://github.com/zen-tools/gxkb"
|
|
distfiles="https://github.com/zen-tools/gxkb/archive/v${version}.tar.gz"
|
|
checksum=1f836ad42800914e97f49d54c2800595f7edf1c495c531b5c0a78ca870285e4e
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|