krita: update to 4.2.7.
[ci skip]
This commit is contained in:
parent
53fb1d17dc
commit
8e60c345ca
2 changed files with 13 additions and 2 deletions
11
srcpkgs/krita/patches/musl.patch
Normal file
11
srcpkgs/krita/patches/musl.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- libs/image/tests/kis_paint_device_test.cpp 2019-09-30 15:18:28.000000000 +0200
|
||||||
|
+++ - 2019-10-01 16:45:18.829596521 +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";
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'krita'
|
# Template file for 'krita'
|
||||||
pkgname=krita
|
pkgname=krita
|
||||||
version=4.2.6
|
version=4.2.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-Wno-dev -DBUILD_TESTING=OFF"
|
configure_args="-Wno-dev -DBUILD_TESTING=OFF"
|
||||||
|
@ -17,6 +17,6 @@ maintainer="John <johnz@posteo.net>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://krita.org/"
|
homepage="https://krita.org/"
|
||||||
distfiles="${KDE_SITE}/krita/${version}/krita-${version}.tar.gz"
|
distfiles="${KDE_SITE}/krita/${version}/krita-${version}.tar.gz"
|
||||||
checksum=a7ea86f7943a29c7e0a764efc3f992a834b08c1ad4cdb4c7073a3912df3cdde3
|
checksum=e7f30b5b4842110c93cded69ade398d32c1ba0a2f081159cfbabab4448373f81
|
||||||
nocross=yes
|
nocross=yes
|
||||||
replaces="calligra-krita>=0"
|
replaces="calligra-krita>=0"
|
||||||
|
|
Loading…
Reference in a new issue