eve: update PV and SRC_URI for rewritten version
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 13 Aug 2010 12:47:54 +0000 (14:47 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Fri, 20 Aug 2010 18:23:27 +0000 (20:23 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/e17/eve/default.theme.remove.min.size.patch [new file with mode: 0644]
recipes/e17/eve_svn.bb

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 (file)
index 0000000..6887740
--- /dev/null
@@ -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";
index d51aed3..223a90b 100644 (file)
@@ -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"