diff options
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.1.bb (renamed from meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.1.bb index 98ffec2ba..9313efb14 100644 --- a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb +++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.1.bb | |||
@@ -1,13 +1,12 @@ | |||
1 | SUMMARY = "Terminal emulator for the Xfce desktop environment" | 1 | SUMMARY = "Terminal emulator for the Xfce desktop environment" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | DEPENDS = "glib-2.0 gtk+ vte9 libxfce4ui" | 4 | DEPENDS = "glib-2.0 gtk+3 vte libxfce4ui" |
5 | RDEPENDS_${PN} += "vte9-termcap" | ||
6 | 5 | ||
7 | inherit xfce-app | 6 | inherit xfce-app |
8 | 7 | ||
9 | FILES_${PN} += "${datadir}/xfce4 \ | 8 | FILES_${PN} += "${datadir}/xfce4 \ |
10 | ${datadir}/gnome-control-center" | 9 | ${datadir}/gnome-control-center" |
11 | 10 | ||
12 | SRC_URI[md5sum] = "6a2816d8b0933cd707ed456ceb731399" | 11 | SRC_URI[md5sum] = "46d347c0ecbb74a7878d48833042371d" |
13 | SRC_URI[sha256sum] = "912f4716c2395a14a80620ef982b4af1e2a67a8df9a1ef0b802ecae826057e08" | 12 | SRC_URI[sha256sum] = "ddfe53a89d315a4a9170ca6d2cee2d33145bd63630062b2e867fb3a5fcde5fdf" |