diff --git a/common/shlibs b/common/shlibs index f11b19f564..98653288b5 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/liblxqt-devel b/srcpkgs/liblxqt-devel new file mode 120000 index 0000000000..d31b5d7ed5 --- /dev/null +++ b/srcpkgs/liblxqt-devel @@ -0,0 +1 @@ +liblxqt \ No newline at end of file diff --git a/srcpkgs/liblxqt/template b/srcpkgs/liblxqt/template new file mode 100644 index 0000000000..706220998d --- /dev/null +++ b/srcpkgs/liblxqt/template @@ -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 " +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 + } +}