Hi,here are some patches to fix the e_modules eveil and taskbar so they can pass make dist. Also included a patch for engage and a patch for examine so they can pass make dist as well.
Regards Lut!n
--- engage/data/icons/Makefile.am 2006-05-10 15:03:21.000000000 +0200 +++ engage.patch/data/icons/Makefile.am 2006-08-17 16:45:15.000000000 +0200 @@ -1,2 +1,2 @@ icondir = $(datadir)/icons -icon_DATA = *.eap +icon_DATA = $(wildcard *.eap)
--- eveil/Makefile.am 2006-07-11 08:32:27.000000000 +0200 +++ eveil.patch/Makefile.am 2006-07-24 23:43:14.000000000 +0200 @@ -8,12 +8,13 @@ -fd $(top_srcdir)/fonts filesdir = $(datadir) -files_DATA = module.eap \ - $(wildcard eveil.ed?) \ - $(wildcard fonts/*.ttf) \ - $(wildcard images/*.png) +files_DATA = module.eap eveil.edj + +EXTRA_DIST = $(files_DATA) eveil.edc \ + e_modules-eveil.spec \ + $(wildcard fonts/*.ttf) \ + $(wildcard images/*.png) -EXTRA_DIST = $(files_DATA) e_modules-eveil.spec CONFIG_CLEAN_FILES = e_modules-eveil.spec eveil.edj # the module .so file
--- examine/Makefile.am 2005-10-13 04:03:20.000000000 +0200 +++ examine/Makefile.am.patch 2006-07-18 23:57:35.000000000 +0200 @@ -35,3 +35,6 @@ debian/control debian/copyright debian/rules \ debian/changelog.in debian/changelog debian/docs \ debian/examine.files + +clean-local: + rm -f examine_docs.tar.gz
--- taskbar/data/themes/Makefile.am 2006-08-09 01:23:44.000000000 +0200 +++ taskbar.patch/data/themes/Makefile.am 2006-08-16 12:15:05.000000000 +0200 @@ -1,23 +1,25 @@ MAINTAINERCLEANFILES = Makefile.in EDJE_CC = @edje_cc@ -EDJE_FLAGS = -v -id images -fd fonts +EDJE_FLAGS = -v \ + -id $(top_srcdir)/data/themes/images \ + -fd $(top_srcdir)/data/themes/fonts EXTRA_DIST = \ -taskbar.edc +taskbar.edc \ +$(wildcard fonts/*.ttf) \ +$(wildcard images/*.png) filesdir = $(datadir) files_DATA = \ -fonts/VeraBd.ttf \ -taskbar.edj \ -taskbar.edc +taskbar.edj taskbar.edj: Makefile $(EXTRA_DIST) $(EDJE_CC) $(EDJE_FLAGS) \ $(top_srcdir)/data/themes/taskbar.edc \ $(top_builddir)/data/themes/taskbar.edj -clean: +clean-local: rm -f taskbar.edj
--- taskbar/Makefile.am 2006-07-06 07:15:45.000000000 +0200 +++ taskbar.patch/Makefile.am 2006-08-17 16:09:10.000000000 +0200 @@ -4,7 +4,7 @@ # data files for the module filesdir = $(datadir) -files_DATA = module.eap +files_DATA = module.eap module_icon.png EXTRA_DIST = $(files_DATA)
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel