aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/eve_svn.bb
blob: 34cae18950df71ee27138f6e5df84b5bd31d5ff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
DESCRIPTION = " Enlightenment Web Browser"
LICENSE = "LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
DEPENDS = "evas ecore edje elementary webkit-efl edbus"
PV = "0.3.0.0+svnr${SRCPV}"
# 78126 and newer depends on edbus2
# SRCREV = "${EFL_SRCREV}"
SRCREV = "78125"

inherit e gettext
SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep"
S = "${WORKDIR}/${SRCNAME}"

do_configure_prepend() {
       autopoint || touch config.rpath
}

SRC_URI += "file://eve-theme-for-smaller-screens.patch \
"

EXTRA_OECONF = "\
  --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
"

FILES_${PN} += "\
        ${datadir}/icons/eve.png \
"