diff options
Diffstat (limited to 'meta-efl/recipes-efl/e17/e-wm_0.17.5.bb')
| -rw-r--r-- | meta-efl/recipes-efl/e17/e-wm_0.17.5.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm_0.17.5.bb b/meta-efl/recipes-efl/e17/e-wm_0.17.5.bb deleted file mode 100644 index d374680fbb..0000000000 --- a/meta-efl/recipes-efl/e17/e-wm_0.17.5.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | require ${BPN}.inc | ||
| 2 | |||
| 3 | SRCNAME = "enlightenment" | ||
| 4 | |||
| 5 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 6 | |||
| 7 | SRC_URI = "\ | ||
| 8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
| 9 | file://enlightenment_start.oe \ | ||
| 10 | file://applications.menu \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "5aefb55df0b1a0a0ae0cf9d0610cf7c7" | ||
| 14 | SRC_URI[sha256sum] = "25d4967277cf27d4efb474a9b8eceb1200aa813a51c248b61cc23f69291bff0f" | ||
| 15 | |||
| 16 | do_install_append() { | ||
| 17 | install -d ${D}/${datadir}/applications/ | ||
| 18 | install -m 644 ${S}/src/modules/fileman/module.desktop ${D}/${datadir}/applications/efm.desktop | ||
| 19 | sed "s#Type=Link#Type=Application#g" -i ${D}/${datadir}/applications/efm.desktop | ||
| 20 | echo "Exec=enlightenment_remote -efm-open-dir" >> ${D}/${datadir}/applications/efm.desktop | ||
| 21 | echo "Terminal=false" >> ${D}/${datadir}/applications/efm.desktop | ||
| 22 | echo "Categories=Application;" >> ${D}/${datadir}/applications/efm.desktop | ||
| 23 | echo "StartupNotify=true" >> ${D}/${datadir}/applications/efm.desktop | ||
| 24 | install -d ${D}/${datadir}/icons/ | ||
| 25 | install -m 644 ${S}/data/themes/img/O/icon_icon_theme.png ${D}/${datadir}/icons/e-module-fileman.png | ||
| 26 | } | ||
