From c0e612ad69cd1fceb0e1f8b92165f69ce5133eac Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 3 Nov 2014 10:05:24 +0100 Subject: [PATCH] New package: liblxqt-mount-0.8.0. --- common/shlibs | 1 + srcpkgs/liblxqt-mount-devel | 1 + srcpkgs/liblxqt-mount/template | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 120000 srcpkgs/liblxqt-mount-devel create mode 100644 srcpkgs/liblxqt-mount/template diff --git a/common/shlibs b/common/shlibs index 98653288b5d..5380de62fee 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/liblxqt-mount-devel b/srcpkgs/liblxqt-mount-devel new file mode 120000 index 00000000000..a922f4a968c --- /dev/null +++ b/srcpkgs/liblxqt-mount-devel @@ -0,0 +1 @@ +liblxqt-mount \ No newline at end of file diff --git a/srcpkgs/liblxqt-mount/template b/srcpkgs/liblxqt-mount/template new file mode 100644 index 00000000000..1edf85adf2c --- /dev/null +++ b/srcpkgs/liblxqt-mount/template @@ -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 " +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 + } +}