void-packages/srcpkgs/kolourpaint/template

24 lines
950 B
Bash

# Template file for 'kolourpaint'
pkgname=kolourpaint
version=24.05.1
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=0f69175404321e20152706b35a23f8f97fbac69f491f6181a5eee28a3e951b9e
post_install() {
vlicense COPYING
vlicense COPYING.DOC
vlicense COPYING.LIB
}