blob: 08c2e4e438bf9b24166941111d791a46816dac40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Terminal emulator for the Xfce desktop environment"
DEPENDS = "exo vte dbus-glib gtk+"
RDEPENDS += "gnome-pty-helper"
PR = "r2"
inherit xfce46
SRC_URI = "http://www.xfce.org/archive/src/apps/terminal/0.4/Terminal-${PV}.tar.bz2 \
"
S = "${WORKDIR}/Terminal-${PV}"
FILES_${PN} += "${datadir}/Terminal"
|