author | Antonio Rojas
<arojas@archlinux.org> 2023-01-06 09:28:44 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-01-06 09:28:44 UTC |
parent | eeff3f4361699e21e4dd3ad891fd831cd06e6098 |
PKGBUILD | +5 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 478f77d..b4bf545 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,10 +17,12 @@ optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'kseexpr: SeExpr generator layer' 'kimageformats: PSD support' 'libmypaint: support for MyPaint brushes' 'krita-plugin-gmic: GMic plugin' 'libjxl: JPEG-XL filter') source=(https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz{,.sig} - find-xsimd.patch) + find-xsimd.patch + https://invent.kde.org/graphics/krita/-/commit/e9184281.patch) sha256sums=('1c775ebef0f799a9a6b74440c3d906ab913c27541b177ed621704de714e9a4d3' 'SKIP' - '622c9ffbbfef72dd024b391b879c79ae34da11d52b2f3488dfd8ee42bf7b453b') + '622c9ffbbfef72dd024b391b879c79ae34da11d52b2f3488dfd8ee42bf7b453b' + 'c30b94c4976cf745aa35e8763b9f4e9ef1e401bd68c1bc966607465322f70223') validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD' # Boudewijn Rempt <foundation@krita.org> 'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F' # Dmitry Kazakov (main key) <dimula73@gmail.com> '064182440C674D9F8D0F6F8B4DA79EDA231C852B') # Stichting Krita Foundation <foundation@krita.org> @@ -28,7 +30,7 @@ options=(debug) prepare() { patch -d $pkgname-$_pkgver -p1 < find-xsimd.patch - sed -e 's|primaties|primaries|g' -i $pkgname-$pkgver/plugins/impex/heif/HeifExport.cpp # Fix build with libheif 1.14.1 + patch -d $pkgname-$_pkgver -p1 < e9184281.patch # Fix build with libheif 1.14.1 } build() {