diff --git a/config/illume-home/Makefile.am b/config/illume-home/Makefile.am new file mode 100644 index 000000000..b6e9a6162 --- /dev/null +++ b/config/illume-home/Makefile.am @@ -0,0 +1,33 @@ +MAINTAINERCLEANFILES = Makefile.in + +EET_EET = @eet_eet@ + +EXTRA_DIST = \ + profile.desktop \ + icon.png \ + e.src \ + module.battery.src \ + module.dropshadow.src \ + module.illume.src \ + module.mixer.src \ + module.pager.src + +filesdir = $(datadir)/enlightenment/data/config/illume +files_DATA = \ + profile.desktop \ + icon.png \ + e.cfg \ + module.battery.cfg \ + module.dropshadow.cfg \ + module.illume.cfg \ + module.mixer.cfg \ + module.pager.cfg + +%.cfg: %.src + $(EET_EET) -e \ + $(top_builddir)/config/illume/$@ config \ + $< 1 + +clean-local: + rm -rf *.cfg *~ + diff --git a/config/illume-home/profile.desktop b/config/illume-home/profile.desktop new file mode 100644 index 000000000..cf03d7945 --- /dev/null +++ b/config/illume-home/profile.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Link +Name=Illume-Home +Icon=icon.png +Comment=Illume-Home profile for
embedded systems like
phones and web
tablets with tiny
touchscreen displays.
Only use this if
you really have
such a device.