void-packages/srcpkgs/gxkb/template
Jürgen Buchmüller 05d130303e gxkb: needs -fcommon for gcc10
[ci skip]
2020-08-28 18:25:34 +02:00

20 lines
582 B
Bash

# Template file for 'gxkb'
pkgname=gxkb
version=0.8.1
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config which"
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.0-or-later"
homepage="https://github.com/zen-tools/gxkb"
distfiles="https://github.com/zen-tools/gxkb/archive/v${version}.tar.gz"
checksum=aa8a69bbdce94e3cd17c7c12f5773c8e4bb7f2a5b706aacdce545e82063ff35e
CFLAGS="-fcommon"
pre_configure() {
./autogen.sh
}