[oe-commits] Martin Jansa : estardict: add patch for efl api change and remove older versions

git version control git at git.openembedded.org
Tue Oct 26 09:14:36 UTC 2010


Module: openembedded.git
Branch: master
Commit: 7071906aadd42c0f827c77fc15d034058107ea5c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7071906aadd42c0f827c77fc15d034058107ea5c

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Oct 26 11:05:48 2010 +0200

estardict: add patch for efl api change and remove older versions

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../update.for.efl.api.change.53640.patch          |   12 ++++++++++++
 recipes/estardict/estardict_0.1.bb                 |   12 ------------
 recipes/estardict/estardict_0.2.bb                 |   13 -------------
 recipes/estardict/estardict_0.3.bb                 |   13 -------------
 recipes/estardict/estardict_0.4.bb                 |   11 +++++++----
 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 0000000..d82fbea
--- /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 7894235..0000000
--- 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 7c03761..0000000
--- 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 7bb2231..0000000
--- 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 2ebe9b1..4fd7600 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





More information about the Openembedded-commits mailing list