* [PATCH] gnu: inkscape: Update to 0.91.
@ 2015-02-02 20:31 David Thompson
2015-02-02 22:14 ` Ludovic Courtès
0 siblings, 1 reply; 6+ messages in thread
From: David Thompson @ 2015-02-02 20:31 UTC (permalink / raw)
To: guix-devel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-inkscape-Update-to-0.91.patch --]
[-- Type: text/x-diff, Size: 1190 bytes --]
From 468ed9d5eb8eb839ba2ffb39fc6d8301ba6606f5 Mon Sep 17 00:00:00 2001
From: David Thompson <dthompson2@worcester.edu>
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 | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 26513b8..9952de7 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -42,14 +42,13 @@
(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 "https://inkscape.org/en/gallery/item/3854/download")
(sha256
(base32
- "0sfr7a1vr1066rrkkqbqvcqs3gawalj68ralnhd6k87jz62fcv1b"))))
+ "086v01jy896dj86bq7plrf6si4p6gh6ga2v5417llgmminycz8rc"))))
(build-system gnu-build-system)
(inputs
`(("aspell" ,aspell)
--
2.1.4
[-- Attachment #2: Type: text/plain, Size: 136 bytes --]
--
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] gnu: inkscape: Update to 0.91.
2015-02-02 20:31 [PATCH] gnu: inkscape: Update to 0.91 David Thompson
@ 2015-02-02 22:14 ` Ludovic Courtès
2015-02-03 1:24 ` David Thompson
0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2015-02-02 22:14 UTC (permalink / raw)
To: David Thompson; +Cc: guix-devel
David Thompson <dthompson2@worcester.edu> skribis:
> From 468ed9d5eb8eb839ba2ffb39fc6d8301ba6606f5 Mon Sep 17 00:00:00 2001
> From: David Thompson <dthompson2@worcester.edu>
> 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.
Thanks!
Ludo’.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] gnu: inkscape: Update to 0.91.
2015-02-02 22:14 ` Ludovic Courtès
@ 2015-02-03 1:24 ` David Thompson
2015-02-03 1:35 ` Mark H Weaver
0 siblings, 1 reply; 6+ messages in thread
From: David Thompson @ 2015-02-03 1:24 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 827 bytes --]
Ludovic Courtès <ludo@gnu.org> writes:
> David Thompson <dthompson2@worcester.edu> skribis:
>
>> From 468ed9d5eb8eb839ba2ffb39fc6d8301ba6606f5 Mon Sep 17 00:00:00 2001
>> From: David Thompson <dthompson2@worcester.edu>
>> 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.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-inkscape-Update-to-0.91.patch --]
[-- Type: text/x-diff, Size: 1654 bytes --]
From f1aba2eaa13817382763b6b51b5f9f5aae0ad85a Mon Sep 17 00:00:00 2001
From: David Thompson <dthompson2@worcester.edu>
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
[-- Attachment #3: Type: text/plain, Size: 136 bytes --]
--
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] gnu: inkscape: Update to 0.91.
2015-02-03 1:24 ` David Thompson
@ 2015-02-03 1:35 ` Mark H Weaver
2015-02-03 1:41 ` David Thompson
0 siblings, 1 reply; 6+ messages in thread
From: Mark H Weaver @ 2015-02-03 1:35 UTC (permalink / raw)
To: David Thompson; +Cc: guix-devel
David Thompson <dthompson2@worcester.edu> writes:
> The Inkscape maintainers uploaded the source release to Launchpad.
>
> Updated patch below.
Looks good to me. Please push!
Thanks!
Mark
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] gnu: inkscape: Update to 0.91.
2015-02-03 1:35 ` Mark H Weaver
@ 2015-02-03 1:41 ` David Thompson
2015-02-04 2:17 ` Daniel Pimentel
0 siblings, 1 reply; 6+ messages in thread
From: David Thompson @ 2015-02-03 1:41 UTC (permalink / raw)
To: Mark H Weaver; +Cc: guix-devel
Mark H Weaver <mhw@netris.org> writes:
> Looks good to me. Please push!
Pushed, thanks!
--
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] gnu: inkscape: Update to 0.91.
2015-02-03 1:41 ` David Thompson
@ 2015-02-04 2:17 ` Daniel Pimentel
0 siblings, 0 replies; 6+ messages in thread
From: Daniel Pimentel @ 2015-02-04 2:17 UTC (permalink / raw)
To: David Thompson; +Cc: guix-devel, guix-devel-bounces+d4n1=opmbx.org
On 2015-02-02 22:41, David Thompson wrote:
> Mark H Weaver <mhw@netris.org> writes:
>
>> Looks good to me. Please push!
>
> Pushed, thanks!
Allright, I did upgrade and it's work, thanks.
--
Daniel Pimentel (d4n1)
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-02-04 2:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-02 20:31 [PATCH] gnu: inkscape: Update to 0.91 David Thompson
2015-02-02 22:14 ` Ludovic Courtès
2015-02-03 1:24 ` David Thompson
2015-02-03 1:35 ` Mark H Weaver
2015-02-03 1:41 ` David Thompson
2015-02-04 2:17 ` Daniel Pimentel
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).