[Lunar-commits] <moonbase> gtk2edit: a simple gtk+-2 based editor similar to notepad.
Florin Braescu
florin at lunar-linux.org
Tue Mar 30 16:51:46 CEST 2010
commit 63e80868c626cdcdf7bcf72f662480dc80c0abc9
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Mar 30 17:51:46 2010 +0300
gtk2edit: a simple gtk+-2 based editor similar to notepad.
---
x11-apps/gtk2edit/BUILD | 7 +++++++
x11-apps/gtk2edit/DEPENDS | 1 +
x11-apps/gtk2edit/DETAILS | 15 +++++++++++++++
3 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/x11-apps/gtk2edit/BUILD b/x11-apps/gtk2edit/BUILD
new file mode 100644
index 0000000..7fe9b8e
--- /dev/null
+++ b/x11-apps/gtk2edit/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sedit "s:share/LIMITED_VERSION:0:" main.c &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/x11-apps/gtk2edit/DEPENDS b/x11-apps/gtk2edit/DEPENDS
new file mode 100644
index 0000000..a12f68d
--- /dev/null
+++ b/x11-apps/gtk2edit/DEPENDS
@@ -0,0 +1 @@
+depends gtk+-2
diff --git a/x11-apps/gtk2edit/DETAILS b/x11-apps/gtk2edit/DETAILS
new file mode 100644
index 0000000..65ec3ea
--- /dev/null
+++ b/x11-apps/gtk2edit/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=gtk2edit
+ VERSION=2.0.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:7ec0afb20ffc2baa8f9c3b75a0ca8268dab9cf78
+ WEB_SITE=http://sourceforge.net/projects/$MODULE
+ ENTERED=20100330
+ UPDATED=20100330
+ SHORT="A simple GTK2 based editor"
+
+cat << EOF
+A simple Unicode text editor which supports many encodings. Also nice
+Notepad replacement. To be a simple to use and fast Unicode HTML/XML
+editor. Yet no syntax highlighting.
+EOF
More information about the Lunar-commits
mailing list