Attached is a short Makefile.am patch and rpm spec file patch for parts of
e17/apps/e. The Makefile patch will actually fix a problem building the
default.eet for the theme. The images for the pager were copied in but
never added to the Makefile.am.
--
Jason Williams
<[EMAIL PROTECTED]>
diff -ru e17/apps/e/data/themes/images/Makefile.am e17.bak/apps/e/data/themes/images/Makefile.am
--- e17/apps/e/data/themes/images/Makefile.am 2005-01-01 21:39:43.000000000 -0500
+++ e17.bak/apps/e/data/themes/images/Makefile.am 2005-01-14 07:29:08.000000000 -0500
@@ -244,6 +244,9 @@
e17_battery_090.png \
e17_battery_100.png \
e17_battery_ac.png \
+e17_pager_screen.png \
+e17_pager_desk.png \
+e17_pager_window.png \
e17_temperature_base.png \
e17_temperature_mid.png \
e17_temperature_overlay.png
diff -ru e17/apps/e/enlightenment.spec e17.bak/apps/e/enlightenment.spec
--- e17/apps/e/enlightenment.spec 2005-01-06 10:28:19.000000000 -0500
+++ e17.bak/apps/e/enlightenment.spec 2005-01-14 07:29:03.000000000 -0500
@@ -58,5 +58,10 @@
%files devel
%defattr(-, root, root)
%{_includedir}/enlightenment/*.h
+%{_includedir}/E.h
+%{_libdir}/libe.a
+%{_libdir}/libe.la
+%{_libdir}/libe.so.0.0.0
+
%changelog