void-packages/srcpkgs/kolourpaint/template

24 lines
950 B
Bash

# Template file for 'kolourpaint'
pkgname=kolourpaint
version=24.08.0
revision=1
build_style=cmake
configure_args="-DQT_MAJOR_VERSION=6 -DBUILD_TESTING=OFF
-DKF6_HOST_TOOLING=/usr/lib/cmake -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
hostmakedepends="extra-cmake-modules gettext kf6-kcoreaddons kf6-kdoctools
qt6-base kf6-kconfig"
makedepends="kf6-kparts-devel kf6-ktextwidgets-devel libksane6-devel qt6-base-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/"
changelog="https://kde.org/announcements/changelogs/gear/${version}/#kolourpaint"
distfiles="${KDE_SITE}/release-service/${version}/src/kolourpaint-${version}.tar.xz"
checksum=0dbcd92f6f55bf448d5557bf6f15fca5779259c7c05f2d4846129c6c20246d8f
post_install() {
vlicense COPYING
vlicense COPYING.DOC
vlicense COPYING.LIB
}