emprint_svn.bb 743 B

1234567891011121314
  1. DESCRIPTION = "Emprint is a utility for taking screenshots of the entire screen, a specific window, or a specific region."
  2. LICENSE = "MIT & BSD"
  3. DEPENDS = "imlib2 virtual/libx11 ecore evas edje eina"
  4. PV = "0.0.1+svnr${SRCPV}"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
  6. SRCREV = "${EFL_SRCREV}"
  7. inherit e
  8. SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep"
  9. S = "${WORKDIR}/${SRCNAME}"
  10. FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug"
  11. PNBLACKLIST[emprint] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/apps/emprint.git/ - the recipe will be removed on 2017-09-01 unless the issue is fixed"