Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eaa41373d4a0d0a53e78eadf8434f6ee29a4bc9a

commit eaa41373d4a0d0a53e78eadf8434f6ee29a4bc9a
Author: kikadf <[email protected]>
Date:   Thu Jul 24 08:57:28 2014 +0200

claws-mail-extra-plugins-3.9.0-3-x86_64

* Remove, part of the claws-mail main package

diff --git a/source/xlib-extra/claws-mail-extra-plugins/FrugalBuild 
b/source/xlib-extra/claws-mail-extra-plugins/FrugalBuild
deleted file mode 100644
index a7d5756..0000000
--- a/source/xlib-extra/claws-mail-extra-plugins/FrugalBuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Compiling time: 2.15 SBU
-# Maintainer: PacMiam <[email protected]>
-# Contributor: bouleetbil <[email protected]>
-
-pkgname=claws-mail-extra-plugins
-pkgver=3.9.0
-clawsver=3.9.3
-pkgrel=3
-pkgdesc="Extra plugins for claws-mail"
-groups=('xlib-extra')
-archs=('i686' 'x86_64')
-options=('scriptlet')
-## empty package
-depends=()
-## dummy replaces
-replaces=('claws-mail-plugin-pdf-viewer' 'claws-mail-plugin-cachesaver' 
'claws-mail-plugin-acpi-notifier')
-makedepends=('claws-mail>=$clawsver' 'curl' 'libxml2'  'libnotify' 
'libgtkhtml' 'libytnef')
-_F_sourceforge_realname="extra plugins"
-_F_sourceforge_dirname="sylpheed-claws"
-_F_sourceforge_rss_limit="40"
-Finclude sourceforge
-url="http://www.claws-mail.org/";
-
-subpkgs=("claws-mail-plugin-archive" "claws-mail-plugin-att-remover" 
"claws-mail-plugin-attachwarner" \
-        "claws-mail-plugin-fetchinfo" "claws-mail-plugin-gtkhtml2-viewer" \
-        "claws-mail-plugin-mailmbox" "claws-mail-plugin-newmail" 
"claws-mail-plugin-notification" \
-        "claws-mail-plugin-perl" "claws-mail-plugin-rssyl"  \
-        "claws-mail-plugin-spam-report" "claws-mail-plugin-tnef-parse" 
"claws-mail-plugin-vcalendar")
-subdescs=('This plugin adds archiving features to Claws Mail.'\
-         'This plugin lets you remove attachments from emails.' \
-         'Warns when the user composes a message mentioning an attachment and 
no file is attached' \
-         'This plugin inserts headers containing some download information.' \
-         'Renders HTML mail using the gtkhtml2 rendering widget.' \
-         'This plugin handles mailboxes in mbox format.' \
-         'This plugin writes a msg header summary to a log file,on arrival of 
new mail.' \
-         'This plugin provides various ways to notify the user of new and 
unread email.' \
-         'This plugin is intended to extend the filtering possibilities of 
Claws Mail.' \
-         'This plugin allows you to read your favourite newsfeeds in Claws.' \
-         'This plugin reports spam to various places.' \
-         'This plugin enables reading application/ms-tnef attachments.' \
-         'This plugin enables vCalendar message, and handles webCal 
subscriptions.' )
-subdepends=("claws-mail=$clawsver" "claws-mail=$clawsver" 
"claws-mail=$clawsver" \
-           "claws-mail=$clawsver libgtkhtml" "claws-mail=$clawsver" \
-            "claws-mail=$clawsver" "claws-mail=$clawsver libnotify"  
"claws-mail=$clawsver" \
-            "claws-mail=$clawsver" "claws-mail=$clawsver" \
-            "claws-mail=$clawsver libytnef" "claws-mail=$clawsver" 
"claws-mail=$clawsver" )
-subgroups=('xlib-extra' 'xlib-extra' 'xlib-extra' 'xlib-extra' \
-           'xlib-extra' 'xlib-extra' 'xlib-extra' 'xlib-extra' \
-           'xlib-extra' 'xlib-extra' 'xlib-extra' 'xlib-extra' 'xlib-extra')
-subarchs=('i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' \
-               'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' \
-         'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64')
-
-sha1sums=('251b606aa8ba7b5a1c6149a87b3d8b57750065f2')
-
-build() {
-
-       Fcd
-       rm -rf *synce* README || Fdie
-
-       ## something ugly but the other way is
-       ## a bit of more mess :-)
-       ## move all folders to match $subpkg
-       for i in `ls -d *`
-       do
-               j=`echo $i | sed 's/_/-/;s/-[0-9].*//;s/-plugin//g'`
-               mv ${i} claws-mail-plugin-${j} || Fdie
-       done
-
-       for pkg in "${subpkgs[@]}"
-       do
-               cd $pkg || Fdie
-               Fbuild
-               #provided by libical
-               if [ "$pkg" == "claws-mail-plugin-vcalendar" ]; then
-                       Frm usr/include/ical.h
-               fi
-               Fsplit $pkg /usr
-               cd .. || Fdie
-       done
-
-}
-
-# optimization OK
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to