Files
horizon-packages/srcpkgs/kolourpaint/template
T
2026-05-12 11:04:58 +02:00

33 lines
1.0 KiB
Bash

# Template file for 'kolourpaint'
pkgname=kolourpaint
version=26.04.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="qt6-base-devel
kf6-ki18n-devel
kf6-kguiaddons-devel
kf6-kwidgetsaddons-devel
kf6-kio-devel
kf6-kxmlgui-devel
kf6-ktextwidgets-devel
kf6-kjobwidgets-devel
kf6-kcrash-devel
libksane6-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=2225d194b2af7498c40a2c68426b8c28dfc0beb83dc5b93de93e50b3e4d76609
post_install() {
vlicense COPYING
vlicense COPYING.DOC
vlicense COPYING.LIB
}