aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/estardict
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-26 11:05:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-26 11:10:23 +0200
commit7071906aadd42c0f827c77fc15d034058107ea5c (patch)
treefe6f6403e501c25a7cc1014567d531a2cd152282 /recipes/estardict
parentdd0fe43ed9d5277c38e29ddfa1c135a152b4ac1b (diff)
downloadopenembedded-7071906aadd42c0f827c77fc15d034058107ea5c.tar.gz
estardict: add patch for efl api change and remove older versions
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/estardict')
-rw-r--r--recipes/estardict/estardict-0.4/update.for.efl.api.change.53640.patch12
-rw-r--r--recipes/estardict/estardict_0.1.bb12
-rw-r--r--recipes/estardict/estardict_0.2.bb13
-rw-r--r--recipes/estardict/estardict_0.3.bb13
-rw-r--r--recipes/estardict/estardict_0.4.bb11
5 files changed, 19 insertions, 42 deletions
diff --git a/recipes/estardict/estardict-0.4/update.for.efl.api.change.53640.patch b/recipes/estardict/estardict-0.4/update.for.efl.api.change.53640.patch
new file mode 100644
index 0000000000..d82fbea83f
--- /dev/null
+++ b/recipes/estardict/estardict-0.4/update.for.efl.api.change.53640.patch
@@ -0,0 +1,12 @@
+diff -uNr estardict-0.4.orig//src/gui/estardict-gui-definitionPage.c estardict-0.4/src/gui/estardict-gui-definitionPage.c
+--- estardict-0.4.orig//src/gui/estardict-gui-definitionPage.c 2010-10-26 11:01:23.000000000 +0200
++++ estardict-0.4/src/gui/estardict-gui-definitionPage.c 2010-10-26 11:00:51.000000000 +0200
+@@ -186,7 +186,7 @@
+ li = elm_list_add(win);
+ evas_object_size_hint_weight_set(li, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
+ evas_object_size_hint_align_set(li, EVAS_HINT_FILL, EVAS_HINT_FILL);
+- elm_list_horizontal_mode_set(li, ELM_LIST_LIMIT);
++ elm_list_mode_set(li, ELM_LIST_LIMIT);
+ elm_box_pack_end(suggestedBox, li);
+ evas_object_show(li);
+
diff --git a/recipes/estardict/estardict_0.1.bb b/recipes/estardict/estardict_0.1.bb
deleted file mode 100644
index 78942355fb..0000000000
--- a/recipes/estardict/estardict_0.1.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "EstarDict is a offline dictionary reader"
-HOMEPAGE = "http://www.vaudano.eu/wiki/en/estardict"
-AUTHOR = "Luca Vaudano"
-LICENSE = "GPLv3"
-SECTION = "e/apps"
-DEPENDS = "elementary"
-
-SRC_URI = "http://www.vaudano.eu/projects/${PN}/${PN}-${PV}.tar.gz;name=archive"
-SRC_URI[archive.md5sum] = "cb66965f3f6725cce8010bd8fd0e4618"
-SRC_URI[archive.sha256sum] = "c12fb0608d2de7bdb1b1f1002b691ceea4286e69d8374548c7549e1153c1286e"
-
-inherit autotools
diff --git a/recipes/estardict/estardict_0.2.bb b/recipes/estardict/estardict_0.2.bb
deleted file mode 100644
index 7c03761468..0000000000
--- a/recipes/estardict/estardict_0.2.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "EstarDict is a offline dictionary reader"
-HOMEPAGE = "http://www.vaudano.eu/wiki/en/estardict"
-AUTHOR = "Luca Vaudano"
-LICENSE = "GPLv3"
-SECTION = "e/apps"
-DEPENDS = "elementary"
-PR = "r3"
-
-SRC_URI = "http://www.vaudano.eu/projects/${PN}/${PN}-${PV}.tar.gz;name=archive"
-SRC_URI[archive.md5sum] = "2aaad7efc6658539f68f8cf093dd4361"
-SRC_URI[archive.sha256sum] = "70bb4ac9c06eb9e7cd5aacc6abaf265ebc62330cf9d874d17886a7fcbbe3fad9"
-
-inherit autotools
diff --git a/recipes/estardict/estardict_0.3.bb b/recipes/estardict/estardict_0.3.bb
deleted file mode 100644
index 7bb223141f..0000000000
--- a/recipes/estardict/estardict_0.3.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "EstarDict is a offline dictionary reader"
-HOMEPAGE = "http://www.vaudano.eu/wiki/en/estardict"
-AUTHOR = "Luca Vaudano"
-LICENSE = "GPLv3"
-SECTION = "e/apps"
-DEPENDS = "elementary"
-PR = "r1"
-
-SRC_URI = "http://www.vaudano.eu/projects/${PN}/${PN}-${PV}.tar.gz;name=archive"
-SRC_URI[archive.md5sum] = "817ed4d8a0ef2a8c94ace4ffb7a3d15b"
-SRC_URI[archive.sha256sum] = "93e6b40576d2f0facdd2a684d1bb6d5491f147a30aa199ad6d56995792b93e27"
-
-inherit autotools
diff --git a/recipes/estardict/estardict_0.4.bb b/recipes/estardict/estardict_0.4.bb
index 2ebe9b185c..4fd7600a00 100644
--- a/recipes/estardict/estardict_0.4.bb
+++ b/recipes/estardict/estardict_0.4.bb
@@ -4,10 +4,13 @@ AUTHOR = "Luca Vaudano"
LICENSE = "GPLv3"
SECTION = "e/apps"
DEPENDS = "elementary"
-PR = "r1"
+PR = "r2"
-SRC_URI = "http://www.vaudano.eu/projects/${PN}/${PN}-${PV}.tar.gz;name=archive"
-SRC_URI[archive.md5sum] = "2424577d489bc50dcdb80e73e22cb19e"
-SRC_URI[archive.sha256sum] = "17d957bc103079e99e95bf727dd63e4cc6ccc5bd02e25c50fc14d1dec682edcd"
+SRC_URI = "http://www.vaudano.eu/projects/${PN}/${PN}-${PV}.tar.gz \
+ file://update.for.efl.api.change.53640.patch \
+"
+
+SRC_URI[md5sum] = "2424577d489bc50dcdb80e73e22cb19e"
+SRC_URI[sha256sum] = "17d957bc103079e99e95bf727dd63e4cc6ccc5bd02e25c50fc14d1dec682edcd"
inherit autotools