[Libreoffice-commits] core.git: Branch 'aoo/trunk' - external_deps.lst more_fonts/fonts more_fonts/prj

Pedro Giffuni pfg at apache.org
Sun Sep 4 00:08:23 UTC 2016


 external_deps.lst                       |    6 +++---
 more_fonts/fonts/ttf_dejavu/makefile.mk |    6 +++---
 more_fonts/prj/d.lst                    |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit ebd68735659d7306ad8730047f0327d8266f5809
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Sep 3 22:49:25 2016 +0000

    Update dejavu fonts to version 2.37.
    
    Most notable feature is the addition of DejaVuMathTeXGyre.ttf.
    
    Complete Changelog at:
    http://dejavu-fonts.org/wiki/Changelog
    
    While here also remove now obsolete version 2.35.

diff --git a/external_deps.lst b/external_deps.lst
index 876c6af..a3306fd 100644
--- a/external_deps.lst
+++ b/external_deps.lst
@@ -234,9 +234,9 @@ if (SYSTEM_CURL != YES)
     URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if (WITH_CATA_FONTS == YES)
-    MD5 = 59eaca5acf5c7c8212e92778e3e01f32
-    name = dejavu-fonts-ttf-2.35.tar.bz2
-    URL1 = http://sourceforge.net/projects/dejavu/files/dejavu/2.35/$(name)/download
+    MD5 = d0efec10b9f110a32e9b8f796e21782c
+    name = dejavu-fonts-ttf-2.37.tar.bz2
+    URL1 = http://sourceforge.net/projects/dejavu/files/dejavu/2.37/$(name)/download
     # URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if (WITH_CATA_FONTS==YES)
diff --git a/more_fonts/fonts/ttf_dejavu/makefile.mk b/more_fonts/fonts/ttf_dejavu/makefile.mk
index 970b84d..7b3baca 100644
--- a/more_fonts/fonts/ttf_dejavu/makefile.mk
+++ b/more_fonts/fonts/ttf_dejavu/makefile.mk
@@ -39,9 +39,9 @@ TARGET=ttf_dejavu
 
 # --- Files --------------------------------------------------------
 
-TARFILE_NAME=dejavu-fonts-ttf-2.35
-TARFILE_MD5=59eaca5acf5c7c8212e92778e3e01f32
-TARFILE_ROOTDIR=dejavu-fonts-ttf-2.35
+TARFILE_NAME=dejavu-fonts-ttf-2.37
+TARFILE_MD5=d0efec10b9f110a32e9b8f796e21782c
+TARFILE_ROOTDIR=dejavu-fonts-ttf-2.37
 
 PATCH_FILES=
 
diff --git a/more_fonts/prj/d.lst b/more_fonts/prj/d.lst
index 0a2ba3b..6620f41 100644
--- a/more_fonts/prj/d.lst
+++ b/more_fonts/prj/d.lst
@@ -1,8 +1,8 @@
 mkdir: %COMMON_DEST%\pck%_EXT%
 ..\fonts\fc_local.conf	%COMMON_DEST%\pck%_EXT%\fc_local.conf
 # TODO: replace explicit versions by wildcard when the build system learns to handle them
-..\%__SRC%\misc\build\dejavu-fonts-ttf-2.35\ttf\*.ttf	%COMMON_DEST%\pck%_EXT%\*.ttf
-..\%__SRC%\misc\build\dejavu-fonts-ttf-2.35\LICENSE		%COMMON_DEST%\pck%_EXT%\LICENSE_dejavu
+..\%__SRC%\misc\build\dejavu-fonts-ttf-2.37\ttf\*.ttf	%COMMON_DEST%\pck%_EXT%\*.ttf
+..\%__SRC%\misc\build\dejavu-fonts-ttf-2.37\LICENSE		%COMMON_DEST%\pck%_EXT%\LICENSE_dejavu
 ..\%__SRC%\misc\build\croscorefonts-1.31.0\*.ttf	%COMMON_DEST%\pck%_EXT%\*.ttf
 ..\%__SRC%\misc\build\crosextrafonts-20130214\*.ttf	%COMMON_DEST%\pck%_EXT%\*.ttf
 ..\%__SRC%\misc\build\crosextrafonts-carlito-20130920\*.ttf	%COMMON_DEST%\pck%_EXT%\*.ttf


More information about the Libreoffice-commits mailing list