guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Keep Krita 3 along with Krita 4.


From: Leo Famulari
Subject: 01/01: gnu: Keep Krita 3 along with Krita 4.
Date: Fri, 23 Mar 2018 15:46:01 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 116c12a1225a2ba55276a2f894d03894932f779e
Author: Leo Famulari <address@hidden>
Date:   Fri Mar 23 15:41:30 2018 -0400

    gnu: Keep Krita 3 along with Krita 4.
    
    * gnu/packages/kde.scm (krita-3): New variable.
---
 gnu/packages/kde.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 05f2e8e..33ed86b 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -329,6 +329,23 @@ 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]