changeset 6434:f8589f34cf76

Fix fonts-urw-core35 Specify commit c983ed400dc278dcf20bdff68252fad6d9db7af9 commit date 2015-08-28
author Masamichi Hosoda <trueroad@trueroad.jp>
date Tue, 01 Sep 2015 01:29:40 +0900
parents a3a0085299f5
children 4679835869af
files gub/specs/fonts-urw-core35.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/fonts-urw-core35.py	Sat Aug 29 15:44:07 2015 +0900
+++ b/gub/specs/fonts-urw-core35.py	Tue Sep 01 01:29:40 2015 +0900
@@ -2,7 +2,9 @@
 from gub import build
 
 class Fonts_urw_core35 (build.BinaryBuild):
-    source = 'git://git.ghostscript.com/urw-core35-fonts.git'
+    # http://git.ghostscript.com/?p=urw-core35-fonts.git;a=commit;h=c983ed400dc278dcf20bdff68252fad6d9db7af9
+    revision = 'c983ed400dc278dcf20bdff68252fad6d9db7af9'
+    source = 'git://git.ghostscript.com/urw-core35-fonts.git&revision=' + revision
     def install (self):
         self.system ('mkdir -p %(install_prefix)s/share/fonts/type1/urw-core35')
         self.system ('cp %(srcdir)s/*.afm %(install_prefix)s/share/fonts/type1/urw-core35/')