GNU bug report logs -
#32554
KDE 5.49.0 update, fixes Krita
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Tue, 28 Aug 2018 06:55:01 UTC
Severity: normal
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 32554 <at> debbugs.gnu.org (full text, mbox):
Krita 3 fails to build with Qt 5.11.1. Since it's also unmaintained upstream,
remove it.
* gnu/packages/kde.scm (krita-3): Remove variable.
---
gnu/packages/kde.scm | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 7b157853d..aa5be6b51 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -329,23 +329,6 @@ illustrators, matte and texture artists, and the VFX industry. Notable
features include brush stabilizers, brush engines and wrap-around mode.")
(license license:gpl2+)))
-;; Krita 3 and 4's file formats are incompatible, so we are keeping Krita 3
-;; for now.
-(define-public krita-3
- (package
- (inherit krita)
- (name "krita")
- (version "3.3.3")
- (source (origin
- (inherit (package-source krita))
- (uri (string-append
- "mirror://kde/stable/krita/"
- (version-prefix version 3)
- "/" name "-" version ".tar.gz"))
- (sha256
- (base32
- "0pc6hnakkqy81x5b5ncivaps6hqv43i50sjwgi3i3cz9j8rlxh5y"))))))
-
(define-public kholidays
(package
(name "kholidays")
--
2.18.0
This bug report was last modified 6 years and 343 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.