New package: lxqt-globalkeys-0.8.0.

This commit is contained in:
Juan RP 2014-11-03 10:25:35 +01:00
parent 21ad071616
commit deab1c3abf
3 changed files with 28 additions and 0 deletions

View file

@ -1837,3 +1837,5 @@ libx265.so.35 x265-1.4_1
libQt5Xdg.so.1 libqtxdg-1.0.0_1
liblxqt-qt5.so.0 liblxqt-0.8.0_1
liblxqtmount-qt5.so.0 liblxqt-mount-0.8.0_1
liblxqt-globalkeys-qt5.so.0 lxqt-globalkeys-0.8.0_1
liblxqt-globalkeys-ui-qt5.so.0 lxqt-globalkeys-0.8.0_1

View file

@ -0,0 +1 @@
lxqt-globalkeys

View file

@ -0,0 +1,25 @@
# Template file for 'lxqt-globalkeys'
pkgname=lxqt-globalkeys
version=0.8.0
revision=1
build_style=cmake
configure_args="-DUSE_QT5=1"
hostmakedepends="cmake pkg-config"
makedepends="qt5-tools-devel liblxqt-devel libqtxdg-devel"
short_desc="LXQt key shortcuts"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://lxqt.org/"
distfiles="http://lxqt.org/downloads/lxqt/${version}/${pkgname}-${version}.tar.xz"
checksum=dd15a5d6f5818ddd00a7b3fbde483bbd8ce88d2dfaa4a6e98ca54c7492cbd713
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
vmove usr/share/cmake
}
}