aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xfce/xfce-terminal_0.2.8.bb
blob: c8c4903513d3770a6ceeead99e94ae498f2a274f (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Terminal emulator for the Xfce desktop environment"
DEPENDS = "exo vte dbus-glib gtk+"
RDEPENDS += "gnome-pty-helper"
PR = "r2"

inherit xfce

SRC_URI = "http://www.us.xfce.org/archive/xfce-4.4.2/src/Terminal-${PV}.tar.bz2 \
           file://into-support.patch;patch=1"

S = "${WORKDIR}/Terminal-${PV}"