[oe-commits] org.oe.dev e-wm: add version that uses e-dbus instead of the deprecated ecore-dbus

koen commit openembedded-commits at lists.openembedded.org
Wed Sep 12 18:05:09 UTC 2007


e-wm: add version that uses e-dbus instead of the deprecated ecore-dbus

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 0f79b6f78930662f9b32b4435d31c155b3ea0269
ViewMTN: http://monotone.openembedded.org/revision/info/0f79b6f78930662f9b32b4435d31c155b3ea0269
Files:
1
packages/e17/e-wm_0.16.999.041.bb
Diffs:

#
# mt diff -r77890e02d92e59b2cac2581b5fb10f561cd01a2f -r0f79b6f78930662f9b32b4435d31c155b3ea0269
#
# 
# 
# add_file "packages/e17/e-wm_0.16.999.041.bb"
#  content [5b5487dd36444b2311993eda6fd92201cc77756c]
# 
============================================================
--- packages/e17/e-wm_0.16.999.041.bb	5b5487dd36444b2311993eda6fd92201cc77756c
+++ packages/e17/e-wm_0.16.999.041.bb	5b5487dd36444b2311993eda6fd92201cc77756c
@@ -0,0 +1,48 @@
+DESCRIPTION = "E17 - the Enlightenment Window Mananger"
+DEPENDS = "eet evas ecore edje efreet"
+LICENSE = "MIT"
+PR = "r0"
+
+inherit e update-alternatives
+
+SRC_URI = "http://download.enlightenment.org/snapshots/2007-08-26/enlightenment-${PV}.tar.gz \
+           file://fix-configure.patch;patch=1 \
+           file://set-autoscroll-defaults.patch;patch=1 \
+           file://Xsession.d/98enlightenment \
+           file://applications.menu \
+          "
+
+S = "${WORKDIR}/enlightenment-${PV}"
+
+PROFILE = "LOWRES_PDA"
+PROFILE_c7x0 = "HIRES_PDA"
+PROFILE_tosa = "HIRES_PDA"
+PROFILE_spitz = "HIRES_PDA"
+PROFILE_akita = "HIRES_PDA"
+
+EXTRA_OECONF = "--with-profile=${PROFILE} \
+                --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
+                --x-includes=${STAGING_INCDIR}/X11 \
+                --x-libraries=${STAGING_LIBDIR}"
+
+FILES_${PN} = "${bindir}/* ${libdir}/enlightenment/modules/*/*.edj ${libdir}/enlightenment/modules/*/*.desktop ${libdir}/enlightenment/modules/*/*/*.so ${libdir}/enlightenment/preload/*.so ${datadir} ${sysconfdir} ${libdir}/enlightenment/modules/cpufreq/*/freqset"
+FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.a ${libdir}/enlightenment/modules/*/*/*.la ${libdir}/enlightenment/preload/*.a ${libdir}/enlightenment/preload/*.la"
+FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/ ${libdir}/enlightenment/preload/.debug/"
+
+do_compile_prepend() {
+    find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
+    find ${S} -name Makefile | xargs sed -i 's:/usr/X11R6/include:${STAGING_INCDIR}:'
+}
+
+do_install_append() {
+	install -d ${D}/${sysconfdir}/X11/Xsession.d
+	install -m 755 ${WORKDIR}/Xsession.d/98enlightenment ${D}/${sysconfdir}/X11/Xsession.d
+
+        install -d ${D}/${sysconfdir}/xdg/menus
+        install -m 644 ${WORKDIR}/applications.menu ${D}/${sysconfdir}/xdg/menus/
+}
+
+ALTERNATIVE_PATH = "${bindir}/enlightenment_start"
+ALTERNATIVE_NAME = "x-window-manager"
+ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_PRIORITY = "16"






More information about the Openembedded-commits mailing list