[Lunar-commits] <moonbase> sakura: Version bump to 2.4.2 and moving to terminal.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Oct 18 14:11:13 CEST 2011
commit 48eb1712136a33fef6671664fb0f2cbdc021170e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Oct 18 08:11:13 2011 -0400
sakura: Version bump to 2.4.2 and moving to terminal.
---
terminal/sakura/BUILD | 6 ++++++
terminal/sakura/DEPENDS | 2 ++
terminal/sakura/DETAILS | 20 ++++++++++++++++++++
zbeta/sakura/BUILD | 6 ------
zbeta/sakura/DEPENDS | 2 --
zbeta/sakura/DETAILS | 20 --------------------
6 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/terminal/sakura/BUILD b/terminal/sakura/BUILD
new file mode 100644
index 0000000..6edf358
--- /dev/null
+++ b/terminal/sakura/BUILD
@@ -0,0 +1,6 @@
+(
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/terminal/sakura/DEPENDS b/terminal/sakura/DEPENDS
new file mode 100644
index 0000000..4cb1ec5
--- /dev/null
+++ b/terminal/sakura/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+-2
+depends vte
diff --git a/terminal/sakura/DETAILS b/terminal/sakura/DETAILS
new file mode 100644
index 0000000..bcfe1fe
--- /dev/null
+++ b/terminal/sakura/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=sakura
+ VERSION=2.4.2
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE_URL=http://launchpad.net/sakura/trunk/$VERSION/+download/
+ SOURCE_VFY=sha1:24b98c42c057da39f57c281a4726901952774641
+ WEB_SITE=http://www.pleyades.net/david/projects/sakura
+ 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
diff --git a/zbeta/sakura/BUILD b/zbeta/sakura/BUILD
deleted file mode 100644
index 6edf358..0000000
--- a/zbeta/sakura/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/sakura/DEPENDS b/zbeta/sakura/DEPENDS
deleted file mode 100644
index 4cb1ec5..0000000
--- a/zbeta/sakura/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends gtk+-2
-depends vte
diff --git a/zbeta/sakura/DETAILS b/zbeta/sakura/DETAILS
deleted file mode 100644
index 9c71e73..0000000
--- a/zbeta/sakura/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- MODULE=sakura
- VERSION=2.4.0
- SOURCE=${MODULE}-${VERSION}.tar.bz2
- SOURCE_URL=http://www.pleyades.net/david/projects/sakura/
- SOURCE_VFY=sha1:417508be2551ff82e6bad8868832ef634479a432
- 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