53 lines
1.1 KiB
BlitzBasic
53 lines
1.1 KiB
BlitzBasic
SUMMARY = "Krita is a free digital painting application"
|
|
LICENSE = "GPL-3.0-only & BSD-3-Clause"
|
|
HOMEPAGE = "https://krita.org/"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
|
file://COPYING-CMAKE-SCRIPTS;md5=3775480a712fc46a69647678acb234cb \
|
|
"
|
|
|
|
inherit kde-apps python3native gtk-icon-cache mime-xdg
|
|
|
|
DEPENDS += " \
|
|
qtmultimedia \
|
|
quazip \
|
|
curl \
|
|
poppler \
|
|
boost \
|
|
libraw \
|
|
libeigen \
|
|
exiv2 \
|
|
fftw \
|
|
giflib \
|
|
gsl \
|
|
\
|
|
kauth-native \
|
|
karchive \
|
|
kconfig-native \
|
|
kwidgetsaddons \
|
|
kcompletion \
|
|
kcoreaddons-native \
|
|
kguiaddons \
|
|
ki18n \
|
|
kitemmodels \
|
|
kitemviews \
|
|
kwindowsystem \
|
|
kio \
|
|
kcrash \
|
|
"
|
|
|
|
PV = "5.0.2"
|
|
PVEXT = ""
|
|
SRC_URI = "${KDE_MIRROR}/stable/${BPN}/${PV}/${BPN}-${PV}${PVEXT}.tar.xz"
|
|
SRC_URI[sha256sum] = "634102e0bf0c03c0ec9dc4dd647d5f618c8f136cf79bd50136e6f012be6b4e63"
|
|
S = "${WORKDIR}/${BPN}-${PV}${PVEXT}"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/color \
|
|
${datadir}/color-schemes \
|
|
${datadir}/icons \
|
|
${datadir}/kritaplugins \
|
|
${libdir}/kritaplugins \
|
|
${OE_QMAKE_PATH_QML}/org/krita \
|
|
"
|