blob: b17121721ad2d9cfea5100e855129f496150178f [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "A indenti.ca client for E"
2DEPENDS = "glib-2.0 gconf curl elementary sqlite3-native azy"
3LICENSE = "GPLv3+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5
6SECTION = "e/apps"
7HOMEPAGE = "http://elmdentica.googlecode.com"
8AUTHOR = "seabra"
9
10inherit e gettext
11SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep"
12S = "${WORKDIR}/${SRCNAME}"
13
14EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
15
16PV = "0.9.9+svnr${SRCPV}"
17SRCREV = "${EFL_SRCREV}"
18
19RDEPENDS_${PN} = "${PN}-themes"
20
21SRC_URI += "file://configure.patch"
22
Brad Bishop6e60e8b2018-02-01 10:27:11 -050023PNBLACKLIST[elmdentica] ?= "OLD and depends on broken azy - the recipe will be removed on 2017-09-01 unless the issue is fixed"