Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] krita: update to 5.2.6
@ 2024-11-01 16:47 toadwastoast
  2024-11-02  1:48 ` [PR PATCH] [Merged]: " Johnnynator
  0 siblings, 1 reply; 2+ messages in thread
From: toadwastoast @ 2024-11-01 16:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/toadwastoast/void-packages krita-5.2.6
https://github.com/void-linux/void-packages/pull/52870

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l-musl (cross)
  - aarch64 (cross)

I added `python3-PyQt5` to `depends` since it's necessary for the krita python plugin manager to work and for dockers like the quick settings docker to show up.

@Johnnynator may you please review this PR? Thanks.

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

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

From a31df00d8c484c1b89a5a05bdfb579b2425786ac Mon Sep 17 00:00:00 2001
From: toadwastoast <toadwastoast@proton.me>
Date: Fri, 1 Nov 2024 13:38:11 -0300
Subject: [PATCH] krita: update to 5.2.6

---
 srcpkgs/krita/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index cedb7ee439cac6..bc465fadf1d933 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
-version=5.2.3
-revision=2
+version=5.2.6
+revision=1
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF -DENABLE_UPDATERS=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3
@@ -17,13 +17,13 @@ makedepends="karchive-devel kconfig-devel kwidgetsaddons-devel kcompletion-devel
  libopenjpeg2-devel qt5-plugin-mysql qt5-plugin-sqlite qt5-plugin-odbc
  qt5-plugin-pgsql qt5-plugin-tds libwebp-devel libmypaint-devel libjxl-devel
  libkdcraw5-devel immer zug lager libunibreak-devel mlt7-devel xsimd"
-depends="qt5-plugin-sqlite"
+depends="qt5-plugin-sqlite python3-PyQt5"
 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.xz"
-checksum=cf78ddb39700c92928cf14d7611b8ef3870d8f5b83ef590d43e218bec5dafd54
+checksum=7a9be2c782a87b349e2267bda74ecc43381a085b639b5b2b91da1c56f977de59
 python_version=3
 replaces="calligra-krita>=0"
 # FIXME

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

* Re: [PR PATCH] [Merged]: krita: update to 5.2.6
  2024-11-01 16:47 [PR PATCH] krita: update to 5.2.6 toadwastoast
@ 2024-11-02  1:48 ` Johnnynator
  0 siblings, 0 replies; 2+ messages in thread
From: Johnnynator @ 2024-11-02  1:48 UTC (permalink / raw)
  To: ml

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

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

krita: update to 5.2.6
https://github.com/void-linux/void-packages/pull/52870

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l-musl (cross)
  - aarch64 (cross)

I added `python3-PyQt5` to `depends` since it's necessary for the krita python plugin manager to work and for dockers like the quick settings docker to show up.

@Johnnynator may you please review this PR? Thanks.

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

end of thread, other threads:[~2024-11-02  1:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-01 16:47 [PR PATCH] krita: update to 5.2.6 toadwastoast
2024-11-02  1:48 ` [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).