all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mehmet Tekman <mtekman89@gmail.com>
To: 67349@debbugs.gnu.org
Subject: [bug#67349] [PATCH] Update Krita to 5.2.1
Date: Tue, 28 Nov 2023 00:05:10 +0100	[thread overview]
Message-ID: <87leaiyezd.fsf@gmail.com> (raw)
In-Reply-To: <87ttpcawkg.fsf@gmail.com>

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


This is a hotfix that should be applied ontop of the previous patch.
For some reason I thought that kfkdcraw did not exist already in Guix,
but upon closer inspection I see that it does indeed exist under the
name "libkdcraw".


[-- Attachment #2: inline --]
[-- Type: text/x-patch, Size: 1439 bytes --]

From 1fb0c3d794589895140da05d246ac78b738be8a5 Mon Sep 17 00:00:00 2001
From: mtekman <mtekman89@gmail.com>
Date: Mon, 27 Nov 2023 23:49:35 +0100
Subject: [PATCH] gnu: krita: hotfix

* gnu/packages/kde.scm (krita): hotfix

  no longer dependent on kfkdcraw but uses libkdcraw which is the
  same.

Change-Id: I2a4b8b1d5ed70f5eb8a8f906413946015789ed33
---
 gnu/packages/kde.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 9dfb360a72..ab25dffc1a 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2021, 2022, 2023 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
 ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
+;;; Copyright © 2023 Mehmet Tekman <mtekman89@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -745,7 +746,7 @@ (define-public krita
            kconfig
            kcoreaddons
            kcrash
-           kfkdcraw
+           libkdcraw
            kguiaddons
            ki18n
            kiconthemes
@@ -757,9 +758,10 @@ (define-public krita
            kxmlgui
            lager
            lcms
+           libheif
            libjpeg-turbo
            libjxl
-           libheif
+           libkdcraw
            libmypaint
            libpng
            libraw
-- 
2.41.0


  reply	other threads:[~2023-11-27 23:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-21 21:58 [bug#67349] [PATCH] Update Krita to 5.2.1 Mehmet Tekman
2023-11-23 23:17 ` Mehmet Tekman
2023-11-27 23:05   ` Mehmet Tekman [this message]
2023-11-28 13:25 ` Mehmet Tekman
2024-03-29 16:48 ` bug#67349: " Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87leaiyezd.fsf@gmail.com \
    --to=mtekman89@gmail.com \
    --cc=67349@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.