diff --git a/srcpkgs/libdbusmenu-qt5/template b/srcpkgs/libdbusmenu-qt5/template index 17238257d63..6bfa62714f9 100644 --- a/srcpkgs/libdbusmenu-qt5/template +++ b/srcpkgs/libdbusmenu-qt5/template @@ -1,18 +1,18 @@ # Template file for 'libdbusmenu-qt5' pkgname=libdbusmenu-qt5 -version=0.9.3+15.10.20150604 -revision=2 +version=0.9.3+16.04.20160218 +revision=1 wrksrc="${pkgname%5}-${version}" build_style=cmake -configure_args="-DUSE_QT4=0" -hostmakedepends="cmake doxygen pkg-config" +configure_args="-DWITH_DOC=OFF" +hostmakedepends="pkg-config" makedepends="qt5-tools-devel" -short_desc="A library that provides a QT5 implementation of the DBusMenu spec" +short_desc="Library that provides a Qt5 implementation of the DBusMenu spec" maintainer="Juan RP " -license="GPL-3" +license="LGPL-2" 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 +distfiles="${UBUNTU_SITE}/main/libd/${pkgname%5}/${pkgname%5}_${version}.orig.tar.gz" +checksum=a8e6358a31c44ccdf1bfc46c95a77a6bfc7fc1f536aadb913ed4f4405c570cf6 libdbusmenu-qt5-devel_package() { depends="${sourcepkg}-${version}_${revision}" @@ -21,6 +21,5 @@ libdbusmenu-qt5-devel_package() { vmove usr/lib/pkgconfig vmove usr/lib/cmake vmove usr/lib/*.so - vmove usr/share/doc } }