New package: liblxqt-0.8.0.

This commit is contained in:
Juan RP 2014-11-02 18:23:34 +01:00
parent 19f62bf0cc
commit 5bd9d303ef
3 changed files with 27 additions and 0 deletions

View file

@ -1835,3 +1835,4 @@ libQt5WebSockets.so.5 qt5-websockets-5.3.2_1
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

1
srcpkgs/liblxqt-devel Symbolic link
View file

@ -0,0 +1 @@
liblxqt

25
srcpkgs/liblxqt/template Normal file
View file

@ -0,0 +1,25 @@
# Template file for 'liblxqt'
pkgname=liblxqt
version=0.8.0
revision=1
build_style=cmake
configure_args="-DUSE_QT5=1 -DCMAKE_INSTALL_LIBDIR=lib"
hostmakedepends="cmake pkg-config"
makedepends="qt5-devel qt5-tools qt5-x11extras-devel libqtxdg-devel"
short_desc="LXQT Desktop library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://lxqt.org/"
distfiles="http://lxqt.org/downloads/lxqt/${version}/${pkgname}-${version}.tar.xz"
checksum=9914a7e20caa423438cbb00a459b4c941cc88d4915df36670e4ab18fd636e34e
liblxqt-devel_package() {
short_desc+=" - development files"
depends="qt5-x11extras-devel qt5-devel ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
vmove usr/share/cmake
}
}