summaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-11-16 20:50:47 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-11-29 11:04:53 +0100
commitc39af8cb6fd8d678258c6cafbd7f7635d8f71600 (patch)
tree703c23dead4a0e8cb91048baa080472ac529e1d2 /meta-efl
parenta5a40666aac920a475061cbe6143765f22bc0d34 (diff)
downloadmeta-openembedded-c39af8cb6fd8d678258c6cafbd7f7635d8f71600.tar.gz
e-wm: update path to icon_icon_theme.png, add some unpackaged files and xcb to DEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/e17/e-wm_svn.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb
index a6f56bd72..615e0f2ce 100644
--- a/meta-efl/recipes-efl/e17/e-wm_svn.bb
+++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb
@@ -1,10 +1,10 @@
1DESCRIPTION = "The Enlightenment Window Manager Version 17" 1DESCRIPTION = "The Enlightenment Window Manager Version 17"
2DEPENDS = "eet evas eina ecore edje efreet edbus eeze eio elementary" 2DEPENDS = "eet evas eina ecore edje efreet edbus eeze eio elementary libxcb xcb-util-keysyms"
3LICENSE = "MIT BSD" 3LICENSE = "MIT BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=76de290eb3fdda12121830191c152a7d" 4LIC_FILES_CHKSUM = "file://COPYING;md5=76de290eb3fdda12121830191c152a7d"
5SRCNAME = "e" 5SRCNAME = "e"
6PV = "0.16.999.060+svnr${SRCPV}" 6PV = "0.16.999.060+svnr${SRCPV}"
7PR = "r6" 7PR = "r7"
8SRCREV = "${EFL_SRCREV}" 8SRCREV = "${EFL_SRCREV}"
9 9
10inherit e update-alternatives gettext 10inherit e update-alternatives gettext
@@ -40,7 +40,7 @@ do_install_append() {
40 echo "Categories=Application;" >> ${D}/${datadir}/applications/efm.desktop 40 echo "Categories=Application;" >> ${D}/${datadir}/applications/efm.desktop
41 echo "StartupNotify=true" >> ${D}/${datadir}/applications/efm.desktop 41 echo "StartupNotify=true" >> ${D}/${datadir}/applications/efm.desktop
42 install -d ${D}/${datadir}/icons/ 42 install -d ${D}/${datadir}/icons/
43 install -m 644 ${S}/data/themes/images/icon_icon_theme.png ${D}/${datadir}/icons/e-module-fileman.png 43 install -m 644 ${S}/data/themes/img/O/icon_icon_theme.png ${D}/${datadir}/icons/e-module-fileman.png
44 44
45 install -d ${D}/${sysconfdir}/xdg/menus 45 install -d ${D}/${sysconfdir}/xdg/menus
46 install -m 644 ${WORKDIR}/applications.menu ${D}/${sysconfdir}/xdg/menus/ 46 install -m 644 ${WORKDIR}/applications.menu ${D}/${sysconfdir}/xdg/menus/
@@ -111,6 +111,7 @@ FILES_${PN} = "\
111 ${libdir}/enlightenment/modules/*/*.* \ 111 ${libdir}/enlightenment/modules/*/*.* \
112 ${libdir}/enlightenment/modules/*/*/* \ 112 ${libdir}/enlightenment/modules/*/*/* \
113 ${libdir}/enlightenment/modules/*/*/.order \ 113 ${libdir}/enlightenment/modules/*/*/.order \
114 ${libdir}/enlightenment/modules/keyboards/ignore_built_in_keyboards \
114 ${libdir}/enlightenment/*plugins/*/*/* \ 115 ${libdir}/enlightenment/*plugins/*/*/* \
115 ${libdir}/enlightenment/preload/e_precache.so \ 116 ${libdir}/enlightenment/preload/e_precache.so \
116 ${datadir}/enlightenment/data/icons \ 117 ${datadir}/enlightenment/data/icons \
@@ -182,6 +183,7 @@ RRECOMMENDS_${PN}-config-standard = "${PN}-theme-default"
182 183
183FILES_${PN}-dbg += "\ 184FILES_${PN}-dbg += "\
184 ${libdir}/enlightenment/modules/*/*/.debug/ \ 185 ${libdir}/enlightenment/modules/*/*/.debug/ \
186 ${libdir}/enlightenment/modules/policies/.debug/ \
185 ${libdir}/enlightenment/preload/.debug/ \ 187 ${libdir}/enlightenment/preload/.debug/ \
186 ${libdir}/enlightenment/utils/.debug/ \ 188 ${libdir}/enlightenment/utils/.debug/ \
187 ${libdir}/enlightenment/*plugins/*/*/.debug \ 189 ${libdir}/enlightenment/*plugins/*/*/.debug \