[Tux4kids-commits] r210 - in tuxtype/branches/tuxtype-indic/tuxtype: . data/fonts data/images/keyboard
mobin-guest at alioth.debian.org
mobin-guest at alioth.debian.org
Tue Aug 21 18:11:45 UTC 2007
Author: mobin-guest
Date: 2007-08-21 18:11:45 +0000 (Tue, 21 Aug 2007)
New Revision: 210
Added:
tuxtype/branches/tuxtype-indic/tuxtype/data/fonts/Rachana_w01.ttf
Modified:
tuxtype/branches/tuxtype-indic/tuxtype/data/fonts/Makefile.am
tuxtype/branches/tuxtype-indic/tuxtype/data/fonts/Makefile.in
tuxtype/branches/tuxtype-indic/tuxtype/data/images/keyboard/Makefile.am
tuxtype/branches/tuxtype-indic/tuxtype/data/images/keyboard/Makefile.in
tuxtype/branches/tuxtype-indic/tuxtype/globals.h
Log:
Changed the malayalam ttf font in the indic subproject
Modified: tuxtype/branches/tuxtype-indic/tuxtype/data/fonts/Makefile.am
===================================================================
--- tuxtype/branches/tuxtype-indic/tuxtype/data/fonts/Makefile.am 2007-08-21 16:40:51 UTC (rev 209)
+++ tuxtype/branches/tuxtype-indic/tuxtype/data/fonts/Makefile.am 2007-08-21 18:11:45 UTC (rev 210)
@@ -1,8 +1,8 @@
-EXTRA_DIST = Rachana_g01.ttf
+EXTRA_DIST = Rachana_w01.ttf
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts
- $(INSTALL_DATA) $(srcdir)/Rachana_g01.ttf $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts
+ $(INSTALL_DATA) $(srcdir)/Rachana_w01.ttf $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts
uninstall-local:
- rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts/Rachana_g01.ttf
+ rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts/Rachana_w01.ttf
Modified: tuxtype/branches/tuxtype-indic/tuxtype/data/fonts/Makefile.in
===================================================================
--- tuxtype/branches/tuxtype-indic/tuxtype/data/fonts/Makefile.in 2007-08-21 16:40:51 UTC (rev 209)
+++ tuxtype/branches/tuxtype-indic/tuxtype/data/fonts/Makefile.in 2007-08-21 18:11:45 UTC (rev 210)
@@ -149,7 +149,7 @@
target_vendor = @target_vendor@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = Rachana_g01.ttf
+EXTRA_DIST = Rachana_w01.ttf
all: all-am
.SUFFIXES:
@@ -313,10 +313,10 @@
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts
- $(INSTALL_DATA) $(srcdir)/Rachana_g01.ttf $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts
+ $(INSTALL_DATA) $(srcdir)/Rachana_w01.ttf $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts
uninstall-local:
- rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts/Rachana_g01.ttf
+ rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/fonts/Rachana_w01.ttf
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
Added: tuxtype/branches/tuxtype-indic/tuxtype/data/fonts/Rachana_w01.ttf
===================================================================
(Binary files differ)
Property changes on: tuxtype/branches/tuxtype-indic/tuxtype/data/fonts/Rachana_w01.ttf
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Modified: tuxtype/branches/tuxtype-indic/tuxtype/data/images/keyboard/Makefile.am
===================================================================
--- tuxtype/branches/tuxtype-indic/tuxtype/data/images/keyboard/Makefile.am 2007-08-21 16:40:51 UTC (rev 209)
+++ tuxtype/branches/tuxtype-indic/tuxtype/data/images/keyboard/Makefile.am 2007-08-21 18:11:45 UTC (rev 210)
@@ -3,6 +3,7 @@
keyboard-us.png\
keyboard.eps\
keyboard-us.eps\
+key.png\
esc.png\
larrow.png\
space.png\
@@ -18,6 +19,8 @@
$(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard
$(INSTALL_DATA) $(srcdir)/keyboard-us.eps $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/keyboard-us.eps
$(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard
+ $(INSTALL_DATA) $(srcdir)/key.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/key.png
+ $(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard
$(INSTALL_DATA) $(srcdir)/esc.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/esc.png
$(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard
$(INSTALL_DATA) $(srcdir)/larrow.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/larrow.png
@@ -31,6 +34,7 @@
rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/keyboard-us.png
rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/keyboard.eps
rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/keyboard-us.eps
+ rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/key.png
rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/esc.png
rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/larrow.png
rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/space.png
Modified: tuxtype/branches/tuxtype-indic/tuxtype/data/images/keyboard/Makefile.in
===================================================================
--- tuxtype/branches/tuxtype-indic/tuxtype/data/images/keyboard/Makefile.in 2007-08-21 16:40:51 UTC (rev 209)
+++ tuxtype/branches/tuxtype-indic/tuxtype/data/images/keyboard/Makefile.in 2007-08-21 18:11:45 UTC (rev 210)
@@ -153,6 +153,7 @@
keyboard-us.png\
keyboard.eps\
keyboard-us.eps\
+key.png\
esc.png\
larrow.png\
space.png\
@@ -329,6 +330,8 @@
$(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard
$(INSTALL_DATA) $(srcdir)/keyboard-us.eps $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/keyboard-us.eps
$(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard
+ $(INSTALL_DATA) $(srcdir)/key.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/key.png
+ $(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard
$(INSTALL_DATA) $(srcdir)/esc.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/esc.png
$(mkinstalldirs) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard
$(INSTALL_DATA) $(srcdir)/larrow.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/larrow.png
@@ -342,6 +345,7 @@
rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/keyboard-us.png
rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/keyboard.eps
rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/keyboard-us.eps
+ rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/key.png
rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/esc.png
rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/larrow.png
rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/keyboard/space.png
Modified: tuxtype/branches/tuxtype-indic/tuxtype/globals.h
===================================================================
--- tuxtype/branches/tuxtype-indic/tuxtype/globals.h 2007-08-21 16:40:51 UTC (rev 209)
+++ tuxtype/branches/tuxtype-indic/tuxtype/globals.h 2007-08-21 18:11:45 UTC (rev 210)
@@ -110,10 +110,10 @@
#define amask 0xff000000
#endif
-#define menu_font "Rachana_g01.ttf" /* "AndikaDesRevG.ttf" "AndikaDesRevA.ttf" GenAI102.ttf or "DejaVuSans-Bold.ttf" or "FreeSansBold.ttf" */ /* was menu.ttf */
+#define menu_font "Rachana_w01.ttf" /* "Rachana_g01.ttf" "AndikaDesRevG.ttf" "AndikaDesRevA.ttf" GenAI102.ttf or "DejaVuSans-Bold.ttf" or "FreeSansBold.ttf" */ /* was menu.ttf */
#define menu_font_size 20
-#define ttf_font "Rachana_g01.ttf" /* "AndikaDesRevG.ttf" AndikaDesRevA.ttf" GenAI102.ttf or "DejaVuSans-Bold.ttf" or "FreeSansBold.ttf" */ /* was letters.ttf */
+#define ttf_font "Rachana_w01.ttf" /* "Rachana_g01.ttf" "AndikaDesRevG.ttf" AndikaDesRevA.ttf" GenAI102.ttf or "DejaVuSans-Bold.ttf" or "FreeSansBold.ttf" */ /* was letters.ttf */
#define ttf_font_size 20
/* Limits on word list size, word length, and on the number of distinct characters */
More information about the Tux4kids-commits
mailing list