diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-22 22:07:58 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-22 22:07:58 +0000 |
commit | c09bcfd9e2540cad34c26d3407585e65ea53ec11 (patch) | |
tree | 571369bb9092fe6665981c5bcc5144e340aeb58b /packages/openmoko-projects/illume-theme_svn.bb | |
parent | 26264217d0857f842d5af571cebce6316452ca31 (diff) |
illume: rename default theme to illume-theme-asu, depend on any theme
Diffstat (limited to 'packages/openmoko-projects/illume-theme_svn.bb')
-rw-r--r-- | packages/openmoko-projects/illume-theme_svn.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/openmoko-projects/illume-theme_svn.bb b/packages/openmoko-projects/illume-theme_svn.bb deleted file mode 100644 index 3ea672117f..0000000000 --- a/packages/openmoko-projects/illume-theme_svn.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Illume - Mobile UI module for Enlightenment" -HOMEPAGE = "http://illume.projects.openmoko.org/" -LICENSE = "MIT/BSD" - -PACKAGE_ARCH="all" -PV = "0.0+svnr${SRCREV}" -PR = "r5" - -SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=illume;proto=https" -S = "${WORKDIR}/illume" - -CONFFILES_${PN} = "${sysconfdir}/enlightenment/default_profile" -FILES_${PN} = "${sysconfdir}/enlightenment ${datadir}/enlightenment" - -do_install() { - install -d ${D}${sysconfdir}/enlightenment - install -d ${D}${datadir}/enlightenment/data/themes/ - install -d ${D}${datadir}/enlightenment/data/init/ - - # Make illume the default profile - echo 'E_PROFILE="-profile illume"' > ${D}${sysconfdir}/enlightenment/default_profile - - install -m 0644 ${S}/misc-data/illume.edj ${D}${datadir}/enlightenment/data/themes/ - install -m 0644 ${S}/misc-data/illume_init.edj ${D}${datadir}/enlightenment/data/init/ -} |