kbdd: template refactoring
This commit is contained in:
parent
a77ccb09e7
commit
85f91e7bea
1 changed files with 10 additions and 4 deletions
|
@ -3,16 +3,22 @@ pkgname=kbdd
|
||||||
version=0.7.1
|
version=0.7.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config libtool automake dbus-glib-devel glib-devel"
|
build_options="dbus"
|
||||||
makedepends="libX11-devel dbus-glib-devel glib-devel"
|
build_options_default="dbus"
|
||||||
depends="libX11"
|
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"
|
short_desc="Simple daemon and library to make per window layout using XKB"
|
||||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/qnikst/kbdd"
|
homepage="https://github.com/qnikst/kbdd"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=17b3ee6054e86f9d54e70023582061f287a14a96bd8841a99b61921f3a3b165a
|
checksum=17b3ee6054e86f9d54e70023582061f287a14a96bd8841a99b61921f3a3b165a
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" glib-devel $(vopt_if dbus dbus-glib-devel)"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize --force
|
libtoolize --force
|
||||||
aclocal
|
aclocal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue