lxqt-globalkeys: update to 0.14.0.

This commit is contained in:
maxice8 2019-01-25 23:04:11 -02:00 committed by maxice8
parent 6f87c775ab
commit 46874bc65d

View file

@ -1,9 +1,8 @@
# Template file for 'lxqt-globalkeys'
pkgname=lxqt-globalkeys
version=0.13.0
version=0.14.0
revision=1
build_style=cmake
configure_args="-DPULL_TRANSLATIONS=0"
hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
makedepends="liblxqt-devel"
short_desc="LXQt daemon and library for global keyboard shortcuts registration"
@ -11,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://lxqt.org/"
distfiles="https://github.com/lxqt/lxqt-globalkeys/releases/download/${version}/lxqt-globalkeys-${version}.tar.xz"
checksum=ed6dc56e0374939caeb44380ef4a8765b097761be7381dfedbf79f089764dbbf
checksum=a103352a66a41f20254477a67c8e2c4bddc93e1a4926ecbd8070233843e17bcd
replaces="lxqt-common>=0"
lxqt-globalkeys-devel_package() {
@ -21,5 +20,6 @@ lxqt-globalkeys-devel_package() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
vmove usr/share/cmake
}
}