summaryrefslogtreecommitdiffstats
path: root/devel/geany-plugins/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'devel/geany-plugins/CONFIGURE')
-rwxr-xr-xdevel/geany-plugins/CONFIGURE18
1 files changed, 17 insertions, 1 deletions
diff --git a/devel/geany-plugins/CONFIGURE b/devel/geany-plugins/CONFIGURE
index f52b1eabe6..0fb560635f 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"