Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] krita: update to 5.0.8.
@ 2022-06-02 14:15 mhmdanas
  2022-06-07 12:07 ` hervyqa
  2022-06-07 13:44 ` [PR PATCH] [Merged]: " Johnnynator
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2022-06-02 14:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages krita-5.0.8
https://github.com/void-linux/void-packages/pull/37387

krita: update to 5.0.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 69df22069fef67da19e072ef77b717de9581a4f5 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 2 Jun 2022 17:17:25 +0300
Subject: [PATCH] krita: update to 5.0.8.

---
 srcpkgs/krita/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index c388e3b0505b..081da6334b51 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,6 +1,6 @@
 # Template file for 'krita'
 pkgname=krita
-version=5.0.6
+version=5.0.8
 revision=1
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
@@ -21,8 +21,8 @@ short_desc="Painting and image editing program"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-only"
 homepage="https://krita.org/"
-distfiles="${KDE_SITE}/krita/${version}/krita-${version}.tar.gz"
-checksum=edd76d1b3e5fd00cffb90c4fdaa4dafecc8bf3638d1f7bccf463ec11ea3e0e62
+distfiles="${KDE_SITE}/krita/${version}/krita-${version}.tar.xz"
+checksum=4c221a3c7bbbb8d3297ffe9032c8946cbd835623f22b27f08f617aaa4e496083
 python_version=3
 replaces="calligra-krita>=0"
 make_check=no

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

* Re: krita: update to 5.0.8.
  2022-06-02 14:15 [PR PATCH] krita: update to 5.0.8 mhmdanas
@ 2022-06-07 12:07 ` hervyqa
  2022-06-07 13:44 ` [PR PATCH] [Merged]: " Johnnynator
  1 sibling, 0 replies; 3+ messages in thread
From: hervyqa @ 2022-06-07 12:07 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/37387#issuecomment-1148577769

Comment:
Krita 5.0.6 has an emergency bug. Cannot save file from creating new document.  version 5.0.8 is already fixed.

https://bugs.kde.org/show_bug.cgi?id=453884

Cc @Johnnynator 

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

* Re: [PR PATCH] [Merged]: krita: update to 5.0.8.
  2022-06-02 14:15 [PR PATCH] krita: update to 5.0.8 mhmdanas
  2022-06-07 12:07 ` hervyqa
@ 2022-06-07 13:44 ` Johnnynator
  1 sibling, 0 replies; 3+ messages in thread
From: Johnnynator @ 2022-06-07 13:44 UTC (permalink / raw)
  To: ml

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

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

krita: update to 5.0.8.
https://github.com/void-linux/void-packages/pull/37387

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-06-07 13:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-02 14:15 [PR PATCH] krita: update to 5.0.8 mhmdanas
2022-06-07 12:07 ` hervyqa
2022-06-07 13:44 ` [PR PATCH] [Merged]: " Johnnynator

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).