elmdentica_svn.bb 712 B

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