Skip to content

Commit 92e5513

Browse files
committed
krita: Fix build with eigen3-5 and libcxx-21
1 parent b14dac2 commit 92e5513

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

mingw-w64-krita/PKGBUILD

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ _realname=krita
33
pkgbase=mingw-w64-${_realname}
44
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
55
pkgver=5.2.11
6-
pkgrel=3
6+
pkgrel=4
77
pkgdesc="A professional FREE and open source painting program (mingw-w64)"
88
arch=('any')
99
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -76,10 +76,14 @@ optdepends=(
7676
source=("https://download.kde.org/stable/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.xz"
7777
001-mingw-interface-conflict.patch
7878
002-exiv2-missing-wpath.patch
79+
003-accept-eigen3-5.patch::https://invent.kde.org/graphics/krita/-/commit/66a3fe73.patch
80+
004-fix-build-with-libcxx-21.patch::https://invent.kde.org/graphics/krita/-/commit/cc113e99.patch
7981
005-no-installer.patch)
8082
sha256sums=('71f713cc9f884f4fc66c14ccd07b12144fb6611827312baeb193fcbccf582ba0'
8183
'a5680deef222fa56f0c2b7b4849ad82b831f4afc23b0fd4b5ba4944a6855ca1c'
8284
'db4bb1591015d1b4cca030bf9beaf58c6335958e3986b78444bf350d71bf18aa'
85+
'2f2af9a9e70ec4c2747981ed38625bd896bc7e776712f9e3cf6943919ec03780'
86+
'5eb13ab9fb672b3bed87e81a13572cb0e0c658dac5cc3b1a3ae37db18af126d8'
8387
'd80a2728692a1456b133a17e33a0083adab8c96270b4d6e94da07ed8141c4503')
8488
noextract=("krita-${pkgver}.tar.xz")
8589

@@ -100,6 +104,8 @@ prepare() {
100104
apply_patch_with_msg \
101105
001-mingw-interface-conflict.patch \
102106
002-exiv2-missing-wpath.patch \
107+
003-accept-eigen3-5.patch \
108+
004-fix-build-with-libcxx-21.patch \
103109
005-no-installer.patch
104110
}
105111

0 commit comments

Comments
 (0)