[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: graphite2: Update to 1.3.6.
From: |
??? |
Subject: |
03/13: gnu: graphite2: Update to 1.3.6. |
Date: |
Wed, 16 Mar 2016 03:57:51 +0000 |
iyzsong pushed a commit to branch gtk-update
in repository guix.
commit 70e950908adcb3319dc13431ced6f4c1220e34bb
Author: Ludovic Courtès <address@hidden>
Date: Wed Mar 9 15:23:12 2016 +0100
gnu: graphite2: Update to 1.3.6.
* gnu/packages/fontutils.scm (graphite2)[replacement]: Remove.
[version, source]: Update to 1.3.6.
(graphite2-1.3.6): Remove.
---
gnu/packages/fontutils.scm | 22 +++-------------------
1 files changed, 3 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 4c3198d..8d54633 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -204,9 +204,8 @@ applications should be.")
(define-public graphite2
(package
- (replacement graphite2-1.3.6)
(name "graphite2")
- (version "1.3.5")
+ (version "1.3.6")
(source
(origin
(method url-fetch)
@@ -214,8 +213,8 @@ applications should be.")
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "0jrjb56zim57xg2pckfdyrw46c624mqz9zywgwza0g1bxg26940w"))))
+ (base32
+ "1frd9mjaqzvh9gs74ngc43igi53vzjzlwr5chbrs6ii1hc4aa23s"))))
(build-system cmake-build-system)
(native-inputs
`(("python" ,python-2) ; because of "import imap" in tests
@@ -231,21 +230,6 @@ 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")
- 06/13: gnu: gtk+: Enable SVG support., (continued)
- 06/13: gnu: gtk+: Enable SVG support., ???, 2016/03/15
- 13/13: gnu: harfbuzz: Update to 1.2.3., ???, 2016/03/15
- 02/13: gnu: openssl: Update to 1.0.2g., ???, 2016/03/15
- 01/13: gnu: perl: Incorporate patch for CVE-2016-2381., ???, 2016/03/15
- 07/13: gnu: gtk+: Update to 3.18.9., ???, 2016/03/15
- 08/13: gnu: gtk+-2: Update to 2.24.30., ???, 2016/03/15
- 04/13: gnu: eudev: Add dependency on blkid., ???, 2016/03/15
- 10/13: gnu: cairo: Update to 1.14.6., ???, 2016/03/15
- 11/13: gnu: poppler: Update to 0.41.0., ???, 2016/03/15
- 12/13: gnu: glib: Update to 2.46.2., ???, 2016/03/15
- 03/13: gnu: graphite2: Update to 1.3.6.,
??? <=
- 05/13: gnu: dbus: Incorporate "dbus-helper-search-path.patch"., ???, 2016/03/15