diff options
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb')
| -rw-r--r-- | meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb new file mode 100644 index 0000000000..783d386523 --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Terminal emulator for the Xfce desktop environment" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 4 | DEPENDS = "glib-2.0 gtk+3 vte libxfce4ui" | ||
| 5 | |||
| 6 | inherit xfce-app | ||
| 7 | |||
| 8 | FILES_${PN} += "${datadir}/xfce4 \ | ||
| 9 | ${datadir}/gnome-control-center" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "7a3337c198e01262a0412384823185753ac8a0345be1d6776a7e9bbbcbf33dc7" | ||
| 12 | |||
| 13 | RRECOMMENDS_${PN} += "vte-prompt" | ||
