From 0448ddc6346931a47024a8f1897f685e21c88ba7 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 20 Nov 2009 17:37:13 +0000 Subject: [PATCH] Add makefile & profile.desktop for illume-home config. SVN revision: 43834 --- config/illume-home/Makefile.am | 33 ++++++++++++++++++++++++++++++ config/illume-home/profile.desktop | 5 +++++ 2 files changed, 38 insertions(+) create mode 100644 config/illume-home/Makefile.am create mode 100644 config/illume-home/profile.desktop 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.