Enlightenment CVS committal Author : kiwi Project : e_modules Module : news
Dir : e_modules/news/data/theme Modified Files: Makefile.am Log Message: Pass distcheck, some fixes, and a new "important" field for feeds * use pkg-config * pass make distcheck * [dialog] little ui fixes * [viewer] make default shadow a little lighter * [feed] implement "important" feed marks. in a gadget, you can now display only feeds that you marked as "important", or only unread "important" feeds. "important" feeds are marked with a "[i]" in configuration dialogs * [config] add browser "firefox (new window)" and "firefox (new tab)" as requested * cleanups and renames =================================================================== RCS file: /cvs/e/e_modules/news/data/theme/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.am 16 May 2007 12:06:02 -0000 1.1 +++ Makefile.am 23 May 2007 23:37:16 -0000 1.2 @@ -1,9 +1,12 @@ +ACLOCAL_AMFLAGS = -I m4 MAINTAINERCLEANFILES = Makefile.in -EDJE_CC = @edje_cc@ EDJE_FLAGS = -v \ - -id images \ - -fd fonts + -id $(top_srcdir)/data/theme/images \ + -fd $(top_srcdir)/data/theme/fonts + +filesdir = $(datadir) +files_DATA = e-module-news.edj EXTRA_DIST = \ module.edc \ @@ -22,10 +25,28 @@ module_popw_programs.edc \ module_viewer.edc \ module_viewer_parts.edc \ -module_viewer_programs.edc - -filesdir = $(datadir) -files_DATA = e-module-news.edj +module_viewer_programs.edc \ +fonts/VeraBd.ttf \ +fonts/Vera.ttf \ +images/feed_background_new.png \ +images/feed_border.png \ +images/feed_loading_1.png \ +images/feed_loading_done.png \ +images/icon_article_read.png \ +images/icon_article_unread.png \ +images/icon_infos.png \ +images/icon_logo.png \ +images/icon_setasread.png \ +images/icon_update.png \ +images/icon_viewer.png \ +images/item_border.png \ +images/item_feed_back.png \ +images/popup_warn_background.png \ +images/popup_warn_disable_clicked.png \ +images/popup_warn_disable.png \ +images/popup_warn_logo_error.png \ +images/popup_warn_logo_info.png \ +images/viewer_background.png e-module-news.edj: Makefile $(EXTRA_DIST) $(EDJE_CC) $(EDJE_FLAGS) \ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs