[Lunar-commits] <moonbase> sakura: new module - vte terminal emulator
Duncan Gibson
engelsman at lunar-linux.org
Sat Nov 27 14:43:43 CET 2010
commit 53c636791e97be8b56a44180ae98cfb140f51730
Author: Christoph Pauleit <wasgena at googlemail.com>
Date: Sat Nov 27 14:43:43 2010 +0100
sakura: new module - vte terminal emulator
---
zbeta/sakura/BUILD | 6 ++++++
zbeta/sakura/DEPENDS | 2 ++
zbeta/sakura/DETAILS | 20 ++++++++++++++++++++
3 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/zbeta/sakura/BUILD b/zbeta/sakura/BUILD
new file mode 100644
index 0000000..a949451
--- /dev/null
+++ b/zbeta/sakura/BUILD
@@ -0,0 +1,6 @@
+(
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/sakura/DEPENDS b/zbeta/sakura/DEPENDS
new file mode 100644
index 0000000..4cb1ec5
--- /dev/null
+++ b/zbeta/sakura/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+-2
+depends vte
diff --git a/zbeta/sakura/DETAILS b/zbeta/sakura/DETAILS
new file mode 100644
index 0000000..30dbe7d
--- /dev/null
+++ b/zbeta/sakura/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=sakura
+ VERSION=2.3.8
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE_URL=http://www.pleyades.net/david/projects/sakura/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:d95016484734a10ef1966431c8f5e2d923040a0f
+ WEB_SITE="http://www.pleyades.net/david/sakura.php"
+ ENTERED=20101119
+ UPDATED=20101119
+ SHORT="vte based terminal emulator"
+cat <<EOF
+sakura is a terminal emulator based on GTK and VTE. It's a terminal
+emulator with few dependencies, so you don't need a full GNOME
+desktop installed to have a decent terminal emulator. Current terminal
+emulators based on VTE are gnome-terminal, XFCE Terminal, TermIt and
+a small sample program included in the vte sources. The differences
+between sakura and the last one are that it uses a notebook to provide
+several terminals in one window and adds a contextual menu with some
+basic options. No more no less.
+EOF
More information about the Lunar-commits
mailing list