summaryrefslogtreecommitdiffstats
path: root/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild')
-rw-r--r--network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild b/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild
index b8e584a77b..6fec466239 100644
--- a/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild
+++ b/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild
@@ -29,16 +29,14 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=claws-mail-extra-plugins
-VERSION=3.7.6
+VERSION=3.7.7
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -51,10 +49,10 @@ OUTPUT=${OUTPUT:-/tmp}
# This is a *complete* list of available plugins, see the README for
# information on plugins you may wish you remove from this list.
-PLUGIN_LIST="acpi_notifier archive att_remover attachwarner bsfilter_plugin \
- cachesaver fancy fetchinfo-plugin geolocation_plugin gtkhtml2_viewer \
- mailmbox newmail notification_plugin perl_plugin python_plugin rssyl \
- spam_report synce_plugin tnef_parse vcalendar"
+PLUGIN_LIST="acpi_notifier address_keeper archive att_remover attachwarner
+ bsfilter_plugin clamd fancy fetchinfo-plugin geolocation_plugin \
+ gtkhtml2_viewer mailmbox newmail notification_plugin perl_plugin \
+ python_plugin rssyl spam_report tnef_parse vcalendar"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i486"
@@ -81,7 +79,7 @@ chown -R root:root .
chmod -R u+w,go+r-w,a-s .
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp README $PKG/usr/doc/$PRGNAM-$VERSION
+cp RELEASE_NOTES $PKG/usr/doc/$PRGNAM-$VERSION
for plugin in $PLUGIN_LIST ; do
printf "\nBuilding $plugin...\n\n"