gxkb: cleanup

This commit is contained in:
Duncaen 2017-05-19 16:27:32 +02:00
parent 61c06bfa72
commit 0f16e6d1a0
1 changed files with 7 additions and 12 deletions

View File

@ -1,14 +1,13 @@
# Template for gxkb
pkgname="gxkb"
version="0.7.9"
# Template file for 'gxkb'
pkgname=gxkb
version=0.7.9
revision=1
build_style=gnu-configure
short_desc="Lightweight X keyboard layout indicator and switcher, uses GTK+2"
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>"
hostmakedepends="autoconf automake libtool pkg-config"
makedepends="xorg-server-devel gtk+-devel libxklavier-devel libwnck2-devel"
license="GPL2"
license="GPL-2"
homepage="https://github.com/zen-tools/gxkb"
distfiles="https://github.com/zen-tools/${pkgname}/archive/v${version}.tar.gz"
checksum="964f814eba0ff7688b7a40a21d5c70f47b56a6242a3d36b713420e572bf4bba2"
@ -16,7 +15,3 @@ checksum="964f814eba0ff7688b7a40a21d5c70f47b56a6242a3d36b713420e572bf4bba2"
pre_configure() {
./autogen.sh
}
do_install() {
make DESTDIR="${DESTDIR}" install
}