25 lines
799 B
Bash
25 lines
799 B
Bash
# Template file for 'lxqt-globalkeys'
|
|
pkgname=lxqt-globalkeys
|
|
version=0.11.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DPULL_TRANSLATIONS=0"
|
|
hostmakedepends="pkg-config qt5-host-tools liblxqt-devel"
|
|
makedepends="liblxqt-devel"
|
|
short_desc="LXQt daemon and library for global keyboard shortcuts registration"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-2.1"
|
|
homepage="http://lxqt.org/"
|
|
distfiles="https://github.com/lxde/lxqt-globalkeys/releases/download/${version}/lxqt-globalkeys-${version}.tar.xz"
|
|
checksum=18bdff9c909c6d7a7ef97fdbd8fc878d20633fdc29136d0799db33d88b7425f3
|
|
|
|
lxqt-globalkeys-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|