Add makefile & profile.desktop for illume-home config.
authorChristopher Michael <cpmichael1@comcast.net>
Fri, 20 Nov 2009 17:37:13 +0000 (17:37 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Fri, 20 Nov 2009 17:37:13 +0000 (17:37 +0000)
SVN revision: 43834

config/illume-home/Makefile.am [new file with mode: 0644]
config/illume-home/profile.desktop [new file with mode: 0644]

diff --git a/config/illume-home/Makefile.am b/config/illume-home/Makefile.am
new file mode 100644 (file)
index 0000000..b6e9a61
--- /dev/null
@@ -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 (file)
index 0000000..cf03d79
--- /dev/null
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Type=Link
+Name=Illume-Home
+Icon=icon.png
+Comment=Illume-Home profile for<br>embedded systems like<br>phones and web<br>tablets with tiny<br>touchscreen displays.<br>Only use this if<br>you really have<br>such a device.