Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (cac141f0552533902670194cb5cd901d68c835d3)

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 devel-xorg-modular grimoire by Vlad Glagolev (cac141f0552533902670194cb5cd901d68c835d3)
  • Date: Sat, 29 Oct 2011 15:34:38 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

devel/geany-plugins/CONFIGURE | 18 +++++++++++++++++-
devel/geany-plugins/DEPENDS | 24 ++++++++++++++++++++++++
devel/geany-plugins/DETAILS | 2 +-
devel/geany-plugins/HISTORY | 6 ++++++
devel/geany-plugins/hyperair.gpg |binary
5 files changed, 48 insertions(+), 2 deletions(-)

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

geany-plugins: => 0.21

diff --git a/devel/geany-plugins/CONFIGURE b/devel/geany-plugins/CONFIGURE
index f52b1ea..0fb5606 100755
--- a/devel/geany-plugins/CONFIGURE
+++ b/devel/geany-plugins/CONFIGURE
@@ -22,6 +22,14 @@ config_query_option GEANY_PLUGINS_OPTS "Build GeanyLipsum
plugin?" y \
"--enable-geanylipsum" \
"--disable-geanylipsum" &&

+config_query_option GEANY_PLUGINS_OPTS "Build GeanyMacro plugin?" y \
+ "--enable-geanymacro" \
+ "--disable-geanymacro" &&
+
+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" &&
@@ -42,10 +50,18 @@ config_query_option GEANY_PLUGINS_OPTS "Build ShiftColumn
plugin?" y \
"--enable-shiftcolumn" \
"--disable-shiftcolumn" &&

+config_query_option GEANY_PLUGINS_OPTS "Build Tableconvert plugin?" y \
+ "--enable-tableconvert" \
+ "--disable-tableconvert" &&
+
config_query_option GEANY_PLUGINS_OPTS "Build Treebrowser plugin?" y \
"--enable-treebrowser" \
"--disable-treebrowser" &&

config_query_option GEANY_PLUGINS_OPTS "Build Updatechecker plugin?" n \
"--enable-updatechecker" \
- "--disable-updatechecker"
+ "--disable-updatechecker" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build XMLSnippets plugin?" y \
+ "--enable-xmlsnippets" \
+ "--disable-xmlsnippets"
diff --git a/devel/geany-plugins/DEPENDS b/devel/geany-plugins/DEPENDS
index fb899d9..156523b 100755
--- a/devel/geany-plugins/DEPENDS
+++ b/devel/geany-plugins/DEPENDS
@@ -15,6 +15,11 @@ optional_depends enchant \
"--disable-spellcheck" \
"to build spellcheck plugin" &&

+optional_depends vte \
+ "--enable-debugger" \
+ "--disable-debugger" \
+ "to build Debugger plugin" &&
+
optional_depends gdb \
"--enable-geanygdb" \
"--disable-geanygdb" \
@@ -25,6 +30,11 @@ optional_depends texlive \
"--disable-geanylatex" \
"to build GeanyLaTeX plugin" &&

+optional_depends MAIL-TRANSPORT-AGENT \
+ "--enable-geanysendmail" \
+ "--disable-geanysendmail" \
+ "to build GeanySendmail plugin" &&
+
if list_find "$GEANY_PLUGINS_OPTS" "--enable-geanyvc"; then
optional_depends gtkspell \
"--enable-gtkspell" \
@@ -39,6 +49,20 @@ if list_find "$GEANY_PLUGINS_OPTS" "--enable-geanyvc"; then
suggest_depends svk "" "" "for SVK support"
fi &&

+optional_depends devhelp \
+ "--enable-devhelp" \
+ "--disable-devhelp" \
+ "to build devhelp plugin" &&
+
+optional_depends gpgme \
+ "--enable-geanypg" \
+ "--disable-geanypg" \
+ "to build GeanyPG plugin" &&
+
+if is_depends_enabled $SPELL devhelp; then
+ depends webkitgtk
+fi &&
+
optional_depends webkitgtk \
"--enable-webhelper" \
"--disable-webhelper" \
diff --git a/devel/geany-plugins/DETAILS b/devel/geany-plugins/DETAILS
index e04eeb4..6dd8767 100755
--- a/devel/geany-plugins/DETAILS
+++ b/devel/geany-plugins/DETAILS
@@ -1,5 +1,5 @@
SPELL=geany-plugins
- VERSION=0.20
+ VERSION=0.21
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 b9a0bff..8679726 100644
--- a/devel/geany-plugins/HISTORY
+++ b/devel/geany-plugins/HISTORY
@@ -1,3 +1,9 @@
+2011-10-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.21
+ * DEPENDS, CONFIGURE: added new plugins
+ * hyperair.gpg: added public key 588752A1 (Chow Loong Jin
+ <hyperair AT ubuntu.com>)
+
2011-02-26 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, CONFIGURE, CONFLICTS, hyperair.gpg:
spell created
diff --git a/devel/geany-plugins/hyperair.gpg
b/devel/geany-plugins/hyperair.gpg
index 8cb0800..0cf44a2 100644
Binary files a/devel/geany-plugins/hyperair.gpg and
b/devel/geany-plugins/hyperair.gpg differ



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (cac141f0552533902670194cb5cd901d68c835d3), Vlad Glagolev, 10/29/2011

Archive powered by MHonArc 2.6.24.

Top of Page