Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] krita: update to 4.2.7.
@ 2019-10-01 12:30 voidlinux-github
  2019-10-01 15:55 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-01 12:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is a new pull request by Johnnynator against master on the void-packages repository

https://github.com/Johnnynator/void-packages krita
https://github.com/void-linux/void-packages/pull/14884

krita: update to 4.2.7.
[ci skip]

A patch file from https://github.com/void-linux/void-packages/pull/14884.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-krita-14884.patch --]
[-- Type: text/x-diff, Size: 971 bytes --]

From fb4d2092ef43a07d4452bb2d49c8f31071b36531 Mon Sep 17 00:00:00 2001
From: John <johnz@posteo.net>
Date: Tue, 1 Oct 2019 14:28:58 +0200
Subject: [PATCH] krita: update to 4.2.7.

[ci skip]
---
 srcpkgs/krita/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index b18c9fea1b5..044c772fc74 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,6 +1,6 @@
 # Template file for 'krita'
 pkgname=krita
-version=4.2.6
+version=4.2.7
 revision=1
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
@@ -17,6 +17,6 @@ maintainer="John <johnz@posteo.net>"
 license="GPL-3.0-only"
 homepage="https://krita.org/"
 distfiles="${KDE_SITE}/krita/${version}/krita-${version}.tar.gz"
-checksum=a7ea86f7943a29c7e0a764efc3f992a834b08c1ad4cdb4c7073a3912df3cdde3
+checksum=e7f30b5b4842110c93cded69ade398d32c1ba0a2f081159cfbabab4448373f81
 nocross=yes
 replaces="calligra-krita>=0"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] krita: update to 4.2.7.
  2019-10-01 12:30 [PR PATCH] krita: update to 4.2.7 voidlinux-github
@ 2019-10-01 15:55 ` voidlinux-github
  2019-10-01 15:55 ` voidlinux-github
  2019-10-01 18:06 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-01 15:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There is an updated pull request by Johnnynator against master on the void-packages repository

https://github.com/Johnnynator/void-packages krita
https://github.com/void-linux/void-packages/pull/14884

krita: update to 4.2.7.
[ci skip]

A patch file from https://github.com/void-linux/void-packages/pull/14884.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-krita-14884.patch --]
[-- Type: text/x-diff, Size: 1735 bytes --]

From e95d010bb2781e04c2933b1641e9a5085ef85709 Mon Sep 17 00:00:00 2001
From: John <johnz@posteo.net>
Date: Tue, 1 Oct 2019 14:28:58 +0200
Subject: [PATCH] krita: update to 4.2.7.

[ci skip]
---
 srcpkgs/krita/patches/musl.patch | 11 +++++++++++
 srcpkgs/krita/template           |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/krita/patches/musl.patch

diff --git a/srcpkgs/krita/patches/musl.patch b/srcpkgs/krita/patches/musl.patch
new file mode 100644
index 00000000000..fc87b4a9aea
--- /dev/null
+++ b/srcpkgs/krita/patches/musl.patch
@@ -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";
diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index b18c9fea1b5..044c772fc74 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,6 +1,6 @@
 # Template file for 'krita'
 pkgname=krita
-version=4.2.6
+version=4.2.7
 revision=1
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
@@ -17,6 +17,6 @@ maintainer="John <johnz@posteo.net>"
 license="GPL-3.0-only"
 homepage="https://krita.org/"
 distfiles="${KDE_SITE}/krita/${version}/krita-${version}.tar.gz"
-checksum=a7ea86f7943a29c7e0a764efc3f992a834b08c1ad4cdb4c7073a3912df3cdde3
+checksum=e7f30b5b4842110c93cded69ade398d32c1ba0a2f081159cfbabab4448373f81
 nocross=yes
 replaces="calligra-krita>=0"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] krita: update to 4.2.7.
  2019-10-01 12:30 [PR PATCH] krita: update to 4.2.7 voidlinux-github
  2019-10-01 15:55 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-01 15:55 ` voidlinux-github
  2019-10-01 18:06 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-01 15:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There is an updated pull request by Johnnynator against master on the void-packages repository

https://github.com/Johnnynator/void-packages krita
https://github.com/void-linux/void-packages/pull/14884

krita: update to 4.2.7.
[ci skip]

A patch file from https://github.com/void-linux/void-packages/pull/14884.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-krita-14884.patch --]
[-- Type: text/x-diff, Size: 1735 bytes --]

From e95d010bb2781e04c2933b1641e9a5085ef85709 Mon Sep 17 00:00:00 2001
From: John <johnz@posteo.net>
Date: Tue, 1 Oct 2019 14:28:58 +0200
Subject: [PATCH] krita: update to 4.2.7.

[ci skip]
---
 srcpkgs/krita/patches/musl.patch | 11 +++++++++++
 srcpkgs/krita/template           |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/krita/patches/musl.patch

diff --git a/srcpkgs/krita/patches/musl.patch b/srcpkgs/krita/patches/musl.patch
new file mode 100644
index 00000000000..fc87b4a9aea
--- /dev/null
+++ b/srcpkgs/krita/patches/musl.patch
@@ -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";
diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index b18c9fea1b5..044c772fc74 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,6 +1,6 @@
 # Template file for 'krita'
 pkgname=krita
-version=4.2.6
+version=4.2.7
 revision=1
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
@@ -17,6 +17,6 @@ maintainer="John <johnz@posteo.net>"
 license="GPL-3.0-only"
 homepage="https://krita.org/"
 distfiles="${KDE_SITE}/krita/${version}/krita-${version}.tar.gz"
-checksum=a7ea86f7943a29c7e0a764efc3f992a834b08c1ad4cdb4c7073a3912df3cdde3
+checksum=e7f30b5b4842110c93cded69ade398d32c1ba0a2f081159cfbabab4448373f81
 nocross=yes
 replaces="calligra-krita>=0"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: krita: update to 4.2.7.
  2019-10-01 12:30 [PR PATCH] krita: update to 4.2.7 voidlinux-github
  2019-10-01 15:55 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-01 15:55 ` voidlinux-github
@ 2019-10-01 18:06 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-01 18:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

There's a merged pull request on the void-packages repository

krita: update to 4.2.7.
https://github.com/void-linux/void-packages/pull/14884

Description:
[ci skip]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-01 18:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 12:30 [PR PATCH] krita: update to 4.2.7 voidlinux-github
2019-10-01 15:55 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-01 15:55 ` voidlinux-github
2019-10-01 18:06 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).