From 19f62bf0cc8d21c6f97164d40fcb936916b9f609 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 2 Nov 2014 18:19:22 +0100 Subject: [PATCH] New package: libqtxdg-1.0.0. --- common/shlibs | 1 + srcpkgs/libqtxdg-devel | 1 + srcpkgs/libqtxdg/template | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 120000 srcpkgs/libqtxdg-devel create mode 100644 srcpkgs/libqtxdg/template diff --git a/common/shlibs b/common/shlibs index 34950a76aef..f11b19f5648 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1834,3 +1834,4 @@ libQt5Help.so.5 qt5-tools-5.3.2_1 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 diff --git a/srcpkgs/libqtxdg-devel b/srcpkgs/libqtxdg-devel new file mode 120000 index 00000000000..ad961751cfc --- /dev/null +++ b/srcpkgs/libqtxdg-devel @@ -0,0 +1 @@ +libqtxdg \ No newline at end of file diff --git a/srcpkgs/libqtxdg/template b/srcpkgs/libqtxdg/template new file mode 100644 index 00000000000..9050e0d1be8 --- /dev/null +++ b/srcpkgs/libqtxdg/template @@ -0,0 +1,25 @@ +# Template file for 'libqtxdg' +pkgname=libqtxdg +version=1.0.0 +revision=1 +build_style=cmake +configure_args="-DUSE_QT5=1 -DCMAKE_INSTALL_LIBDIR=lib" +hostmakedepends="cmake pkg-config" +makedepends="qt5-devel qt5-tools" +short_desc="Qt implementation of freedesktop.org xdg specifications" +maintainer="Juan RP " +license="GPL-3" +homepage="http://lxqt.org/" +distfiles="https://github.com/lxde/libqtxdg/archive/${version}.tar.gz" +checksum=fae88c136d1f5df1d6bce5957fd52d9cd318fe7cf439552631a3b8a0581ec923 + +libqtxdg-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 + } +}