summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_1.0.0.bb
diff options
context:
space:
mode:
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.bb15
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 @@
1SUMMARY = "Terminal emulator for the Xfce desktop environment"
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4DEPENDS = "glib-2.0 gtk+3 vte libxfce4ui gtk-doc-native"
5
6inherit xfce-app
7
8FILES:${PN} += " \
9 ${datadir}/xfce4 \
10 ${datadir}/gnome-control-center \
11"
12
13SRC_URI[sha256sum] = "593b6a7bd9b18851e51854e075990109b7896a22713b5dd8b913b23f21db6576"
14
15RRECOMMENDS:${PN} += "vte-prompt"