estardict: add patch for efl api change and remove older versions
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 26 Oct 2010 09:05:48 +0000 (11:05 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Tue, 26 Oct 2010 09:10:23 +0000 (11:10 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/estardict/estardict-0.4/update.for.efl.api.change.53640.patch [new file with mode: 0644]
recipes/estardict/estardict_0.1.bb [deleted file]
recipes/estardict/estardict_0.2.bb [deleted file]
recipes/estardict/estardict_0.3.bb [deleted file]
recipes/estardict/estardict_0.4.bb

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 (file)
index 0000000..d82fbea
--- /dev/null
@@ -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 (file)
index 7894235..0000000
+++ /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 (file)
index 7c03761..0000000
+++ /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 (file)
index 7bb2231..0000000
+++ /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
index 2ebe9b1..4fd7600 100644 (file)
@@ -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