aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2014-08-16 15:12:45 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-21 21:35:06 +0200
commit67bc43a3457bfbc5598b62fde547f0155eb21bfc (patch)
treec8609dab1f2241d2cb3513b5a02fab0567ca3333 /meta-efl/recipes-efl/e17/e-wm_0.18.8.bb
parent03dea919fe5f9a94eb03e5553c166915bf6573d6 (diff)
downloadmeta-openembedded-contrib-67bc43a3457bfbc5598b62fde547f0155eb21bfc.tar.gz
e-wm: upgrade to 0.18.8
Changes since 0.18.7: * screenshot now displays a helpful error message when it fails * efm no longer sometimes shows files from other directories * efm no longer sometimes shows blank filenames * fix syscon button signals * fix winlist scrolling * fix systray appindicator deletion * fix systray appindicator icon loading Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/e17/e-wm_0.18.8.bb')
-rw-r--r--meta-efl/recipes-efl/e17/e-wm_0.18.8.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb b/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb
new file mode 100644
index 0000000000..0d65ca0bf5
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb
@@ -0,0 +1,21 @@
+require ${BPN}.inc
+
+SRCNAME = "enlightenment"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+SRC_URI = "\
+ ${E_RELEASES}/apps/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \
+ file://enlightenment_start.oe \
+ file://applications.menu \
+ file://0001-Fix-incorrect-message-type.patch \
+"
+
+SRC_URI[md5sum] = "79c9f524e1d0510061c62c4b038a8ece"
+SRC_URI[sha256sum] = "14c9bde4334d2f8b0776c6113d02b923ab159eea1cbf7013489e4f3bf37a51bb"
+
+do_configure_prepend() {
+ sed '/^ *EFL_PKG_CHECK_VAR/ s/systemduserunitdir/systemdsystemunitdir/g' -i ${S}/configure.ac
+}
+
+PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"