[oe-commits] org.oe.dev add illume-theme-freesmartphone

mickeyl commit oe at amethyst.openembedded.net
Tue Jul 22 22:18:34 UTC 2008


add illume-theme-freesmartphone

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 8709d29ffc54fa7a22c0aae83674b09922b3e6a6
ViewMTN: http://monotone.openembedded.org/revision/info/8709d29ffc54fa7a22c0aae83674b09922b3e6a6
Files:
1
packages/freesmartphone/illume-theme-freesmartphone_git.bb
Diffs:

#
# mt diff -recab97c72e33f804d72019ba401993adb5c0ffd6 -r8709d29ffc54fa7a22c0aae83674b09922b3e6a6
#
#
#
# add_file "packages/freesmartphone/illume-theme-freesmartphone_git.bb"
#  content [74dd3d5b16c2639392c7ef886407ef20da006d74]
#
============================================================
--- packages/freesmartphone/illume-theme-freesmartphone_git.bb	74dd3d5b16c2639392c7ef886407ef20da006d74
+++ packages/freesmartphone/illume-theme-freesmartphone_git.bb	74dd3d5b16c2639392c7ef886407ef20da006d74
@@ -0,0 +1,27 @@
+DESCRIPTION = "Illume theme for the freesmartphone.org project"
+HOMEPAGE = "http://illume.projects.openmoko.org/"
+LICENSE = "MIT/BSD"
+PV = "0.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/artwork.git;protocol=git;branch=master"
+S = "${WORKDIR}/git/illume"
+
+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}/illume.edj ${D}${datadir}/enlightenment/data/themes/
+    install -m 0644 ${S}/illume_init.edj ${D}${datadir}/enlightenment/data/init/
+}
+
+RPROVIDES_${PN} = "illume-theme"
+CONFFILES_${PN} = "${sysconfdir}/enlightenment/default_profile"
+FILES_${PN} = "${sysconfdir}/enlightenment ${datadir}/enlightenment"
+
+PACKAGE_ARCH_${PN} = "all"
+






More information about the Openembedded-commits mailing list