New package: libdbusmenu-qt5-0.9.3+15.10.20150604.

This commit is contained in:
Juan RP 2015-11-02 15:05:06 +01:00
parent 0c4b75576c
commit e30cece713
3 changed files with 26 additions and 0 deletions

View File

@ -2276,3 +2276,4 @@ libosgVolume.so.130 osg-3.4.0_1
libosgGA.so.130 osg-3.4.0_1 libosgGA.so.130 osg-3.4.0_1
libosgPresentation.so.130 osg-3.4.0_1 libosgPresentation.so.130 osg-3.4.0_1
libKF5Screen.so.6 libkscreen-5.4.2_1 libKF5Screen.so.6 libkscreen-5.4.2_1
libdbusmenu-qt5.so.2 libdbusmenu-qt5-0.9.3.0_1

View File

@ -0,0 +1 @@
libdbusmenu-qt5

View File

@ -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 <xtraeme@voidlinux.eu>"
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
}
}