mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
libdbusmenu-qt5: update to 0.9.3+16.04.20160218
This commit is contained in:
parent
b20b333bea
commit
894ac54bd5
1 changed files with 8 additions and 9 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'libdbusmenu-qt5'
|
# Template file for 'libdbusmenu-qt5'
|
||||||
pkgname=libdbusmenu-qt5
|
pkgname=libdbusmenu-qt5
|
||||||
version=0.9.3+15.10.20150604
|
version=0.9.3+16.04.20160218
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname%5}-${version}"
|
wrksrc="${pkgname%5}-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_QT4=0"
|
configure_args="-DWITH_DOC=OFF"
|
||||||
hostmakedepends="cmake doxygen pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="qt5-tools-devel"
|
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 <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="LGPL-2"
|
||||||
homepage="https://launchpad.net/libdbusmenu-qt"
|
homepage="https://launchpad.net/libdbusmenu-qt"
|
||||||
distfiles="http://archive.ubuntu.com/ubuntu/pool/main/libd/${pkgname%5}/${pkgname%5}_${version}.orig.tar.gz"
|
distfiles="${UBUNTU_SITE}/main/libd/${pkgname%5}/${pkgname%5}_${version}.orig.tar.gz"
|
||||||
checksum=dd87926003be6455420a077dd8edb29f5dac428b9b299b2bd73a1c29c2126328
|
checksum=a8e6358a31c44ccdf1bfc46c95a77a6bfc7fc1f536aadb913ed4f4405c570cf6
|
||||||
|
|
||||||
libdbusmenu-qt5-devel_package() {
|
libdbusmenu-qt5-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
@ -21,6 +21,5 @@ libdbusmenu-qt5-devel_package() {
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
vmove usr/share/doc
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue