diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-xfce/recipes-apps/xfce4-terminal | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-terminal')
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.2.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.2.bb new file mode 100644 index 0000000000..8b2619d77e --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.2.bb | |||
@@ -0,0 +1,12 @@ | |||
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+ vte libxfce4ui" | ||
5 | |||
6 | inherit xfce-app | ||
7 | |||
8 | FILES_${PN} += "${datadir}/xfce4 \ | ||
9 | ${datadir}/gnome-control-center" | ||
10 | |||
11 | SRC_URI[md5sum] = "d5cdb302bd770c9f2d30262c26639006" | ||
12 | SRC_URI[sha256sum] = "3d92422288d26311880af694bb4e02c9235997ca307a5e85001bf6bef65c3b35" | ||