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