terminology.inc 758 B

12345678910111213141516171819202122
  1. DESCRIPTION = "Enlightenment Terminal Emulator"
  2. LICENSE = "MIT & BSD-2-Clause"
  3. LIC_FILES_CHKSUM = "file://COPYING;md5=4efac6b05b3256ba7da66301ac1ee6c6"
  4. DEPENDS = "evas ecore edje elementary eina eet emotion"
  5. inherit e gettext
  6. # Because latest release we have is 0.1.0 which sorts lower then 0.1.0+svnr${SRCPV} already in feeds
  7. PE = "2"
  8. EXTRA_OECONF = "\
  9. --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
  10. "
  11. FILES_${PN} += "\
  12. ${datadir}/icons/terminology.png \
  13. "
  14. # doesn't start without own theme
  15. # ERR<770>:terminology utils.c:26 theme_apply() Could not load any theme for group=terminology/background: No Error
  16. # CRI<770>:terminology main.c:448 elm_main() Couldn't find terminology theme! Forgot 'make install'?
  17. RDEPENDS_${PN} += "${PN}-themes"