e-wm: upgrade to 0.18.4 and drop old 0.17.5

* fix building e17 modules with elementary-1.9
* remove 0.17 version, because that one isn't going to be tested enough

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2014-03-03 23:53:43 +01:00
parent 72a0b544bd
commit 6c9ef2d6fe
3 changed files with 28 additions and 28 deletions
@@ -0,0 +1,25 @@
From dd1406e40700df60a055db24d7358480b1fbc5bf Mon Sep 17 00:00:00 2001
From: Mike Blumenkrantz <zmike@samsung.com>
Date: Mon, 3 Mar 2014 17:38:55 -0500
Subject: [PATCH] remove another elm 1.8 requirement
Upstream-Status: backport dd1406e40700df60a055db24d7358480b1fbc5bf
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 999df79..26f6775 100644
--- a/configure.ac
+++ b/configure.ac
@@ -579,7 +579,6 @@ eina >= ${efl_version} \
eldbus >= ${efl_version} \
eio >= ${efl_version} \
elementary >= ${elm_version} \
-elementary < 1.8.99 \
emotion >= ${efl_version} \
$udisks_mount \
$eeze_mount \
--
1.9.0
-26
View File
@@ -1,26 +0,0 @@
require ${BPN}.inc
SRCNAME = "enlightenment"
S = "${WORKDIR}/${SRCNAME}-${PV}"
SRC_URI = "\
${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \
file://enlightenment_start.oe \
file://applications.menu \
"
SRC_URI[md5sum] = "5aefb55df0b1a0a0ae0cf9d0610cf7c7"
SRC_URI[sha256sum] = "25d4967277cf27d4efb474a9b8eceb1200aa813a51c248b61cc23f69291bff0f"
do_install_append() {
install -d ${D}/${datadir}/applications/
install -m 644 ${S}/src/modules/fileman/module.desktop ${D}/${datadir}/applications/efm.desktop
sed "s#Type=Link#Type=Application#g" -i ${D}/${datadir}/applications/efm.desktop
echo "Exec=enlightenment_remote -efm-open-dir" >> ${D}/${datadir}/applications/efm.desktop
echo "Terminal=false" >> ${D}/${datadir}/applications/efm.desktop
echo "Categories=Application;" >> ${D}/${datadir}/applications/efm.desktop
echo "StartupNotify=true" >> ${D}/${datadir}/applications/efm.desktop
install -d ${D}/${datadir}/icons/
install -m 644 ${S}/data/themes/img/O/icon_icon_theme.png ${D}/${datadir}/icons/e-module-fileman.png
}
@@ -6,12 +6,13 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
SRC_URI = "\
${E_RELEASES}/apps/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \
file://0001-remove-another-elm-1.8-requirement.patch \
file://enlightenment_start.oe \
file://applications.menu \
"
SRC_URI[md5sum] = "9f6e6c296b88b038ac05415006c678fd"
SRC_URI[sha256sum] = "17d207246bf10dec5a5fa854da5763e0e6dd61decde3474ff5fedffbb9dc8629"
SRC_URI[md5sum] = "d3534c765d562524c63852f2f40932c3"
SRC_URI[sha256sum] = "273afe860b65e1e39323bab80ab51e44845bcddcd25063b47eadab1c925a77c9"
do_configure_prepend() {
sed '/^ *EFL_PKG_CHECK_VAR/ s/systemduserunitdir/systemdsystemunitdir/g' -i ${S}/configure.ac