vte: include gnome-pty-helper on libvte package
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 26 Nov 2008 20:42:08 +0000 (18:42 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 27 Nov 2008 00:12:52 +0000 (22:12 -0200)
The gnome-pty-helper is required to xfce-terminal and others to be
able to properly initialize the pty for use. This is now included on
libvte package as done on Debian.

packages/vte/vte.inc

index d19b790..993453e 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "vte is a virtual terminal emulator"
 LICENSE = "LGPL"
 DEPENDS += " glib-2.0 gtk+ intltool-native ncurses "
+PR = "r1"
 
 inherit gnome
 
@@ -13,6 +14,6 @@ do_stage() {
 }
 
 PACKAGES =+ "libvte vte-termcap"
-FILES_libvte = "${libdir}/*.so*"
+FILES_libvte = "${libdir}/*.so* ${libexecdir}/gnome-pty-helper"
 RDEPENDS_libvte = "vte-termcap"
 FILES_vte-termcap = "${datadir}/vte/termcap"