Package Details: krita-git 6.1.0.prealpha.r65782.633bc1922b-1

Git Clone URL: https://aur.archlinux.org/krita-git.git (read-only, click to copy)
Package Base: krita-git
Description: A full-featured free digital painting studio. Qt 6 git version.
Upstream URL: https://krita.org
Keywords: qt6
Licenses: GPL-3.0-only
Conflicts: krita, krita-qt6-git
Provides: krita
Submitter: sl1pkn07
Maintainer: AlfredoRamos
Last Packager: AlfredoRamos
Votes: 17
Popularity: 0.000004
First Submitted: 2015-10-11 13:38 (UTC)
Last Updated: 2026-03-17 16:12 (UTC)

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

sbrl commented on 2026-07-31 21:31 (UTC) (edited on 2026-08-01 12:51 (UTC) by sbrl)

patch to fix the issue:

diff --git a/PKGBUILD b/PKGBUILD
index 035a1ff..288448b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ depends=(
    openjpeg2 qt6-base qt6-svg quazip-qt6 zlib xsimd
 )
 makedepends=(
-   git ninja boost eigen extra-cmake-modules immer kdoctools kseexpr-qt6-git lager libheif
+   git ninja boost eigen extra-cmake-modules immer kdoctools lager libheif
    libjxl libmypaint poppler-qt6 python-pyqt6 qt6-tools sip zug vulkan-headers
 )
 optdepends=(

....given that kseexpr-qt6-git is marked as an optional dependency but somehow is marked as required too.

edit: makes it build, but then you get:

/usr/include/c++/16/optional:1237: constexpr _Tp* std::optional<_Tp>::operator->() [with _Tp = KoDualColorButton::Private::ColorDialogState]: Assertion 'this->_M_is_engaged()' failed.
Aborted

sbrl commented on 2026-07-31 21:00 (UTC)

This package no longer builds for me:

Package krita-git depends on kseexpr-qt6-git. Resolving...
Need to install packages: ["kseexpr-qt6-git"], but they are not found on AUR.

....but kseexpr-qt6-git isn't a thing in the AUR, and the closest packages in repos for me are

world/kseexpr 6.0.0.0-2
    An embeddable expression evaluation engine (Krita fork)
extra/kseexpr 6.0.0.0-2
    An embeddable expression evaluation engine (Krita fork)

mdrv commented on 2026-03-29 18:30 (UTC)

Kindly request for aarch64 addition on PKGBUILD arch property. I was able to build this package on aarch64-based PC.

BlackCherry commented on 2026-03-17 17:10 (UTC)

thank you very much @AlfredoRamos

AlfredoRamos commented on 2026-03-17 16:14 (UTC)

@BlackCherry fixed.

BlackCherry commented on 2026-03-17 13:35 (UTC)

CMake Error at CMakeLists.txt:366 (message):
  Building Krita with Qt6 is not yet production-ready.  Please don't package
  this and ship it as a stable version of the software.

  If you want to continue regardless, pass:

      -DALLOW_UNSTABLE=QT6

Cogumelo commented on 2025-09-22 18:46 (UTC)

Reported the issue to kde. Its fixed now... i think

Cogumelo commented on 2025-09-21 17:21 (UTC)

@AlfredoRamos I have commit ae2aa23 compiled from krita-git working for a while, but new commits keep failing to build.

AlfredoRamos commented on 2025-09-20 19:58 (UTC) (edited on 2025-09-20 19:59 (UTC) by AlfredoRamos)

@Cogumelo That provides no help or context about the real error at all.

It that case you can only say "it does not build" and I can take a look.

Cogumelo commented on 2025-09-19 17:18 (UTC)

[652/3663] Building CXX object libs/flake/CMakeFiles/kritaflake.dir/text/KoPolygonUtils.cpp.o ninja: build stopped: subcommand failed.