liblxqt-mount: removed; unnecessary with lxqt-0.10.

This commit is contained in:
Juan RP 2015-11-02 15:18:11 +01:00
parent 77767c0fc9
commit 9ffe84649d
3 changed files with 0 additions and 27 deletions

View file

@ -1892,7 +1892,6 @@ libQt5WaylandClient.so.5 qt5-wayland-5.4.0_1
libx265.so.68 x265-1.8_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
libsysstat-qt5.so.0 lxde-libsysstat-0.2.0_1

View file

@ -1 +0,0 @@
liblxqt-mount

View file

@ -1,25 +0,0 @@
# Template file for 'liblxqt-mount'
pkgname=liblxqt-mount
version=0.9.0
revision=1
build_style=cmake
configure_args="-DUSE_QT5=1"
hostmakedepends="cmake"
makedepends="qt5-tools-devel"
short_desc="LXQt library for removable media/devices"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1"
homepage="http://lxqt.org/"
distfiles="http://downloads.lxqt.org/lxqt/${version}/${pkgname}-${version}.tar.xz"
checksum=c89ddce16a67831bf8975bc40f95729cb5069105b969f2c8abfb8ab0116dbf5d
liblxqt-mount-devel_package() {
short_desc+=" - development files"
depends="qt5-devel ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
vmove usr/lib/cmake
}
}