lxqt-globalkeys: update to 0.9.0.
This commit is contained in:
parent
547dd42a6e
commit
d0bc93004e
|
@ -1912,3 +1912,6 @@ libKF5WindowSystem.so.5 kwindowsystem-5.6.0_1
|
||||||
libKF5GuiAddons.so.5 kguiaddons-5.6.0_1
|
libKF5GuiAddons.so.5 kguiaddons-5.6.0_1
|
||||||
liblxqt.so.0 liblxqt-0.9.0_1
|
liblxqt.so.0 liblxqt-0.9.0_1
|
||||||
liblxqtmount.so.0 liblxqt-mount-0.9.0_1
|
liblxqtmount.so.0 liblxqt-mount-0.9.0_1
|
||||||
|
liblxqt-globalkeys.so.0 lxqt-globalkeys-0.9.0_1
|
||||||
|
liblxqt-globalkeys-ui.so.0 lxqt-globalkeys-0.9.0_1
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'lxqt-globalkeys'
|
# Template file for 'lxqt-globalkeys'
|
||||||
pkgname=lxqt-globalkeys
|
pkgname=lxqt-globalkeys
|
||||||
version=0.8.0
|
version=0.9.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_QT5=1"
|
configure_args="-DUSE_QT5=1"
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
makedepends="qt5-tools-devel liblxqt-devel libqtxdg-devel"
|
makedepends="liblxqt-devel libqtxdg-devel"
|
||||||
short_desc="LXQt key shortcuts"
|
short_desc="LXQt key shortcuts"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://lxqt.org/"
|
homepage="http://lxqt.org/"
|
||||||
distfiles="http://lxqt.org/downloads/lxqt/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="http://lxqt.org/downloads/lxqt/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=dd15a5d6f5818ddd00a7b3fbde483bbd8ce88d2dfaa4a6e98ca54c7492cbd713
|
checksum=45292e125e8cc2f18afa7d358366ade670c8d73871caf04f4536a4be985d9f12
|
||||||
|
|
||||||
lxqt-globalkeys-devel_package() {
|
lxqt-globalkeys-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
@ -20,6 +20,6 @@ lxqt-globalkeys-devel_package() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
vmove usr/share/cmake
|
vmove usr/lib/cmake
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue