pidgin/purple-plugin-pack

Allow multiple plugin types in the same directory to work...
org.guifications.plugins.smartear
2008-03-24, grim
4daa77c6ba3d
Parents 7547e4f94232
Children b0f547e62cc7
Allow multiple plugin types in the same directory to work...

Do we really want this? The configure output looks confusing seeing smartear under purple, pidgin, and finch...

Maybe we break them into separate directories? ie: smartear, gtksmartear, and gntsmartear?
--- a/m4/pluginpack.m4 Mon Mar 24 05:08:00 2008 -0400
+++ b/m4/pluginpack.m4 Mon Mar 24 05:24:40 2008 -0400
@@ -64,7 +64,9 @@
fi
PP_PURPLE="$PP_PURPLE $base"
- elif test -f "$d/.pidgin-plugin" ; then
+ fi
+
+ if test -f "$d/.pidgin-plugin" ; then
if test -f "$d/.abusive" ; then
PP_PIDGIN_ABUSIVE="$PP_PIDGIN_ABUSIVE $base"
elif test -f "$d/.build" ; then
@@ -76,7 +78,9 @@
fi
PP_PIDGIN="$PP_PIDGIN $base"
- elif test -f "$d/.finch-plugin" ; then
+ fi
+
+ if test -f "$d/.finch-plugin" ; then
if test -f "$d/.abusive" ; then
PP_FINCH_ABUSIVE="$PP_FINCH_ABUSIVE $base"
elif test -f "$d/.build" ; then