kbdd: template refactoring

This commit is contained in:
SolitudeSF 2018-05-23 19:54:47 +03:00 committed by Enno Boland
parent a77ccb09e7
commit 85f91e7bea

View file

@ -3,16 +3,22 @@ pkgname=kbdd
version=0.7.1
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config libtool automake dbus-glib-devel glib-devel"
makedepends="libX11-devel dbus-glib-devel glib-devel"
depends="libX11"
build_options="dbus"
build_options_default="dbus"
configure_args="--enable-dbus=$(vopt_if dbus yes no)"
hostmakedepends="automake libtool pkg-config"
makedepends="libX11-devel glib-devel $(vopt_if dbus dbus-glib-devel)"
short_desc="Simple daemon and library to make per window layout using XKB"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="https://github.com/qnikst/kbdd"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=17b3ee6054e86f9d54e70023582061f287a14a96bd8841a99b61921f3a3b165a
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" glib-devel $(vopt_if dbus dbus-glib-devel)"
fi
pre_configure() {
libtoolize --force
aclocal