New commits:
commit 73b79aeddb659a6902b9392c5260ec74ddb439f2
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
wxgtk: refreshed plugin choice #13874
diff --git a/x11-toolkits/wxgtk/BUILD b/x11-toolkits/wxgtk/BUILD
index 2a793a1..92c7c43 100755
--- a/x11-toolkits/wxgtk/BUILD
+++ b/x11-toolkits/wxgtk/BUILD
@@ -15,6 +15,8 @@ then
fi &&
default_build &&
for COMPONENT in $WX_CONTRIB; do
- if [[ "$COMPONENT" == "xrc" ]]; then continue; fi &&
+ case "$COMPONENT" in
+ xrc|animate|mmedia|applet|canvas) continue ;;
+ esac &&
make -C contrib/src/$COMPONENT
done
diff --git a/x11-toolkits/wxgtk/CONFIGURE b/x11-toolkits/wxgtk/CONFIGURE
index d9f5262..54fef58 100755
--- a/x11-toolkits/wxgtk/CONFIGURE
+++ b/x11-toolkits/wxgtk/CONFIGURE
@@ -2,10 +2,11 @@
message "previous defaults were: animate gizmos ogl stc" &&
source $GRIMOIRE/FUNCTIONS &&
if [[ "$WX_DEV" == "y" ]];then
- config_query_multi WX_CONTRIB "which add-ons to build?" animate applet
canvas foldbar \
- fl gizmos mmedia net ogl stc xrc
+ config_query_multi WX_CONTRIB "which add-ons to build?" foldbar \
+ fl gizmos net ogl plot stc svg xrc
else
- config_query_multi WX_CONTRIB "which add-ons to build?" applet foldbar \
- fl gizmos mmedia net ogl stc xrc
+ #TODO check if svg and plot work in this version too
+ config_query_multi WX_CONTRIB "which add-ons to build?" foldbar \
+ fl gizmos net ogl stc xrc
fi
diff --git a/x11-toolkits/wxgtk/HISTORY b/x11-toolkits/wxgtk/HISTORY
index b575f49..690a05e 100644
--- a/x11-toolkits/wxgtk/HISTORY
+++ b/x11-toolkits/wxgtk/HISTORY
@@ -1,3 +1,7 @@
+2009-01-07 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD, INSTALL: skip the bad plugins
+ * CONFIGURE: refreshed plugin choice #13874
+
2008-09-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.8.9 (new)
diff --git a/x11-toolkits/wxgtk/INSTALL b/x11-toolkits/wxgtk/INSTALL
index 23ee151..7487a3c 100755
--- a/x11-toolkits/wxgtk/INSTALL
+++ b/x11-toolkits/wxgtk/INSTALL
@@ -1,5 +1,7 @@
default_install &&
for COMPONENT in $WX_CONTRIB; do
- if [[ "$COMPONENT" == "xrc" ]]; then continue; fi &&
+ case "$COMPONENT" in
+ xrc|animate|mmedia|applet|canvas) continue ;;
+ esac &&
make -C contrib/src/$COMPONENT install
done
[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (73b79aeddb659a6902b9392c5260ec74ddb439f2),
Jaka Kranjc, 01/07/2009