Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ada7a5a413f7e9c9d08006591b78e60c6a43f786)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ada7a5a413f7e9c9d08006591b78e60c6a43f786)
  • Date: Mon, 14 Jul 2008 10:54:15 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
fonts/unfonts-ttf/BUILD | 1 +
fonts/unfonts-ttf/DEPENDS | 1 +
fonts/unfonts-ttf/DETAILS | 16 ++++++++++++++++
fonts/unfonts-ttf/FINAL | 1 +
fonts/unfonts-ttf/HISTORY | 7 +++++++
fonts/unfonts-ttf/INSTALL | 2 ++
fonts/unfonts-ttf/POST_REMOVE | 1 +
fonts/unfonts-ttf/POST_RESURRECT | 1 +
9 files changed, 31 insertions(+)

New commits:
commit ada7a5a413f7e9c9d08006591b78e60c6a43f786
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

unfonts-ttf: fixed installation

commit 23e6d06fe28e580bd2fadac035c08b67d11b76a3
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

fonts/unfonts-ttf: Un-KwangHee fonts #14553

diff --git a/ChangeLog b/ChangeLog
index b0f5e91..1a9e464 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* graphics-libs/libxmi: library for rasterizing 2-D vector graphics
#14572
* fonts/ttf-kochi-substitute: Kochi Japanese TrueType fonts with
Wadalab
Fonts #14561
+ * fonts/unfonts-ttf: Un-KwangHee fonts #14553
all spells by Jaeic Lee

2008-07-14 Ladislav Hagara <hgr AT vabo.cz>
diff --git a/fonts/unfonts-ttf/BUILD b/fonts/unfonts-ttf/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/fonts/unfonts-ttf/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts/unfonts-ttf/DEPENDS b/fonts/unfonts-ttf/DEPENDS
new file mode 100755
index 0000000..74ca5e3
--- /dev/null
+++ b/fonts/unfonts-ttf/DEPENDS
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/X11_DEPENDS
diff --git a/fonts/unfonts-ttf/DETAILS b/fonts/unfonts-ttf/DETAILS
new file mode 100755
index 0000000..77d24ee
--- /dev/null
+++ b/fonts/unfonts-ttf/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=unfonts-ttf
+ SPELLX=un-fonts-core
+ VERSION=1.0.2-080608
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/un-fonts"
+ SOURCE_URL[0]=http://kldp.net/frs/download.php/4695/$SOURCE
+
SOURCE_HASH=sha512:ab7c394931b5dcc6a7f6db89b69928ee769cffcca08e1266ecf4864bfea06d9dacc45c4d821786de8dad04b84b0de78a9db84bfcbb0ec506999dbb791570d941

+ LICENSE[0]=GPL
+ WEB_SITE=http://kldp.net/projects/unfonts/
+ ENTERED=20080628
+ SHORT="Fonts by Un-KwangHee."
+cat << EOF
+This fonts were originally Type1 fonts made by the developer of HLaTex,
+Un-KwangHee. The goal of the project is to convert these fonts into
+TrueType/OpenType fonts.
+EOF
diff --git a/fonts/unfonts-ttf/FINAL b/fonts/unfonts-ttf/FINAL
new file mode 100755
index 0000000..4ff489d
--- /dev/null
+++ b/fonts/unfonts-ttf/FINAL
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/X11_FINAL
diff --git a/fonts/unfonts-ttf/HISTORY b/fonts/unfonts-ttf/HISTORY
new file mode 100644
index 0000000..097d23b
--- /dev/null
+++ b/fonts/unfonts-ttf/HISTORY
@@ -0,0 +1,7 @@
+2008-07-14 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: fixed install path
+ * DETAILS: fixed SOURCE_DIRECTORY
+
+2008-06-30 Jaeic Lee <zeraxeal AT gmail.com>
+ * DETAILS, HISTORY, POST_RESURRECT, INSTALL: spell created.
+ * FINAL, BUILD, DEPENDS, POST_REMOVE: Duplicated from ttf-dejavu.
\ No newline at end of file
diff --git a/fonts/unfonts-ttf/INSTALL b/fonts/unfonts-ttf/INSTALL
new file mode 100755
index 0000000..ce14034
--- /dev/null
+++ b/fonts/unfonts-ttf/INSTALL
@@ -0,0 +1,2 @@
+mkdir -p "$INSTALL_ROOT/usr/share/fonts/TTF" &&
+install -m 644 -o root -g root *.ttf "$INSTALL_ROOT/usr/share/fonts/TTF"
diff --git a/fonts/unfonts-ttf/POST_REMOVE b/fonts/unfonts-ttf/POST_REMOVE
new file mode 100755
index 0000000..368b620
--- /dev/null
+++ b/fonts/unfonts-ttf/POST_REMOVE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/X11_POST_REMOVE
diff --git a/fonts/unfonts-ttf/POST_RESURRECT
b/fonts/unfonts-ttf/POST_RESURRECT
new file mode 100755
index 0000000..368b620
--- /dev/null
+++ b/fonts/unfonts-ttf/POST_RESURRECT
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/X11_POST_REMOVE



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ada7a5a413f7e9c9d08006591b78e60c6a43f786), Jaka Kranjc, 07/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page