guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: graphite2: Replace with 1.3.6 [unspecified security fixes].


From: Mark H. Weaver
Subject: 01/01: gnu: graphite2: Replace with 1.3.6 [unspecified security fixes].
Date: Wed, 02 Mar 2016 20:12:26 +0000

mhw pushed a commit to branch master
in repository guix.

commit d47ad0890c0cfbc7114a28ccd768f6cb0933cb84
Author: Mark H Weaver <address@hidden>
Date:   Wed Mar 2 13:56:59 2016 -0500

    gnu: graphite2: Replace with 1.3.6 [unspecified security fixes].
    
    See <https://bodhi.fedoraproject.org/updates/FEDORA-2016-dec1faadc5>
    
    * gnu/packages/fontutils.scm (graphite2)[replacement]: New field.
    (graphite2-1.3.6): New variable.
---
 gnu/packages/fontutils.scm |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index b8d931f..9bc3878 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -203,6 +203,7 @@ applications should be.")
 
 (define-public graphite2
   (package
+   (replacement graphite2-1.3.6)
    (name "graphite2")
    (version "1.3.5")
    (source
@@ -229,6 +230,21 @@ and returns a sequence of positioned glyphids from the 
font.")
    (license license:lgpl2.1+)
    (home-page "https://github.com/silnrsi/graphite";)))
 
+(define graphite2-1.3.6
+  (package
+    (inherit graphite2)
+    (replacement #f)
+    (source
+     (let ((name "graphite2") (version "1.3.6"))
+       (origin
+         (method url-fetch)
+         (uri (string-append "https://github.com/silnrsi/graphite/archive/";
+                             version ".tar.gz"))
+         (file-name (string-append name "-" version ".tar.gz"))
+         (sha256
+          (base32
+           "1frd9mjaqzvh9gs74ngc43igi53vzjzlwr5chbrs6ii1hc4aa23s")))))))
+
 (define-public potrace
   (package
     (name "potrace")



reply via email to

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