diff options
author | Azure Zanculmarktum <zanculmarktum@gmail.com> | 2017-05-11 22:37:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:59:33 +0700 |
commit | 7c595d1a83d190a47146b5f14481a308ade71633 (patch) | |
tree | df1cf309ee36647efbdf3e0176b6e75eb5c21cb7 /libraries/vte3-ng/README | |
parent | 1d14fc3cfad5733683da4c12fffeaa76f493c664 (diff) |
libraries/vte3-ng: Added (enhanced vte terminal widget).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/vte3-ng/README')
-rw-r--r-- | libraries/vte3-ng/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/vte3-ng/README b/libraries/vte3-ng/README new file mode 100644 index 0000000000..18663adfbe --- /dev/null +++ b/libraries/vte3-ng/README @@ -0,0 +1,9 @@ +VTE is a library (libvte) implementing a terminal emulator widget for +GTK+, and a minimal sample application (vte) using that. Vte is mainly +used in gnome-terminal, but can also be used to embed a console/terminal +in games, editors, IDEs, etc. + +This package will conflicts with vte3, so be sure to remove it first +before installing this package. + + # /sbin/removepkg vte3 |