summaryrefslogtreecommitdiffstats
path: root/devel/geany-plugins/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'devel/geany-plugins/CONFIGURE')
-rwxr-xr-xdevel/geany-plugins/CONFIGURE51
1 files changed, 51 insertions, 0 deletions
diff --git a/devel/geany-plugins/CONFIGURE b/devel/geany-plugins/CONFIGURE
new file mode 100755
index 0000000000..f52b1eabe6
--- /dev/null
+++ b/devel/geany-plugins/CONFIGURE
@@ -0,0 +1,51 @@
+config_query_option GEANY_PLUGINS_OPTS "Build Addons plugin (tasks, systray, etc.)?" y \
+ "--enable-addons" \
+ "--disable-addons" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build CodeNav plugin?" y \
+ "--enable-codenav" \
+ "--disable-codenav" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build GeanyDoc plugin?" y \
+ "--enable-geanydoc" \
+ "--disable-geanydoc" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build GeanyExtraSel plugin?" y \
+ "--enable-geanyextrasel" \
+ "--disable-geanyextrasel" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build GeanyInsertNum plugin?" y \
+ "--enable-geanyinsertnum" \
+ "--disable-geanyinsertnum" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build GeanyLipsum plugin?" y \
+ "--enable-geanylipsum" \
+ "--disable-geanylipsum" &&
+
+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 GeanyVC plugin?" y \
+ "--enable-geanyvc" \
+ "--disable-geanyvc" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build pretty-printer plugin?" y \
+ "--enable-pretty_printer" \
+ "--disable-pretty_printer" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build ShiftColumn plugin?" y \
+ "--enable-shiftcolumn" \
+ "--disable-shiftcolumn" &&
+
+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"