[oe-commits] Otavio Salvador : toscoterm: (new) a very simple and small VTE based terminal

GIT User account git at amethyst.openembedded.net
Fri Dec 5 15:45:44 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3e999b1786ebbbc5175889bd544e83684595ea7a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3e999b1786ebbbc5175889bd544e83684595ea7a

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Dec  5 12:33:14 2008 -0200

toscoterm: (new) a very simple and small VTE based terminal

While working at O.S. Systems embedded platform we ended up requiring
few features not found in any lightwise terminal and then we wrote our
own VTE based solution.

It is currently very light and provides the following features:

 - XEmbed
 - full screen
 - specific start command
 - terminal window resize

---

 packages/toscoterm/toscoterm_git.bb |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/packages/toscoterm/toscoterm_git.bb b/packages/toscoterm/toscoterm_git.bb
new file mode 100644
index 0000000..a8e5fb8
--- /dev/null
+++ b/packages/toscoterm/toscoterm_git.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "A very small and simple terminal emulator"
+SECTION = "x11/applications"
+LICENSE = "GPLv3"
+DEPENDS = "vte"
+HOMEPAGE = "https://projetos.ossystems.com.br/projects/show/toscoterm"
+PV = "0.0+git${SRCDATE}"
+PR = "r1"
+
+SRC_URI = "git://projetos.ossystems.com.br/git/toscoterm.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+inherit autotools





More information about the Openembedded-commits mailing list