From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:52872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gs0Xz-00084X-It for guix-patches@gnu.org; Fri, 08 Feb 2019 02:26:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gs0Xy-00017N-JW for guix-patches@gnu.org; Fri, 08 Feb 2019 02:26:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39573) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gs0Xy-00017D-Fv for guix-patches@gnu.org; Fri, 08 Feb 2019 02:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gs0Xy-00033v-8h for guix-patches@gnu.org; Fri, 08 Feb 2019 02:26:02 -0500 Subject: [bug#34283] [PATCH-3/4]Add: mypaint-blushes@2.0.1 References: <20190202044421.44toqidrwk2f6acn@WaraToNora> In-Reply-To: <20190202044421.44toqidrwk2f6acn@WaraToNora> Resent-Message-ID: Date: Fri, 8 Feb 2019 16:25:42 +0900 From: Yoshinori Arai Message-ID: <20190208072542.t56wnzcymyxmnjs4@WaraToNora> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 34283@debbugs.gnu.org >From 1b88c91f1fdec26ff604158c78861bd99bb8e40e Mon Sep 17 00:00:00 2001 From: Yoshinori Arai Date: Fri, 8 Feb 2019 12:57:03 +0900 Subject: [PATCH 3/4] Add: mypaint-brushes@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