blob: 31042911b722ae37afaf0cbc1456ec46ebfd7bdf (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "Terminal emulator for the Xfce desktop environment"
DEPENDS = "exo vte dbus-glib gtk+"
RDEPENDS += "gnome-pty-helper"
PR = "r1"
inherit xfce
SRC_URI = "http://www.us.xfce.org/archive/xfce-4.4.2/src/Terminal-${PV}.tar.bz2"
S = "${WORKDIR}/Terminal-${PV}"
|