Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : ethemes

Dir     : e16/ethemes/ShinyMetal


Modified Files:
        .cvsignore Makefile.am configure.in 
Removed Files:
        ShinyMetal.etheme 


Log Message:
Build .etheme's from source. Theme fixes.
===================================================================
RCS file: /cvsroot/enlightenment/e16/ethemes/ShinyMetal/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- .cvsignore  5 Jan 2005 21:06:02 -0000       1.3
+++ .cvsignore  6 Mar 2005 15:29:55 -0000       1.4
@@ -6,4 +6,4 @@
 config.status
 Makefile
 e16-theme-*.tar.gz
-files
+*.etheme
===================================================================
RCS file: /cvsroot/enlightenment/e16/ethemes/ShinyMetal/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -3 -r1.1.1.1 -r1.2
--- Makefile.am 13 Mar 2004 10:12:56 -0000      1.1.1.1
+++ Makefile.am 6 Mar 2005 15:29:55 -0000       1.2
@@ -1,6 +1,7 @@
 
 ethemedir = $(datadir)/themes
 
+BUILT_SOURCES = @[EMAIL PROTECTED]
 EXTRA_DIST = [EMAIL PROTECTED]@.spec @THEME_FILES@
 
 THEME_DIR = $(DESTDIR)$(ENLIGHTENMENT_ROOT)/themes/@THEME@
@@ -18,9 +19,7 @@
                        rm -f `tar -tf -` 2>/dev/null); \
        done
 
-untar:
-       mkdir -p files
-       tar -xzvf @[EMAIL PROTECTED] -C files
-
-dotar:
-       tar -czvf @[EMAIL PROTECTED] -C files *
+.PHONY: etheme @[EMAIL PROTECTED]
+etheme: @[EMAIL PROTECTED]
[EMAIL PROTECTED]@.etheme:
+       test ! -d data || (cd data; tar -czvf ../@[EMAIL PROTECTED] --exclude 
CVS *)
===================================================================
RCS file: /cvsroot/enlightenment/e16/ethemes/ShinyMetal/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- configure.in        5 Jan 2005 21:06:17 -0000       1.3
+++ configure.in        6 Mar 2005 15:29:56 -0000       1.4
@@ -27,7 +27,7 @@
 ENLIGHTENMENT_ROOT=`eval echo ${datadir}/e16`
 AC_SUBST(ENLIGHTENMENT_ROOT)
 
-THEME_FILES=`ls -1 $THEME.etheme*`
+THEME_FILES="$THEME.etheme `ls -1 $THEME.etheme*`"
 THEME_FILES=`echo $THEME_FILES`
 AC_SUBST(THEME)
 AC_SUBST(THEME_FILES)




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to