wok-current rev 15705
remove claws-mail-gtk2html
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Dec 22 17:19:07 2013 +0100 (2013-12-22) |
parents | 5ca3e1229dcc |
children | 221588404087 |
files | claws-mail-acpinotifier/receipt claws-mail-addresskeeper/receipt claws-mail-archive/receipt claws-mail-attachwarner/receipt claws-mail-attremover/receipt claws-mail-bsfilter/receipt claws-mail-clamd/receipt claws-mail-dev/receipt claws-mail-extras/receipt claws-mail-fancy/receipt claws-mail-fetchinfo/receipt claws-mail-gtkhtml2_viewer/receipt claws-mail-mailmbox/receipt claws-mail-newmail/receipt claws-mail-notification/receipt claws-mail-pdfviewer/receipt claws-mail-plugins/receipt claws-mail-python/receipt claws-mail-rssyl-dev/receipt claws-mail-rssyl/receipt claws-mail-spam_report/receipt claws-mail-tnefparse/receipt claws-mail-vcalendar/receipt claws-mail/receipt |
line diff
1.1 --- a/claws-mail-acpinotifier/receipt Sun Dec 22 15:35:14 2013 +0100 1.2 +++ b/claws-mail-acpinotifier/receipt Sun Dec 22 17:19:07 2013 +0100 1.3 @@ -1,29 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="claws-mail-acpinotifier" 1.7 -VERSION="1.0.27" 1.8 +VERSION="3.9.3" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Enables mail notification via LEDs on some laptops (Acer, ASUS, Fujitsu, IBM). " 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL3" 1.13 WEB_SITE="http://www.claws-mail.org/plugins.php" 1.14 -SOURCE="acpi_notifier" 1.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 1.17 +WANTED="claws-mail" 1.18 1.19 DEPENDS="claws-mail" 1.20 -BUILD_DEPENDS="claws-mail-dev" 1.21 - 1.22 -# Rules to configure and make the package. 1.23 -compile_rules() 1.24 -{ 1.25 - ./configure $CONFIGURE_ARGS && make && make install 1.26 -} 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs/usr/lib/claws-mail/plugins 1.32 - cp -a $install/usr/lib/claws-mail/plugins/*.so \ 1.33 + cp -a $install/usr/lib/claws-mail/plugins/acpi_notifier.so \ 1.34 $fs/usr/lib/claws-mail/plugins 1.35 }
2.1 --- a/claws-mail-addresskeeper/receipt Sun Dec 22 15:35:14 2013 +0100 2.2 +++ b/claws-mail-addresskeeper/receipt Sun Dec 22 17:19:07 2013 +0100 2.3 @@ -1,29 +1,20 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="claws-mail-addresskeeper" 2.7 -VERSION="1.0.6" 2.8 +VERSION="3.9.3" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Keeps all recipient addresses in an addressbook folder. " 2.11 MAINTAINER="erjo@slitaz.org" 2.12 LICENSE="GPL3" 2.13 WEB_SITE="http://www.claws-mail.org/plugins.php" 2.14 -SOURCE="address_keeper" 2.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 2.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 2.17 +WANTED="claws-mail" 2.18 +DEPENDS="claws-mail" 2.19 2.20 -DEPENDS="claws-mail" 2.21 -BUILD_DEPENDS="claws-mail-dev" 2.22 - 2.23 -# Rules to configure and make the package. 2.24 -compile_rules() 2.25 -{ 2.26 - ./configure $CONFIGURE_ARGS && make && make install 2.27 -} 2.28 2.29 # Rules to gen a SliTaz package suitable for Tazpkg. 2.30 genpkg_rules() 2.31 { 2.32 mkdir -p $fs/usr/lib/claws-mail/plugins 2.33 - cp -a $install/usr/lib/claws-mail/plugins/*.so \ 2.34 + cp -a $install/usr/lib/claws-mail/plugins/address_keeper.so \ 2.35 $fs/usr/lib/claws-mail/plugins 2.36 }
3.1 --- a/claws-mail-archive/receipt Sun Dec 22 15:35:14 2013 +0100 3.2 +++ b/claws-mail-archive/receipt Sun Dec 22 17:19:07 2013 +0100 3.3 @@ -6,22 +6,10 @@ 3.4 SHORT_DESC="claws-mail archiving features" 3.5 MAINTAINER="erjo@slitaz.org" 3.6 LICENSE="GPL3" 3.7 -SOURCE="archive" 3.8 -TARBALL="$SOURCE-$VERSION.tar.gz" 3.9 WEB_SITE="http://www.claws-mail.org" 3.10 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 3.11 +WANTED="claws-mail" 3.12 3.13 DEPENDS="claws-mail libarchive acl liblzma bzlib" 3.14 -BUILD_DEPENDS="claws-mail-dev gnutls-dev enchant-dev libxml2-dev libarchive-dev attr-dev acl-dev liblzma-dev pkg-config" 3.15 - 3.16 -# Rules to configure and make the package. 3.17 -compile_rules() 3.18 -{ 3.19 - cd $src 3.20 - ./configure \ 3.21 - $CONFIGURE_ARGS && 3.22 - make && make DESTDIR=$DESTDIR install 3.23 -} 3.24 3.25 # Rules to gen a SliTaz package suitable for Tazpkg. 3.26 genpkg_rules() 3.27 @@ -29,7 +17,7 @@ 3.28 mkdir -p $fs/usr/lib/claws-mail/plugins \ 3.29 $fs/usr/share/locale 3.30 3.31 - cp -a $install/usr/lib/claws-mail/plugins/*.so* \ 3.32 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 3.33 $fs/usr/lib/claws-mail/plugins 3.34 } 3.35
4.1 --- a/claws-mail-attachwarner/receipt Sun Dec 22 15:35:14 2013 +0100 4.2 +++ b/claws-mail-attachwarner/receipt Sun Dec 22 17:19:07 2013 +0100 4.3 @@ -1,30 +1,21 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="claws-mail-attachwarner" 4.7 -VERSION="0.2.24" 4.8 +VERSION="3.9.3" 4.9 CATEGORY="network" 4.10 SHORT_DESC="Warn about missing attachment" 4.11 MAINTAINER="erjo@slitaz.org" 4.12 LICENSE="GPL3" 4.13 WEB_SITE="http://www.claws-mail.org/plugins.php" 4.14 -SOURCE="attachwarner" 4.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 4.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 4.17 +WANTED="claws-mail" 4.18 4.19 DEPENDS="claws-mail" 4.20 -BUILD_DEPENDS="claws-mail-dev" 4.21 - 4.22 -# Rules to configure and make the package. 4.23 -compile_rules() 4.24 -{ 4.25 - ./configure $CONFIGURE_ARGS && make && make install 4.26 -} 4.27 4.28 # Rules to gen a SliTaz package suitable for Tazpkg. 4.29 genpkg_rules() 4.30 { 4.31 mkdir -p $fs/usr/lib/claws-mail/plugins 4.32 - cp -a $install/usr/lib/claws-mail/plugins/*.so \ 4.33 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 4.34 $fs/usr/lib/claws-mail/plugins 4.35 } 4.36
5.1 --- a/claws-mail-attremover/receipt Sun Dec 22 15:35:14 2013 +0100 5.2 +++ b/claws-mail-attremover/receipt Sun Dec 22 17:19:07 2013 +0100 5.3 @@ -1,32 +1,20 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="claws-mail-attremover" 5.7 -VERSION="1.0.14" 5.8 +VERSION="3.9.3" 5.9 CATEGORY="network" 5.10 SHORT_DESC="claws-mail plugin - Remove attachments from emails." 5.11 MAINTAINER="erjo@slitaz.org" 5.12 LICENSE="GPL3" 5.13 -SOURCE="att_remover" 5.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 5.15 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" 5.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 5.17 +WANTED="claws-mail" 5.18 5.19 DEPENDS="claws-mail xorg-libXdamage" 5.20 -BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev" 5.21 5.22 -# Rules to configure and make the package. 5.23 -compile_rules() 5.24 -{ 5.25 - cd $src 5.26 - ./configure --prefix=/usr --infodir=/usr/share/info \ 5.27 - --mandir=/usr/share/man $CONFIGURE_ARGS && 5.28 - make && 5.29 - make DESTDIR=$DESTDIR install 5.30 -} 5.31 5.32 # Rules to gen a SliTaz package suitable for Tazpkg. 5.33 genpkg_rules() 5.34 { 5.35 mkdir -p $fs/usr/lib/claws-mail/plugins 5.36 - cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 5.37 + cp -a $install/usr/lib/claws-mail/plugins/att_remover.so $fs/usr/lib/claws-mail/plugins/ 5.38 }
6.1 --- a/claws-mail-bsfilter/receipt Sun Dec 22 15:35:14 2013 +0100 6.2 +++ b/claws-mail-bsfilter/receipt Sun Dec 22 17:19:07 2013 +0100 6.3 @@ -1,29 +1,20 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="claws-mail-bsfilter" 6.7 -VERSION="1.0.8" 6.8 +VERSION="3.9.3" 6.9 CATEGORY="network" 6.10 SHORT_DESC="Check all recieved message with BSFilter" 6.11 MAINTAINER="erjo@slitaz.org" 6.12 LICENSE="GPL3" 6.13 WEB_SITE="http://www.claws-mail.org/plugins.php" 6.14 -SOURCE="bsfilter_plugin" 6.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 6.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 6.17 +WANTED="claws-mail" 6.18 6.19 DEPENDS="claws-mail" 6.20 -BUILD_DEPENDS="claws-mail-dev" 6.21 - 6.22 -# Rules to configure and make the package. 6.23 -compile_rules() 6.24 -{ 6.25 - ./configure $CONFIGURE_ARGS && make && make install 6.26 -} 6.27 6.28 # Rules to gen a SliTaz package suitable for Tazpkg. 6.29 genpkg_rules() 6.30 { 6.31 mkdir -p $fs/usr/lib/claws-mail/plugins 6.32 - cp -a $install/usr/lib/claws-mail/plugins/*.so \ 6.33 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 6.34 $fs/usr/lib/claws-mail/plugins 6.35 }
7.1 --- a/claws-mail-clamd/receipt Sun Dec 22 15:35:14 2013 +0100 7.2 +++ b/claws-mail-clamd/receipt Sun Dec 22 17:19:07 2013 +0100 7.3 @@ -1,29 +1,20 @@ 7.4 # SliTaz package receipt. 7.5 7.6 PACKAGE="claws-mail-clamd" 7.7 -VERSION="3.5.4" 7.8 +VERSION="3.9.3" 7.9 CATEGORY="network" 7.10 SHORT_DESC="Scans recieved message with Clam AV" 7.11 MAINTAINER="erjo@slitaz.org" 7.12 LICENSE="GPL3" 7.13 WEB_SITE="http://www.claws-mail.org/plugins.php" 7.14 -SOURCE="clamd" 7.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 7.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 7.17 +WANTED="claws-mail" 7.18 7.19 DEPENDS="claws-mail clamav" 7.20 -BUILD_DEPENDS="claws-mail-dev" 7.21 - 7.22 -# Rules to configure and make the package. 7.23 -compile_rules() 7.24 -{ 7.25 - ./configure $CONFIGURE_ARGS && make && make install 7.26 -} 7.27 7.28 # Rules to gen a SliTaz package suitable for Tazpkg. 7.29 genpkg_rules() 7.30 { 7.31 mkdir -p $fs/usr/lib/claws-mail/plugins 7.32 - cp -a $install/usr/lib/claws-mail/plugins/*.so \ 7.33 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 7.34 $fs/usr/lib/claws-mail/plugins 7.35 }
8.1 --- a/claws-mail-dev/receipt Sun Dec 22 15:35:14 2013 +0100 8.2 +++ b/claws-mail-dev/receipt Sun Dec 22 17:19:07 2013 +0100 8.3 @@ -1,7 +1,7 @@ 8.4 # SliTaz package receipt. 8.5 8.6 PACKAGE="claws-mail-dev" 8.7 -VERSION="3.8.1" 8.8 +VERSION="3.9.3" 8.9 CATEGORY="development" 8.10 SHORT_DESC="The user-firendly, lightweight and fast email client dev files" 8.11 MAINTAINER="erjo@slitaz.org"
9.1 --- a/claws-mail-extras/receipt Sun Dec 22 15:35:14 2013 +0100 9.2 +++ b/claws-mail-extras/receipt Sun Dec 22 17:19:07 2013 +0100 9.3 @@ -1,7 +1,7 @@ 9.4 # SliTaz package receipt. 9.5 9.6 PACKAGE="claws-mail-extras" 9.7 -VERSION="3.8.1" 9.8 +VERSION="3.9.3" 9.9 CATEGORY="meta" 9.10 SHORT_DESC="All extras plugins for Claws-mail." 9.11 MAINTAINER="erjo@slitaz.org" 9.12 @@ -10,7 +10,7 @@ 9.13 9.14 DEPENDS="claws-mail-archive claws-mail-attremover 9.15 claws-mail-notification claws-mail-spam_report claws-mail-vcalendar 9.16 - claws-mail-gtkhtml2_viewer claws-mail-rssyl " 9.17 + claws-mail-fancy claws-mail-rssyl " 9.18 9.19 # Rules to gen a SliTaz package suitable for Tazpkg. 9.20 genpkg_rules()
10.1 --- a/claws-mail-fancy/receipt Sun Dec 22 15:35:14 2013 +0100 10.2 +++ b/claws-mail-fancy/receipt Sun Dec 22 17:19:07 2013 +0100 10.3 @@ -1,31 +1,19 @@ 10.4 # SliTaz package receipt. 10.5 10.6 PACKAGE="claws-mail-fancy" 10.7 -VERSION="0.9.16" 10.8 +VERSION="3.9.3" 10.9 CATEGORY="network" 10.10 SHORT_DESC="Renders HTML e-mail using the WebKit library " 10.11 MAINTAINER="erjo@slitaz.org" 10.12 LICENSE="GPL3" 10.13 WEB_SITE="http://www.claws-mail.org/plugins.php" 10.14 -SOURCE="fancy" 10.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 10.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 10.17 +WANTED="claws-mail" 10.18 10.19 -DEPENDS="claws-mail libwebkit libcurl libsoup" 10.20 -BUILD_DEPENDS="claws-mail-dev libwebkit-dev curl-dev xorg-libXinerama-dev \ 10.21 - xorg-libXrandr-dev xorg-libXcursor-dev xorg-libXcomposite-dev \ 10.22 - xorg-libXdamage-dev libxslt-dev xorg-libXt-dev util-linux-uuid-dev" 10.23 +DEPENDS="claws-mail libwebkit libcurl libsoup libarchive" 10.24 10.25 -# Rules to configure and make the package. 10.26 -compile_rules() 10.27 -{ 10.28 - ./configure $CONFIGURE_ARGS && make && make install 10.29 -} 10.30 - 10.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 10.32 genpkg_rules() 10.33 { 10.34 mkdir -p $fs/usr/lib/claws-mail/plugins 10.35 - cp -a $install/usr/lib/claws-mail/plugins/*.so \ 10.36 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 10.37 $fs/usr/lib/claws-mail/plugins 10.38 }
11.1 --- a/claws-mail-fetchinfo/receipt Sun Dec 22 15:35:14 2013 +0100 11.2 +++ b/claws-mail-fetchinfo/receipt Sun Dec 22 17:19:07 2013 +0100 11.3 @@ -1,30 +1,21 @@ 11.4 # SliTaz package receipt. 11.5 11.6 PACKAGE="claws-mail-fetchinfo" 11.7 -VERSION="0.4.25" 11.8 +VERSION="3.9.3" 11.9 CATEGORY="network" 11.10 SHORT_DESC="Inserts headers containing some download information." 11.11 MAINTAINER="erjo@slitaz.org" 11.12 LICENSE="GPL3" 11.13 WEB_SITE="http://www.claws-mail.org/plugins.php" 11.14 -SOURCE="fetchinfo-plugin" 11.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 11.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 11.17 +WANTED="claws-mail" 11.18 11.19 DEPENDS="claws-mail libwebkit libcurl libsoup" 11.20 -BUILD_DEPENDS="claws-mail-dev " 11.21 - 11.22 -# Rules to configure and make the package. 11.23 -compile_rules() 11.24 -{ 11.25 - ./configure $CONFIGURE_ARGS && make && make install 11.26 -} 11.27 11.28 # Rules to gen a SliTaz package suitable for Tazpkg. 11.29 genpkg_rules() 11.30 { 11.31 mkdir -p $fs/usr/lib/claws-mail/plugins 11.32 - cp -a $install/usr/lib/claws-mail/plugins/*.so \ 11.33 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 11.34 $fs/usr/lib/claws-mail/plugins 11.35 } 11.36
12.1 --- a/claws-mail-gtkhtml2_viewer/receipt Sun Dec 22 15:35:14 2013 +0100 12.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 12.3 @@ -1,37 +0,0 @@ 12.4 -# SliTaz package receipt. 12.5 - 12.6 -PACKAGE="claws-mail-gtkhtml2_viewer" 12.7 -VERSION="0.33" 12.8 -CATEGORY="network" 12.9 -SHORT_DESC="HTML Viwer plugins for claws-mail." 12.10 -MAINTAINER="erjo@slitaz.org" 12.11 -LICENSE="GPL3" 12.12 -SOURCE="gtkhtml2_viewer" 12.13 -TARBALL="$SOURCE-$VERSION.tar.gz" 12.14 -WEB_SITE="http://www.claws-mail.org/plugins.php" 12.15 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 12.16 - 12.17 -DEPENDS="curl claws-mail expat gtk+ libxml2 xorg-libX11 xorg-libXau \ 12.18 -xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \ 12.19 -xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" 12.20 -BUILD_DEPENDS="curl-dev claws-mail-dev gnutls-dev libxml2-dev" 12.21 - 12.22 -# Rules to configure and make the package. 12.23 -compile_rules() 12.24 -{ 12.25 - cd $src 12.26 - ./configure --prefix=/usr \ 12.27 - --infodir=/usr/share/info \ 12.28 - --disable-accessibility \ 12.29 - --mandir=/usr/share/man $CONFIGURE_ARGS && 12.30 - make && 12.31 - make DESTDIR=$DESTDIR install 12.32 -} 12.33 - 12.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 12.35 -genpkg_rules() 12.36 -{ 12.37 - mkdir -p $fs/usr/lib/claws-mail/plugins 12.38 - cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 12.39 -} 12.40 -
13.1 --- a/claws-mail-mailmbox/receipt Sun Dec 22 15:35:14 2013 +0100 13.2 +++ b/claws-mail-mailmbox/receipt Sun Dec 22 17:19:07 2013 +0100 13.3 @@ -1,29 +1,20 @@ 13.4 # SliTaz package receipt. 13.5 13.6 PACKAGE="claws-mail-mailmbox" 13.7 -VERSION="1.14.7" 13.8 +VERSION="3.9.3" 13.9 CATEGORY="network" 13.10 SHORT_DESC="*Handles mailboxes in mbox format." 13.11 MAINTAINER="erjo@slitaz.org" 13.12 LICENSE="GPL3" 13.13 WEB_SITE="http://www.claws-mail.org/plugins.php" 13.14 -SOURCE="mailmbox" 13.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 13.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 13.17 +WANTED="claws-mail" 13.18 13.19 DEPENDS="claws-mail libwebkit libcurl libsoup" 13.20 -BUILD_DEPENDS="claws-mail-dev " 13.21 - 13.22 -# Rules to configure and make the package. 13.23 -compile_rules() 13.24 -{ 13.25 - ./configure $CONFIGURE_ARGS && make && make install 13.26 -} 13.27 13.28 # Rules to gen a SliTaz package suitable for Tazpkg. 13.29 genpkg_rules() 13.30 { 13.31 mkdir -p $fs/usr/lib/claws-mail/plugins 13.32 - cp -a $install/usr/lib/claws-mail/plugins/*.so \ 13.33 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 13.34 $fs/usr/lib/claws-mail/plugins 13.35 }
14.1 --- a/claws-mail-newmail/receipt Sun Dec 22 15:35:14 2013 +0100 14.2 +++ b/claws-mail-newmail/receipt Sun Dec 22 17:19:07 2013 +0100 14.3 @@ -1,30 +1,21 @@ 14.4 # SliTaz package receipt. 14.5 14.6 PACKAGE="claws-mail-newmail" 14.7 -VERSION="0.0.15" 14.8 +VERSION="3.9.3" 14.9 CATEGORY="network" 14.10 SHORT_DESC="Claws Mail writes a msg header summary to a log file." 14.11 MAINTAINER="erjo@slitaz.org" 14.12 LICENSE="GPL3" 14.13 WEB_SITE="http://www.claws-mail.org/plugins.php" 14.14 -SOURCE="newmail" 14.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 14.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 14.17 +WANTED="claws-mail" 14.18 14.19 DEPENDS="claws-mail libwebkit libcurl libsoup" 14.20 -BUILD_DEPENDS="claws-mail-dev " 14.21 - 14.22 -# Rules to configure and make the package. 14.23 -compile_rules() 14.24 -{ 14.25 - ./configure $CONFIGURE_ARGS && make && make install 14.26 -} 14.27 14.28 # Rules to gen a SliTaz package suitable for Tazpkg. 14.29 genpkg_rules() 14.30 { 14.31 mkdir -p $fs/usr/lib/claws-mail/plugins 14.32 - cp -a $install/usr/lib/claws-mail/plugins/*.so \ 14.33 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 14.34 $fs/usr/lib/claws-mail/plugins 14.35 } 14.36
15.1 --- a/claws-mail-notification/receipt Sun Dec 22 15:35:14 2013 +0100 15.2 +++ b/claws-mail-notification/receipt Sun Dec 22 17:19:07 2013 +0100 15.3 @@ -1,33 +1,20 @@ 15.4 # SliTaz package receipt. 15.5 15.6 PACKAGE="claws-mail-notification" 15.7 -VERSION="0.30" 15.8 +VERSION="3.9.3" 15.9 CATEGORY="network" 15.10 SHORT_DESC="claws-mail plugin - mail notification." 15.11 MAINTAINER="erjo@slitaz.org" 15.12 LICENSE="GPL3" 15.13 -SOURCE="notification_plugin" 15.14 -TARBALL="${SOURCE}-${VERSION}.tar.gz" 15.15 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" 15.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 15.17 +WANTED="claws-mail" 15.18 15.19 DEPENDS="claws-mail libnotify xorg-libXdamage" 15.20 -BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev" 15.21 - 15.22 -# Rules to configure and make the package. 15.23 -compile_rules() 15.24 -{ 15.25 - cd $src 15.26 - ./configure \ 15.27 - $CONFIGURE_ARGS && 15.28 - make && 15.29 - make DESTDIR=$DESTDIR install 15.30 -} 15.31 15.32 # Rules to gen a SliTaz package suitable for Tazpkg. 15.33 genpkg_rules() 15.34 { 15.35 mkdir -p $fs/usr/lib/claws-mail/plugins 15.36 - cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 15.37 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so* $fs/usr/lib/claws-mail/plugins/ 15.38 } 15.39
16.1 --- a/claws-mail-pdfviewer/receipt Sun Dec 22 15:35:14 2013 +0100 16.2 +++ b/claws-mail-pdfviewer/receipt Sun Dec 22 17:19:07 2013 +0100 16.3 @@ -1,29 +1,20 @@ 16.4 # SliTaz package receipt. 16.5 16.6 PACKAGE="claws-mail-pdfviewer" 16.7 -VERSION="0.9.2" 16.8 +VERSION="3.9.3" 16.9 CATEGORY="network" 16.10 SHORT_DESC="PDF viewer for Claws Mail." 16.11 MAINTAINER="erjo@slitaz.org" 16.12 LICENSE="GPL3" 16.13 WEB_SITE="http://www.claws-mail.org/plugins.php" 16.14 -SOURCE="pdf_viewer" 16.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 16.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 16.17 +WANTED="claws-mail" 16.18 16.19 DEPENDS="claws-mail poppler " 16.20 -BUILD_DEPENDS="claws-mail-dev poppler-dev lcms-dev ghostscript-dev" 16.21 - 16.22 -# Rules to configure and make the package. 16.23 -compile_rules() 16.24 -{ 16.25 - ./configure $CONFIGURE_ARGS && make && make install 16.26 -} 16.27 16.28 # Rules to gen a SliTaz package suitable for Tazpkg. 16.29 genpkg_rules() 16.30 { 16.31 mkdir -p $fs/usr/lib/claws-mail/plugins 16.32 - cp -a $install/usr/lib/claws-mail/plugins/*.so \ 16.33 + cp -a $install/usr/lib/claws-mail/plugins/pdf_viewer.so \ 16.34 $fs/usr/lib/claws-mail/plugins 16.35 }
17.1 --- a/claws-mail-plugins/receipt Sun Dec 22 15:35:14 2013 +0100 17.2 +++ b/claws-mail-plugins/receipt Sun Dec 22 17:19:07 2013 +0100 17.3 @@ -1,7 +1,7 @@ 17.4 # SliTaz package receipt. 17.5 17.6 PACKAGE="claws-mail-plugins" 17.7 -VERSION="3.8.1" 17.8 +VERSION="3.9.3" 17.9 CATEGORY="network" 17.10 SHORT_DESC="Standart plugins for claws-mail." 17.11 MAINTAINER="erjo@slitaz.org" 17.12 @@ -15,6 +15,12 @@ 17.13 { 17.14 mkdir -p $fs/usr/lib/$WANTED/plugins 17.15 17.16 - cp -a $install/usr/lib/$WANTED/plugins/*.so* $fs/usr/lib/$WANTED/plugins/ 17.17 + cp -a $install/usr/lib/$WANTED/plugins/bogofilter.so $fs/usr/lib/$WANTED/plugins/ 17.18 + cp -a $install/usr/lib/$WANTED/plugins/pgpcore.so $fs/usr/lib/$WANTED/plugins/ 17.19 + cp -a $install/usr/lib/$WANTED/plugins/pgpinline.so $fs/usr/lib/$WANTED/plugins/ 17.20 + cp -a $install/usr/lib/$WANTED/plugins/pgpmime.so $fs/usr/lib/$WANTED/plugins/ 17.21 + cp -a $install/usr/lib/$WANTED/plugins/smime.so $fs/usr/lib/$WANTED/plugins/ 17.22 + cp -a $install/usr/lib/$WANTED/plugins/spamassassin.so $fs/usr/lib/$WANTED/plugins/ 17.23 + #cp -a $install/usr/lib/$WANTED/plugins/trayicon.so $fs/usr/lib/$WANTED/plugins/ 17.24 } 17.25
18.1 --- a/claws-mail-python/receipt Sun Dec 22 15:35:14 2013 +0100 18.2 +++ b/claws-mail-python/receipt Sun Dec 22 17:19:07 2013 +0100 18.3 @@ -1,29 +1,20 @@ 18.4 # SliTaz package receipt. 18.5 18.6 PACKAGE="claws-mail-python" 18.7 -VERSION="0.10" 18.8 +VERSION="3.9.3" 18.9 CATEGORY="network" 18.10 SHORT_DESC="Python interface to Claws Mail' filtering mechanism." 18.11 MAINTAINER="erjo@slitaz.org" 18.12 LICENSE="GPL3" 18.13 WEB_SITE="http://www.claws-mail.org/plugins.php" 18.14 -SOURCE="python_plugin" 18.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 18.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 18.17 +WANTED="claws-mail" 18.18 18.19 DEPENDS="claws-mail pygtk" 18.20 -BUILD_DEPENDS="claws-mail-dev python-dev pygtk-dev" 18.21 - 18.22 -# Rules to configure and make the package. 18.23 -compile_rules() 18.24 -{ 18.25 - ./configure $CONFIGURE_ARGS && make && make install 18.26 -} 18.27 18.28 # Rules to gen a SliTaz package suitable for Tazpkg. 18.29 genpkg_rules() 18.30 { 18.31 mkdir -p $fs/usr/lib/claws-mail/plugins 18.32 - cp -a $install/usr/lib/claws-mail/plugins/*.so \ 18.33 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 18.34 $fs/usr/lib/claws-mail/plugins 18.35 }
19.1 --- a/claws-mail-rssyl-dev/receipt Sun Dec 22 15:35:14 2013 +0100 19.2 +++ b/claws-mail-rssyl-dev/receipt Sun Dec 22 17:19:07 2013 +0100 19.3 @@ -1,22 +1,21 @@ 19.4 # SliTaz package receipt. 19.5 19.6 PACKAGE="claws-mail-rssyl-dev" 19.7 -VERSION="0.33" 19.8 +VERSION="3.9.3" 19.9 CATEGORY="development" 19.10 SHORT_DESC="RSS feed aggregator for Claws Mail dev files." 19.11 MAINTAINER="erjo@slitaz.org" 19.12 LICENSE="GPL2" 19.13 WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" 19.14 -WANTED="claws-mail-rssyl" 19.15 +WANTED="claws-mail" 19.16 19.17 DEPENDS="claws-mail curl libxml2" 19.18 -BUILD_DEPENDS="claws-mail-dev" 19.19 19.20 # Rules to gen a SliTaz package suitable for Tazpkg. 19.21 genpkg_rules() 19.22 { 19.23 mkdir -p $fs/usr/lib/claws-mail/plugins 19.24 19.25 - cp -a $install/usr/lib/claws-mail/plugins/*.*a* $fs/usr/lib/claws-mail/plugins/ 19.26 + cp -a $install/usr/lib/claws-mail/plugins/rssyl.*a* $fs/usr/lib/claws-mail/plugins/ 19.27 } 19.28
20.1 --- a/claws-mail-rssyl/receipt Sun Dec 22 15:35:14 2013 +0100 20.2 +++ b/claws-mail-rssyl/receipt Sun Dec 22 17:19:07 2013 +0100 20.3 @@ -1,32 +1,21 @@ 20.4 # SliTaz package receipt. 20.5 20.6 PACKAGE="claws-mail-rssyl" 20.7 -VERSION="0.33" 20.8 +VERSION="3.9.3" 20.9 CATEGORY="network" 20.10 SHORT_DESC="RSS feed aggregator for Claws Mail." 20.11 MAINTAINER="erjo@slitaz.org" 20.12 LICENSE="GPL2" 20.13 -SOURCE="rssyl" 20.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 20.15 WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" 20.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 20.17 -SUGGESTED="gtkhtml2viewer" 20.18 +WANTED="claws-mail" 20.19 + 20.20 +SUGGESTED="claws-mail-fancy" 20.21 TAGS="rss newsfeed" 20.22 20.23 DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \ 20.24 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 20.25 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" 20.26 -BUILD_DEPENDS="claws-mail-dev curl-dev gnutls-dev libxml2-dev" 20.27 20.28 -# Rules to configure and make the package. 20.29 -compile_rules() 20.30 -{ 20.31 - cd $src 20.32 - ./configure --prefix=/usr --infodir=/usr/share/info \ 20.33 - --mandir=/usr/share/man $CONFIGURE_ARGS && 20.34 - make && 20.35 - make install 20.36 -} 20.37 20.38 # Rules to gen a SliTaz package suitable for Tazpkg. 20.39 genpkg_rules() 20.40 @@ -34,7 +23,7 @@ 20.41 mkdir -p $fs/usr/lib/claws-mail/plugins \ 20.42 $fs/usr/share/locale 20.43 20.44 - cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 20.45 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so $fs/usr/lib/claws-mail/plugins/ 20.46 cp -a $install/usr/share/locale/fr $fs/usr/share/locale 20.47 } 20.48
21.1 --- a/claws-mail-spam_report/receipt Sun Dec 22 15:35:14 2013 +0100 21.2 +++ b/claws-mail-spam_report/receipt Sun Dec 22 17:19:07 2013 +0100 21.3 @@ -1,31 +1,21 @@ 21.4 # SliTaz package receipt. 21.5 21.6 PACKAGE="claws-mail-spam_report" 21.7 -VERSION="0.3.16" 21.8 +VERSION="3.9.3" 21.9 CATEGORY="network" 21.10 SHORT_DESC="Reports spam to various places" 21.11 MAINTAINER="erjo@slitaz.org" 21.12 LICENSE="GPL3" 21.13 -SOURCE="spam_report" 21.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 21.15 WEB_SITE="http://www.claws-mail.org" 21.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 21.17 +WANTED="claws-mail" 21.18 21.19 DEPENDS="claws-mail libcurl" 21.20 -BUILD_DEPENDS="claws-mail-dev curl-dev gnutls-dev" 21.21 21.22 -# Rules to configure and make the package. 21.23 -compile_rules() 21.24 -{ 21.25 - cd $src 21.26 - ./configure $CONFIGURE_ARGS && 21.27 - make && make install 21.28 -} 21.29 21.30 # Rules to gen a SliTaz package suitable for Tazpkg. 21.31 genpkg_rules() 21.32 { 21.33 mkdir -p $fs/usr/lib/claws-mail/plugins 21.34 - cp -a $install/usr/lib/claws-mail/plugins/*.so* \ 21.35 + cp -a $install/usr/lib/claws-mail/plugins/spamreport.so \ 21.36 $fs/usr/lib/claws-mail/plugins 21.37 }
22.1 --- a/claws-mail-tnefparse/receipt Sun Dec 22 15:35:14 2013 +0100 22.2 +++ b/claws-mail-tnefparse/receipt Sun Dec 22 17:19:07 2013 +0100 22.3 @@ -1,29 +1,20 @@ 22.4 # SliTaz package receipt. 22.5 22.6 PACKAGE="claws-mail-tnefparse" 22.7 -VERSION="0.3.13" 22.8 +VERSION="3.9.3" 22.9 CATEGORY="network" 22.10 SHORT_DESC="Enables Claws Mail reading application/ms-tnef attachments." 22.11 MAINTAINER="erjo@slitaz.org" 22.12 LICENSE="GPL3" 22.13 WEB_SITE="http://www.claws-mail.org/plugins.php" 22.14 -SOURCE="tnef_parse" 22.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 22.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 22.17 +WANTED="claws-mail" 22.18 22.19 DEPENDS="claws-mail " 22.20 -BUILD_DEPENDS="claws-mail-dev python-dev" 22.21 - 22.22 -# Rules to configure and make the package. 22.23 -compile_rules() 22.24 -{ 22.25 - ./configure $CONFIGURE_ARGS && make && make install 22.26 -} 22.27 22.28 # Rules to gen a SliTaz package suitable for Tazpkg. 22.29 genpkg_rules() 22.30 { 22.31 mkdir -p $fs/usr/lib/claws-mail/plugins 22.32 - cp -a $install/usr/lib/claws-mail/plugins/*.so \ 22.33 + cp -a $install/usr/lib/claws-mail/plugins/tnef_parse.so \ 22.34 $fs/usr/lib/claws-mail/plugins 22.35 }
23.1 --- a/claws-mail-vcalendar/receipt Sun Dec 22 15:35:14 2013 +0100 23.2 +++ b/claws-mail-vcalendar/receipt Sun Dec 22 17:19:07 2013 +0100 23.3 @@ -1,31 +1,20 @@ 23.4 # SliTaz package receipt. 23.5 23.6 PACKAGE="claws-mail-vcalendar" 23.7 -VERSION="2.0.13" 23.8 +VERSION="3.9.3" 23.9 CATEGORY="network" 23.10 SHORT_DESC="claws-mail plugin - vcalendar messages support." 23.11 MAINTAINER="erjo@slitaz.org" 23.12 LICENSE="GPL3" 23.13 -SOURCE="vcalendar" 23.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 23.15 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" 23.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 23.17 +WANTED="claws-mail" 23.18 23.19 DEPENDS="claws-mail curl xorg-libXdamage gnutls" 23.20 -BUILD_DEPENDS="curl-dev claws-mail-dev gnutls-dev enchant-dev" 23.21 23.22 -# Rules to configure and make the package. 23.23 -compile_rules() 23.24 -{ 23.25 - cd $src 23.26 - ./configure --prefix=/usr $CONFIGURE_ARGS && 23.27 - make && 23.28 - make DESTDIR=$DESTDIR install 23.29 -} 23.30 23.31 # Rules to gen a SliTaz package suitable for Tazpkg. 23.32 genpkg_rules() 23.33 { 23.34 mkdir -p $fs/usr/lib/claws-mail/plugins 23.35 - cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 23.36 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so $fs/usr/lib/claws-mail/plugins/ 23.37 }
24.1 --- a/claws-mail/receipt Sun Dec 22 15:35:14 2013 +0100 24.2 +++ b/claws-mail/receipt Sun Dec 22 17:19:07 2013 +0100 24.3 @@ -1,7 +1,7 @@ 24.4 # SliTaz package receipt. 24.5 24.6 PACKAGE="claws-mail" 24.7 -VERSION="3.8.1" 24.8 +VERSION="3.9.3" 24.9 CATEGORY="network" 24.10 SHORT_DESC="The user-firendly, lightweight and fast email client" 24.11 MAINTAINER="erjo@slitaz.org" 24.12 @@ -18,7 +18,10 @@ 24.13 xorg-libXdamage gcc-lib-base libtasn1" 24.14 BUILD_DEPENDS="libetpan-dev curl-dev gpgme-dev glib-dev libgpg-error-dev \ 24.15 enchant libidn-dev db-dev expat-dev cyrus-sasl-dev xcb-util-dev gtk+-dev \ 24.16 -pkg-config libassuan libassuan-dev xorg-dev gnutls-dev" 24.17 +pkg-config libassuan libassuan-dev xorg-dev gnutls-dev libwebkit-dev curl-dev xorg-libXinerama-dev \ 24.18 + xorg-libXrandr-dev xorg-libXcursor-dev xorg-libXcomposite-dev \ 24.19 + xorg-libXdamage-dev libxslt-dev xorg-libXt-dev util-linux-uuid-dev \ 24.20 + python-dev pygtk-dev libarchive-dev attr-dev acl-dev liblzma-dev poppler-dev lcms-dev ghostscript-dev" 24.21 24.22 # Rules to configure and make the package. 24.23 compile_rules() 24.24 @@ -39,4 +42,7 @@ 24.25 $fs/usr/lib/$PACKAGE/plugins 24.26 cp -a $install/usr/bin $fs/usr 24.27 cp -a $install/usr/share/icons $fs/usr/share 24.28 + 24.29 + gtk-update-icon-cache -f -t /usr/share/icons/hicolor 24.30 + 24.31 }