guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: inkscape: Update to 0.91.


From: David Thompson
Subject: Re: [PATCH] gnu: inkscape: Update to 0.91.
Date: Mon, 02 Feb 2015 20:24:05 -0500
User-agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu)

Ludovic Courtès <address@hidden> writes:

> David Thompson <address@hidden> skribis:
>
>> From 468ed9d5eb8eb839ba2ffb39fc6d8301ba6606f5 Mon Sep 17 00:00:00 2001
>> From: David Thompson <address@hidden>
>> Date: Mon, 2 Feb 2015 15:29:11 -0500
>> Subject: [PATCH] gnu: inkscape: Update to 0.91.
>>
>> * gnu/packages/inkscape.scm (inkscape): Update to 0.91.
>
> [...]
>
>> -              (uri (string-append "mirror://sourceforge/inkscape/inkscape-"
>> -                                  version ".tar.bz2"))
>> +              (uri "https://inkscape.org/en/gallery/item/3854/download";)
>
> OK.  As people discussed on IRC, if there are known mirror URLs it may
> be a good idea to add them here.

The Inkscape maintainers uploaded the source release to Launchpad.

Updated patch below.

>From f1aba2eaa13817382763b6b51b5f9f5aae0ad85a Mon Sep 17 00:00:00 2001
From: David Thompson <address@hidden>
Date: Mon, 2 Feb 2015 15:29:11 -0500
Subject: [PATCH] gnu: inkscape: Update to 0.91.

* gnu/packages/inkscape.scm (inkscape): Update to 0.91.
---
 gnu/packages/inkscape.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 26513b8..76102fa 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -21,6 +21,7 @@
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)
+  #:use-module (guix utils)
   #:use-module (guix build-system gnu)
   #:use-module (gnu packages)
   #:use-module (gnu packages aspell)
@@ -42,14 +43,16 @@
 (define-public inkscape
   (package
     (name "inkscape")
-    (version "0.48.5")
+    (version "0.91")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://sourceforge/inkscape/inkscape-"
-                                  version ".tar.bz2"))
+              (uri (string-append "https://launchpad.net/inkscape/";
+                                  (version-major+minor version) ".x/"
+                                  version "/+download/inkscape-"
+                                  version ".tar.gz"))
               (sha256
                (base32
-                "0sfr7a1vr1066rrkkqbqvcqs3gawalj68ralnhd6k87jz62fcv1b"))))
+                "086v01jy896dj86bq7plrf6si4p6gh6ga2v5417llgmminycz8rc"))))
     (build-system gnu-build-system)
     (inputs
      `(("aspell" ,aspell)
-- 
2.1.4

-- 
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate

reply via email to

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