[ooo-build-commit] .: 2 commits - more_fonts/fonts more_fonts/prj

Andras Timar timar at kemper.freedesktop.org
Mon Oct 4 14:45:09 PDT 2010


 more_fonts/fonts/ttf_linlibertineg/makefile.mk |   60 +++++++++++++++++++++++++
 more_fonts/prj/build.lst                       |    2 
 more_fonts/prj/d.lst                           |    3 -
 3 files changed, 63 insertions(+), 2 deletions(-)

New commits:
commit 017bebffd57500796e005eb41f0d29269dcc204a
Author: Andras Timar <timar at fsf.hu>
Date:   Mon Oct 4 23:37:47 2010 +0200

    typo fix

diff --git a/more_fonts/fonts/ttf_linlibertineg/makefile.mk b/more_fonts/fonts/ttf_linlibertineg/makefile.mk
index 911497c..98cf2b4 100644
--- a/more_fonts/fonts/ttf_linlibertineg/makefile.mk
+++ b/more_fonts/fonts/ttf_linlibertineg/makefile.mk
@@ -36,7 +36,7 @@ TARGET=ttf_linlibertineg
 
 # --- Files --------------------------------------------------------
 
-TARFILE_NAME=LinLibertineG-20101004.zip
+TARFILE_NAME=LinLibertineG-20101004
 TARFILE_MD5=f20f67d1715c7be81688a2ad58d8291d
 TARFILE_ROOTDIR=LinLibertineG
 
commit 87ec66e03d9ac44fe70d018bb652508dfd91d3c4
Author: Andras Timar <timar at fsf.hu>
Date:   Mon Oct 4 23:27:51 2010 +0200

    Introducing Linux Libertine G and Linux Biolinum G fonts
    
    More info: http://ow.ly/2Omoh

diff --git a/more_fonts/fonts/ttf_linlibertineg/makefile.mk b/more_fonts/fonts/ttf_linlibertineg/makefile.mk
new file mode 100644
index 0000000..911497c
--- /dev/null
+++ b/more_fonts/fonts/ttf_linlibertineg/makefile.mk
@@ -0,0 +1,60 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+PRJ=..$/..
+
+PRJNAME=more_fonts
+TARGET=ttf_linlibertineg
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE :	settings.mk
+
+# --- Files --------------------------------------------------------
+
+TARFILE_NAME=LinLibertineG-20101004.zip
+TARFILE_MD5=f20f67d1715c7be81688a2ad58d8291d
+TARFILE_ROOTDIR=LinLibertineG
+
+PATCH_FILES=
+
+
+CONFIGURE_DIR=
+CONFIGURE_ACTION=
+
+BUILD_DIR=
+BUILD_ACTION=
+BUILD_FLAGS=
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : set_ext.mk
+.INCLUDE : target.mk
+
+.IF "$(WITH_FONTS)"!="NO"
+.INCLUDE : tg_ext.mk
+.ENDIF
diff --git a/more_fonts/prj/build.lst b/more_fonts/prj/build.lst
index eb567e7..ffa98ae 100644
--- a/more_fonts/prj/build.lst
+++ b/more_fonts/prj/build.lst
@@ -2,4 +2,4 @@ bs	more_fonts	:	solenv NULL
 bs	more_fonts\fonts\ttf_dejavu		nmake	-	all	deja_fonts NULL
 bs	more_fonts\fonts\ttf_liberation	nmake	-	all	libe_fonts NULL
 bs	more_fonts\fonts\ttf_gentium	nmake	-	all	gent_fonts NULL
-
+bs	more_fonts\fonts\ttf_linlibertineg	nmake	-	all	linl_fonts NULL
diff --git a/more_fonts/prj/d.lst b/more_fonts/prj/d.lst
index 261aae0..b1a534d 100644
--- a/more_fonts/prj/d.lst
+++ b/more_fonts/prj/d.lst
@@ -7,4 +7,5 @@ mkdir: %COMMON_DEST%\pck%_EXT%
 ..\%__SRC%\misc\build\liberation-fonts-ttf-1.06.0.20100721/License.txt		%COMMON_DEST%\pck%_EXT%\LICENSE_liberation
 ..\%__SRC%\misc\build\gentiumbasic-fonts-1.10\*.ttf		%COMMON_DEST%\pck%_EXT%\*.ttf
 ..\%__SRC%\misc\build\gentiumbasic-fonts-1.10\OFL.txt	%COMMON_DEST%\pck%_EXT%\LICENSE_gentium
-
+..\%__SRC%\misc\build\LinLibertineG\*.ttf		%COMMON_DEST%\pck%_EXT%\*.ttf
+..\%__SRC%\misc\build\LinLibertineG\OFL.txt	%COMMON_DEST%\pck%_EXT%\LICENSE_LinLibertineG


More information about the ooo-build-commit mailing list