kolourpaint: update to 18.08.3.
This commit is contained in:
parent
69cc5fc9c1
commit
903c8fc9b9
|
@ -1,21 +1,23 @@
|
|||
# Template file for 'kolourpaint'
|
||||
pkgname=kolourpaint
|
||||
version=18.08.2
|
||||
version=18.08.3
|
||||
revision=1
|
||||
short_desc="Free, easy-to-use paint program for KDE"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules"
|
||||
makedepends="kdelibs4support-devel kparts-devel qt5-devel"
|
||||
short_desc="Free, easy-to-use paint program for KDE"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
license="BSD-2-Clause, GPL-2.0-or-later, LGPL-2.1-only, GFDL-1.2-only"
|
||||
homepage="http://www.kolourpaint.org/"
|
||||
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=5bc9072dba7238f8bdef2d344a7e8e82207a290ea0d7991b2ee68c3a2ab705e2
|
||||
license="BSD-2-Clause, GPL-2.0-or-later, LGPL-2.1-only, GFDL-1.2-only"
|
||||
checksum=207d344db75e13f1d72050e329dba3d8a48227c22c93e916741f76ae742fb44b
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" python qt5-host-tools qt5-qmake kconfig kdoctools"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING COPYING.DOC COPYING.LIB
|
||||
vlicense COPYING
|
||||
vlicense COPYING.DOC
|
||||
vlicense COPYING.LIB
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue