Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7e9cdb3ba1ea4d307c84219b38f551faaca2e424)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7e9cdb3ba1ea4d307c84219b38f551faaca2e424)
  • Date: Sun, 28 Jan 2007 16:25:34 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

devel/geany/DEPENDS | 12 +++++++++++-
devel/geany/DETAILS | 4 ++--
devel/geany/HISTORY | 4 ++++
3 files changed, 17 insertions(+), 3 deletions(-)

New commits:
commit 7e9cdb3ba1ea4d307c84219b38f551faaca2e424
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

devel/geany:

DETAILS: updated to 0.10
DEPENDS: added optional_depends on g++ and vte

diff --git a/devel/geany/DEPENDS b/devel/geany/DEPENDS
index edffa0e..3447a10 100755
--- a/devel/geany/DEPENDS
+++ b/devel/geany/DEPENDS
@@ -1 +1,11 @@
-depends gtk+2
+depends gtk+2 &&
+
+optional_depends g++ \
+ "" \
+ "" \
+ "to build included Scintilla module" &&
+
+optional_depends vte \
+ "--enable-vte" \
+ "--disable-vte" \
+ "for virtual termninal support"
diff --git a/devel/geany/DETAILS b/devel/geany/DETAILS
index 67faaaa..9ef7217 100755
--- a/devel/geany/DETAILS
+++ b/devel/geany/DETAILS
@@ -1,9 +1,9 @@
SPELL=geany
- VERSION=0.9
+ VERSION=0.10
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:f4dd92d71ab31de3515e6b7fadfb88f5646056ccc46cbec9ee0df6f01e0862f8157edcc0b02991a2a81611bae297a22bc014ab6e64a5b9bcd707880eca81f8f5
+
SOURCE_HASH=sha512:00f1089efc127d9d18009c616caebad071218cab806c85f19c8095b7d6febb673ab756afa97b9eb4e3c9eb1950242d1691430d3325bae15086366212f9cf0975
LICENSE[0]=GPL
WEB_SITE=http://geany.uvena.de/
ENTERED=20051121
diff --git a/devel/geany/HISTORY b/devel/geany/HISTORY
index 8567f5f..59aa380 100644
--- a/devel/geany/HISTORY
+++ b/devel/geany/HISTORY
@@ -1,3 +1,7 @@
+2007-01-29 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 0.10
+ * DEPENDS: added optional_depends on g++ and vte
+
2006-09-29 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 0.9. Removed UPDATED.




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7e9cdb3ba1ea4d307c84219b38f551faaca2e424), Pol Vinogradov, 01/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page