GNU bug report logs -
#34283
[PATCH]Add: mypaint
Previous Next
Reported by: Yoshinori Arai <kumagusu08 <at> gmail.com>
Date: Sat, 2 Feb 2019 04:46:02 UTC
Severity: normal
Tags: patch
Done: Julien Lepiller <julien <at> lepiller.eu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From 1b88c91f1fdec26ff604158c78861bd99bb8e40e Mon Sep 17 00:00:00 2001
From: Yoshinori Arai <kumagusu08 <at> gmail.com>
Date: Fri, 8 Feb 2019 12:57:03 +0900
Subject: [PATCH 3/4] Add: mypaint-brushes <at> 2.0.1
---
gnu/packages/graphics.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index cdccc9372..03b411a50 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -933,3 +933,14 @@ requirements.")
("autoconf" ,autoconf)
("python-2" ,python-2) ;need to generate headers in autogen.sh
("pkg-config" ,pkg-config)))))
+
+(define-public mypaint-brushes-2
+ (package (inherit mypaint-brushes)
+ (version "2.0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/mypaint/mypaint-brushes/"
+ "archive/v" version ".tar.gz"))
+ (sha256
+ (base32
+ "0ap2b6n20lnvdm06x91qawk1k8jmxnf7zffxrqxw60fgqd4whwjm"))))))
--
2.20.1
This bug report was last modified 4 years and 130 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.