SOURCE_HASH=sha512:26e98b6ea620260edca26ddd72fcf2566e6baf75f3c6fcda89b584c75fd5151e37394e6319ef1a9c94776615629b6b34aa4439570903da98958137ed950b1161
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
LICENSE[0]=GPL
WEB_SITE=http://geany.uvena.de/
ENTERED=20051121
KEYWORDS="ide devel"
- SHORT="a fast and lightweight GTK+2 IDE"
+ SHORT="fast and lightweight GTK+2 IDE"
cat << EOF
-Geany is a text editor using the GTK2 toolkit with basic features of an
-integrated development environment.
+Geany is a small and lightweight integrated development environment. It was
+developed to provide a small and fast IDE, which has only a few dependencies
+from other packages. Another goal was to be as independent as possible from
+a special Desktop Environment like KDE or GNOME.
+
+Basic features of Geany:
+
+ * syntax highlighting
+ * code folding
+ * code completion
+ * auto completion of often used constructs like if, for and while
+ * auto completion of XML and HTML tags
+ * call tips
+ * many supported filetypes like C/C++, Java, PHP, HTML, Python, Perl, Lua
+ * symbol lists
EOF
diff --git a/devel/geany/HISTORY b/devel/geany/HISTORY
index ee26cfd..fdfbec3 100644
--- a/devel/geany/HISTORY
+++ b/devel/geany/HISTORY
@@ -1,3 +1,7 @@
+2008-01-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DETAILS, DEPENDS, PREPARE: added `night' version
+ from svn tarball, fixed short/long desc
+
2008-01-15 Elisamuel Resto <ryuji AT sourcemage.org>
* DEPENDS: added xml-parser-expat as a hard dep, fails without it
@@ -43,4 +47,3 @@
2005-11-21 George Sherwood <george AT beernabeer.com>
* ALL: Initial version of spell 0.3
-
diff --git a/devel/geany/PREPARE b/devel/geany/PREPARE
new file mode 100755
index 0000000..d974944
--- /dev/null
+++ b/devel/geany/PREPARE
@@ -0,0 +1,5 @@
+config_query GEANY_SVN "Build latest version from nightly tarball?" n &&
+
+if [[ $GEANY_SVN == y ]]; then
+ config_query GEANY_SVN_AUTO "Automatically update on every system update?"
n
+fi
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (32c2ff8d1e1a51b3fdaf7c8a3e48b849208c5dde),
Vlad Glagolev, 01/26/2008