aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-13 14:47:54 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-20 20:23:27 +0200
commit5ffe7981a360bcf7a8b3695efb69abcc43c56d53 (patch)
treea7b5d3204071b036fd88af31b96a4ccdec296184 /recipes/e17
parentd32c89e80a06bbea09335d03ab8169eb0f179d9b (diff)
downloadopenembedded-5ffe7981a360bcf7a8b3695efb69abcc43c56d53.tar.gz
eve: update PV and SRC_URI for rewritten version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/e17')
-rw-r--r--recipes/e17/eve/default.theme.remove.min.size.patch19
-rw-r--r--recipes/e17/eve_svn.bb16
2 files changed, 27 insertions, 8 deletions
diff --git a/recipes/e17/eve/default.theme.remove.min.size.patch b/recipes/e17/eve/default.theme.remove.min.size.patch
new file mode 100644
index 0000000000..6887740a81
--- /dev/null
+++ b/recipes/e17/eve/default.theme.remove.min.size.patch
@@ -0,0 +1,19 @@
+diff -uNr eve.orig//data/themes/default.edc eve/data/themes/default.edc
+--- eve.orig//data/themes/default.edc 2010-08-13 15:12:14.000000000 +0200
++++ eve/data/themes/default.edc 2010-08-20 20:15:10.000000000 +0200
+@@ -202,7 +202,6 @@
+ type: RECT;
+ description { state: "default" 0.0;
+ color: 0 0 0 255;
+- min: 480 800;
+ }
+ }
+ }
+@@ -335,7 +334,6 @@
+ type: RECT;
+ description { state: "default" 0.0;
+ color: 0 0 0 255;
+- min: 480 800;
+ }
+ }
+ part { name: "view";
diff --git a/recipes/e17/eve_svn.bb b/recipes/e17/eve_svn.bb
index d51aed3d46..223a90be33 100644
--- a/recipes/e17/eve_svn.bb
+++ b/recipes/e17/eve_svn.bb
@@ -1,19 +1,19 @@
DESCRIPTION = " Enlightenment webbrowser"
LICENSE = "GPL"
DEPENDS = "webkit-efl evas ecore edje"
-PV = "0.0.1+svnr${SRCPV}"
-PR = "r4"
+PV = "0.2.0.0+svnr${SRCPV}"
SRCREV = "${EFL_SRCREV}"
-LDFLAGS += "-lstdc++"
-
inherit e
-SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=eve;proto=http \
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=eve;proto=http \
+ file://default.theme.remove.min.size.patch \
"
-S = "${WORKDIR}/eve"
-
-RDEPENDS_${PN} = "${PN}-themes"
+EXTRA_OECONF = "\
+ --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
+"
+S = "${WORKDIR}/eve"
+FILES_${PN} += "${datadir}/icons/eve.png"