diff --git a/common/shlibs b/common/shlibs index 9ca69d388f6a22..21d7042229a0ac 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4063,7 +4063,7 @@ libJudy.so.1 judy-1.0.5_1 libsignal-protocol-c.so.2 libsignal-protocol-c-2.3.3_2 libKSeExprUI.so.4 seexpr-krita-4.0.4.0_1 libKSeExpr.so.4 seexpr-krita-4.0.4.0_1 -libkritaqmicinterface.so.19 krita-5.2.0_1 +libkritaqmicinterface.so.20 krita-6.0.1_1 liburing.so.2 liburing-2.0_1 libbson-1.0.so.0 libbson-1.17.4_2 libsonic.so.0 libsonic-0.2.0_1 diff --git a/srcpkgs/krita/patches/musl.patch b/srcpkgs/krita/patches/musl.patch deleted file mode 100644 index 0badb4a21f54f4..00000000000000 --- a/srcpkgs/krita/patches/musl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/libs/image/tests/kis_paint_device_test.cpp 2019-09-30 15:18:28.000000000 +0200 -+++ b/libs/image/tests/kis_paint_device_test.cpp 2019-09-30 15:18:28.000000000 +0200 -@@ -2354,7 +2354,7 @@ - - qDebug() << "Iteration:" << i; - --#ifdef Q_OS_LINUX -+#ifdef __GLIBC__ - struct mallinfo info = mallinfo(); - qDebug() << "Allocated on heap:" << (info.arena >> 20) << "MiB"; - qDebug() << "Mmaped regions:" << info.hblks << (info.hblkhd >> 20) << "MiB"; diff --git a/srcpkgs/krita/patches/sip68.patch b/srcpkgs/krita/patches/sip68.patch deleted file mode 100644 index e9e4544b7cc279..00000000000000 --- a/srcpkgs/krita/patches/sip68.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 2d71c47661d43a4e3c1ab0c27803de980bdf2bb2 Mon Sep 17 00:00:00 2001 -From: Antonio Rojas -Date: Mon, 11 Dec 2023 20:26:13 +0100 -Subject: [PATCH] Bump SIP ABI version to 12.8 - -Fixes build with SIP 6.8 ---- - cmake/modules/pyproject.toml.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/cmake/modules/pyproject.toml.in b/cmake/modules/pyproject.toml.in -index 090b2d4b0cb..085ddf41799 100644 ---- a/cmake/modules/pyproject.toml.in -+++ b/cmake/modules/pyproject.toml.in -@@ -9,7 +9,7 @@ name = "@module_name_toml@" - sip-module = "@sip_name@" - sip-include-dirs = @sip_include_dirs@ - sip-files-dir = "@module_srcs@" --abi-version = "12" -+abi-version = "12.8" - - [tool.sip.bindings.@module_name_toml@] - tags = @module_tags@ diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template index c30866577d9ada..53d61efc9e5811 100644 --- a/srcpkgs/krita/template +++ b/srcpkgs/krita/template @@ -1,6 +1,6 @@ # Template file for 'krita' pkgname=krita -version=5.2.14 +version=6.0.1 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DENABLE_UPDATERS=OFF" @@ -16,14 +16,15 @@ makedepends="karchive-devel kconfig-devel kwidgetsaddons-devel kcompletion-devel python3-PyQt5-devel quazip-devel libheif-devel seexpr-krita-devel libopenjpeg2-devel qt5-plugin-mysql qt5-plugin-sqlite qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-tds libwebp-devel libmypaint-devel libjxl-devel - libkdcraw5-devel immer zug lager libunibreak-devel mlt7-devel xsimd" + libkdcraw5-devel immer zug lager libunibreak-devel mlt7-devel xsimd + qt5-quickcontrols2 qt5-quickcontrols2-devel" depends="qt5-plugin-sqlite python3-PyQt5" short_desc="Painting and image editing program" maintainer="John " license="GPL-3.0-only" homepage="https://krita.org/" distfiles="${KDE_SITE}/krita/${version}/krita-${version}.tar.xz" -checksum=41770910517a8d4546f7028c4725b3bd44c69d10d328c978a2788dbcc707d3df +checksum=aeaab7959b610eca5025af81eb54db2ce5985f98208d4390b08ee4ceb969c1f5 python_version=3 replaces="calligra-krita>=0" # FIXME