Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/data/themes/taillights


Modified Files:
        Makefile.am taillights.edc 


Log Message:
update to use embedded fonts, attempt to make taillights eventually pass make dist
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 22 Dec 2003 19:43:09 -0000      1.1
+++ Makefile.am 7 Mar 2004 22:01:15 -0000       1.2
@@ -1,13 +1,15 @@
-EET = taillights.eet
-SCRIPT = build_theme.sh
+EXTRA_DIST= taillights.edc images.edc
+SUBDIRS = parts programs fonts images
+DB = taillights.eet
+CC = edje_cc
+INCLUDES = -v -id ./images -fd ./fonts
 
-CLEANFILES = $(EET)
-EXTRA_DIST = $(SCRIPT)
+CLEANFILES = $(DB)
 
-defaultdir = $(pkgdatadir)/themes
-default_DATA = $(EET)
+taillightsdir = $(pkgdatadir)/themes
+taillights_DATA = $(DB)
 
-all: $(EET)
+all: $(DB)
 
-$(EET): $(SCRIPT)
-               sh $<
+$(DB): taillights.edc
+       $(CC) $(INCLUDES) taillights.edc $@
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/taillights.edc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- taillights.edc      7 Mar 2004 15:04:34 -0000       1.8
+++ taillights.edc      7 Mar 2004 22:01:15 -0000       1.9
@@ -13,6 +13,10 @@
  * include our image { } block elsewhere
  */
 #include "images/images.edc"
+/**
+ * include our fonts { } block elsewhere
+ */
+#include "fonts/fonts.edc"
 
 collections {
     group {
@@ -182,8 +186,8 @@
     group
     {
        name, "Session";
-       min, 200 50;
-       max, 200 50;
+       min, 210 50;
+       max, 210 50;
        parts
        {
 /**




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to