From e30cece713566d1ee4827bc2e96f07873d7f9d9d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 2 Nov 2015 15:05:06 +0100 Subject: [PATCH] New package: libdbusmenu-qt5-0.9.3+15.10.20150604. --- common/shlibs | 1 + srcpkgs/libdbusmenu-qt5-devel | 1 + srcpkgs/libdbusmenu-qt5/template | 24 ++++++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 120000 srcpkgs/libdbusmenu-qt5-devel create mode 100644 srcpkgs/libdbusmenu-qt5/template diff --git a/common/shlibs b/common/shlibs index 2c76d52cd8e..fda4a8a8177 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2276,3 +2276,4 @@ libosgVolume.so.130 osg-3.4.0_1 libosgGA.so.130 osg-3.4.0_1 libosgPresentation.so.130 osg-3.4.0_1 libKF5Screen.so.6 libkscreen-5.4.2_1 +libdbusmenu-qt5.so.2 libdbusmenu-qt5-0.9.3.0_1 diff --git a/srcpkgs/libdbusmenu-qt5-devel b/srcpkgs/libdbusmenu-qt5-devel new file mode 120000 index 00000000000..cd6783b47c3 --- /dev/null +++ b/srcpkgs/libdbusmenu-qt5-devel @@ -0,0 +1 @@ +libdbusmenu-qt5 \ No newline at end of file diff --git a/srcpkgs/libdbusmenu-qt5/template b/srcpkgs/libdbusmenu-qt5/template new file mode 100644 index 00000000000..a7783dddb1c --- /dev/null +++ b/srcpkgs/libdbusmenu-qt5/template @@ -0,0 +1,24 @@ +# Template file for 'libdbusmenu-qt5' +pkgname=libdbusmenu-qt5 +version=0.9.3+15.10.20150604 +revision=1 +wrksrc="${pkgname%5}-${version}" +build_style=cmake +configure_args="-DUSE_QT4=0" +hostmakedepends="cmake doxygen pkg-config" +makedepends="qt5-tools-devel" +short_desc="A library that provides a QT5 implementation of the DBusMenu spec" +maintainer="Juan RP " +license="GPL-3" +homepage="https://launchpad.net/libdbusmenu-qt" +distfiles="http://archive.ubuntu.com/ubuntu/pool/main/libd/${pkgname%5}/${pkgname%5}_${version}.orig.tar.gz" +checksum=dd87926003be6455420a077dd8edb29f5dac428b9b299b2bd73a1c29c2126328 + +libdbusmenu-qt5-devel_package() { + depends="${sourcepkg}-${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/share/doc + } +}