Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b234d323316e77a604d0e08f54046f789872b9db)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b234d323316e77a604d0e08f54046f789872b9db)
  • Date: Mon, 16 Jul 2012 15:15:42 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

devel/geany-plugins/CONFIGURE | 12 ++++++++----
devel/geany-plugins/DEPENDS | 16 ++++++++++++++++
devel/geany-plugins/DETAILS | 2 +-
devel/geany-plugins/HISTORY | 5 +++++
4 files changed, 30 insertions(+), 5 deletions(-)

New commits:
commit b234d323316e77a604d0e08f54046f789872b9db
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

geany-plugins: => 1.22

diff --git a/devel/geany-plugins/CONFIGURE b/devel/geany-plugins/CONFIGURE
index 0fb5606..f7035ff 100755
--- a/devel/geany-plugins/CONFIGURE
+++ b/devel/geany-plugins/CONFIGURE
@@ -26,18 +26,22 @@ config_query_option GEANY_PLUGINS_OPTS "Build GeanyMacro
plugin?" y \
"--enable-geanymacro" \
"--disable-geanymacro" &&

+config_query_option GEANY_PLUGINS_OPTS "Build GeanyMiniScript plugin?" y \
+ "--enable-geanyminiscript" \
+ "--disable-geanyminiscript" &&
+
config_query_option GEANY_PLUGINS_OPTS "Build GeanyNumberedBookmarks
plugin?" y \
"--enable-geanynumberedbookmarks" \
"--disable-geanynumberedbookmarks" &&

-config_query_option GEANY_PLUGINS_OPTS "Build GeanySendmail plugin?" y \
- "--enable-geanysendmail" \
- "--disable-geanysendmail" &&
-
config_query_option GEANY_PLUGINS_OPTS "Build GeanyPrj plugin?" y \
"--enable-geanyprj" \
"--disable-geanyprj" &&

+config_query_option GEANY_PLUGINS_OPTS "Build GProject plugin?" y \
+ "--enable-gproject" \
+ "--disable-gproject" &&
+
config_query_option GEANY_PLUGINS_OPTS "Build GeanyVC plugin?" y \
"--enable-geanyvc" \
"--disable-geanyvc" &&
diff --git a/devel/geany-plugins/DEPENDS b/devel/geany-plugins/DEPENDS
index 2903771..e03ace7 100755
--- a/devel/geany-plugins/DEPENDS
+++ b/devel/geany-plugins/DEPENDS
@@ -20,6 +20,16 @@ optional_depends vte \
"--disable-debugger" \
"to build Debugger plugin" &&

+optional_depends vte \
+ "--enable-multiterm" \
+ "--disable-multiterm" \
+ "to build MultiTerm plugin" &&
+
+optional_depends libsoup \
+ "--enable-geniuspaste" \
+ "--disable-geniuspaste" \
+ "to build GeniusPaste plugin" &&
+
optional_depends gdb \
"--enable-geanygdb" \
"--disable-geanygdb" \
@@ -35,6 +45,12 @@ optional_depends MAIL-TRANSPORT-AGENT \
"--disable-geanysendmail" \
"to build GeanySendmail plugin" &&

+# TODO: requires future spell ctpl (http://ctpl.tuxfamily.org/)
+#optional_depends ctpl \
+# "--enable-geanygendoc" \
+# "--disable-geanygendoc" \
+# "to build GeanyGenDoc plugin" &&
+
if list_find "$GEANY_PLUGINS_OPTS" "--enable-geanyvc"; then
optional_depends gtkspell \
"--enable-gtkspell" \
diff --git a/devel/geany-plugins/DETAILS b/devel/geany-plugins/DETAILS
index 1fc1f17..7519388 100755
--- a/devel/geany-plugins/DETAILS
+++ b/devel/geany-plugins/DETAILS
@@ -1,5 +1,5 @@
SPELL=geany-plugins
- VERSION=0.21.1
+ VERSION=1.22
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_URL[0]=http://plugins.geany.org/$SPELL/$SOURCE
diff --git a/devel/geany-plugins/HISTORY b/devel/geany-plugins/HISTORY
index 922cad5..9fd53bc 100644
--- a/devel/geany-plugins/HISTORY
+++ b/devel/geany-plugins/HISTORY
@@ -1,3 +1,8 @@
+2012-07-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.22
+ * DEPENDS: added new optional dependencies
+ * CONFIGURE: removed dupe geanysendmail plugin selection; added new
+
2012-06-19 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.21.1




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b234d323316e77a604d0e08f54046f789872b9db), Vlad Glagolev, 07/16/2012

Archive powered by MHonArc 2.6.24.

Top of Page