New package: liblxqt-mount-0.8.0.

This commit is contained in:
Juan RP 2014-11-03 10:05:24 +01:00
parent 00b9ef2240
commit c0e612ad69
3 changed files with 27 additions and 0 deletions

View File

@ -1836,3 +1836,4 @@ libQt5X11Extras.so.5 qt5-x11extras-5.3.2_1
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

1
srcpkgs/liblxqt-mount-devel Symbolic link
View File

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

View File

@ -0,0 +1,25 @@
# Template file for 'liblxqt-mount'
pkgname=liblxqt-mount
version=0.8.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@gmail.com>"
license="LGPL-2.1"
homepage="http://lxqt.org/"
distfiles="http://lxqt.org/downloads/lxqt/${version}/${pkgname}-${version}.tar.xz"
checksum=f723432fc4b97e6b4c709d65f6a73586fabe835663aad090feda9b02439bad21
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/share/cmake
}
}