Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 | |
| 6 | inherit e gettext |
| 7 | |
| 8 | # Because latest release we have is 0.1.0 which sorts lower then 0.1.0+svnr${SRCPV} already in feeds |
| 9 | PE = "2" |
| 10 | |
| 11 | EXTRA_OECONF = "\ |
| 12 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ |
| 13 | " |
| 14 | |
| 15 | FILES_${PN} += "\ |
| 16 | ${datadir}/icons/terminology.png \ |
| 17 | " |
| 18 | |
| 19 | # doesn't start without own theme |
| 20 | # ERR<770>:terminology utils.c:26 theme_apply() Could not load any theme for group=terminology/background: No Error |
| 21 | # CRI<770>:terminology main.c:448 elm_main() Couldn't find terminology theme! Forgot 'make install'? |
| 22 | RDEPENDS_${PN} += "${PN}-themes" |