automoc4: rebuild for metadata

This commit is contained in:
Piotr Wójcik 2018-11-22 00:03:49 +01:00 committed by maxice8
parent 8e0af99f1f
commit 53c718a465
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B

View File

@ -1,17 +1,22 @@
# Template file for 'automoc4'
pkgname=automoc4
version=0.9.88
revision=3
revision=4
build_style=cmake
hostmakedepends="pkg-config"
makedepends="qt-devel"
short_desc="Automatic moc for Qt 4 packages"
homepage="http://techbase.kde.org/Development/Tools/Automoc4"
license="BSD"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="http://download.kde.org/stable/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
license="BSD-2-Clause"
homepage="http://techbase.kde.org/Development/Tools/Automoc4"
distfiles="${KDE_SITE}/automoc4/${version}/automoc4-${version}.tar.bz2"
checksum=234116f4c05ae21d828594d652b4c4a052ef75727e2d8a4f3a4fb605de9e4c49
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt-qmake qt-host-tools"
fi
post_install() {
sed -n '/Copyright/,/SUCH\./p' kde4automoc.cpp > LICENSE
vlicense LICENSE
}