krita: v4.4.1, initial commit

This commit is contained in:
Stamatin Cristina 2020-12-05 15:52:49 +02:00
parent a658f1b7b5
commit 9c12296ed0
3 changed files with 1085 additions and 0 deletions

1054
krita/.footprint Normal file

File diff suppressed because it is too large Load Diff

5
krita/.signature Normal file

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3++Cpr4xDbBSqhpxH8O7XubIPD6wmAu9Ef9NrGJmnN2n+Frx/JtIHA5h64NQfzyLWmnuIggimgq8+LshjyYNwQ0=
SHA256 (Pkgfile) = 9d867b3da821825c458d3d8fc9eb055f4be046f902d3b4cb5dd2dcda1018237c
SHA256 (.footprint) = fd3a5945d7e8687c08b421405f0b916eb48790c27c485014fa229a46186e798c
SHA256 (krita-4.4.1.tar.gz) = 6f2daf068e4e5cef8a738ab47da443dc82ad1463090a4a1544b35201272c3817

26
krita/Pkgfile Normal file

@ -0,0 +1,26 @@
# Description: The full-featured free digital painting studio
# URL: https://krita.org/
# Maintainer: Stamatin Cristina, dear dot volgk at gmail dot com
# Depends on: boost eigen3 exiv2 fftw gsl karchive kcompletion kcoreaddons kguiaddons ki18n kitemmodels kitemviews kwindowsystem libbsd openexr quazip5
name=krita
version=4.4.1
release=1
source=(https://download.kde.org/stable/$name/${version:0:5}/$name-$version.tar.gz)
build() {
rm -r $name-$version/po/*
cmake -S$name-$version -Bbuild \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_TESTING=OFF \
-DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
cmake --build build -v
DESTDIR=$PKG cmake --install build
rm $PKG/usr/share/color/icc/krita/README
rm $PKG/usr/share/krita/bundles/README
find $PKG -depth -type d -empty -delete
}