wok-current rev 22600
updated most of the claws-mail packages (3.9.3 -> 3.17.4)
line diff
1.1 --- a/claws-mail-acpinotifier/receipt Tue Jan 07 19:13:38 2020 +0100 1.2 +++ b/claws-mail-acpinotifier/receipt Wed Jan 08 16:17:41 2020 +0100 1.3 @@ -1,20 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="claws-mail-acpinotifier" 1.7 -VERSION="3.9.3" 1.8 +VERSION="3.17.4" 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="https://www.claws-mail.org/plugins.php" 1.14 -WANTED="claws-mail" 1.15 1.16 DEPENDS="claws-mail" 1.17 +WANTED="claws-mail" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr/lib/claws-mail/plugins 1.23 - cp -a $install/usr/lib/claws-mail/plugins/acpi_notifier.so \ 1.24 + mkdir -p $fs/usr/lib/claws-mail/plugins 1.25 + cp -a $install/usr/lib/claws-mail/plugins/acpi_notifier.so \ 1.26 $fs/usr/lib/claws-mail/plugins 1.27 }
2.1 --- a/claws-mail-addresskeeper/receipt Tue Jan 07 19:13:38 2020 +0100 2.2 +++ b/claws-mail-addresskeeper/receipt Wed Jan 08 16:17:41 2020 +0100 2.3 @@ -1,20 +1,20 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="claws-mail-addresskeeper" 2.7 -VERSION="3.9.3" 2.8 +VERSION="3.17.4" 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="https://www.claws-mail.org/plugins.php" 2.14 + 2.15 +DEPENDS="claws-mail" 2.16 WANTED="claws-mail" 2.17 -DEPENDS="claws-mail" 2.18 - 2.19 2.20 # Rules to gen a SliTaz package suitable for Tazpkg. 2.21 genpkg_rules() 2.22 { 2.23 - mkdir -p $fs/usr/lib/claws-mail/plugins 2.24 - cp -a $install/usr/lib/claws-mail/plugins/address_keeper.so \ 2.25 + mkdir -p $fs/usr/lib/claws-mail/plugins 2.26 + cp -a $install/usr/lib/claws-mail/plugins/address_keeper.so \ 2.27 $fs/usr/lib/claws-mail/plugins 2.28 }
3.1 --- a/claws-mail-archive/receipt Tue Jan 07 19:13:38 2020 +0100 3.2 +++ b/claws-mail-archive/receipt Wed Jan 08 16:17:41 2020 +0100 3.3 @@ -1,23 +1,22 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="claws-mail-archive" 3.7 -VERSION="3.9.3" 3.8 +VERSION="3.17.4" 3.9 CATEGORY="network" 3.10 -SHORT_DESC="claws-mail archiving features" 3.11 +SHORT_DESC="Claws-mail archiving features." 3.12 MAINTAINER="erjo@slitaz.org" 3.13 LICENSE="GPL3" 3.14 -WEB_SITE="http://www.claws-mail.org" 3.15 +WEB_SITE="https://www.claws-mail.org/plugins.php" 3.16 + 3.17 +DEPENDS="acl bzlib claws-mail libarchive liblzma" 3.18 WANTED="claws-mail" 3.19 3.20 -DEPENDS="claws-mail libarchive acl liblzma bzlib" 3.21 - 3.22 # Rules to gen a SliTaz package suitable for Tazpkg. 3.23 genpkg_rules() 3.24 { 3.25 - mkdir -p $fs/usr/lib/claws-mail/plugins \ 3.26 - $fs/usr/share/locale 3.27 - 3.28 - cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 3.29 + mkdir -p $fs/usr/lib/claws-mail/plugins 3.30 +# mkdir -p $fs/usr/share/locale 3.31 + 3.32 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so \ 3.33 $fs/usr/lib/claws-mail/plugins 3.34 } 3.35 -
4.1 --- a/claws-mail-attachwarner/receipt Tue Jan 07 19:13:38 2020 +0100 4.2 +++ b/claws-mail-attachwarner/receipt Wed Jan 08 16:17:41 2020 +0100 4.3 @@ -1,21 +1,20 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="claws-mail-attachwarner" 4.7 -VERSION="3.9.3" 4.8 +VERSION="3.17.4" 4.9 CATEGORY="network" 4.10 -SHORT_DESC="Warn about missing attachment" 4.11 +SHORT_DESC="Claws-mail plugin - Warn about missing attachment." 4.12 MAINTAINER="erjo@slitaz.org" 4.13 LICENSE="GPL3" 4.14 WEB_SITE="https://www.claws-mail.org/plugins.php" 4.15 -WANTED="claws-mail" 4.16 4.17 DEPENDS="claws-mail" 4.18 +WANTED="claws-mail" 4.19 4.20 # Rules to gen a SliTaz package suitable for Tazpkg. 4.21 genpkg_rules() 4.22 { 4.23 - mkdir -p $fs/usr/lib/claws-mail/plugins 4.24 - cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 4.25 + mkdir -p $fs/usr/lib/claws-mail/plugins 4.26 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so \ 4.27 $fs/usr/lib/claws-mail/plugins 4.28 } 4.29 -
5.1 --- a/claws-mail-attremover/receipt Tue Jan 07 19:13:38 2020 +0100 5.2 +++ b/claws-mail-attremover/receipt Wed Jan 08 16:17:41 2020 +0100 5.3 @@ -1,20 +1,20 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="claws-mail-attremover" 5.7 -VERSION="3.9.3" 5.8 +VERSION="3.17.4" 5.9 CATEGORY="network" 5.10 -SHORT_DESC="claws-mail plugin - Remove attachments from emails." 5.11 +SHORT_DESC="Claws-mail plugin - Remove attachments from emails." 5.12 MAINTAINER="erjo@slitaz.org" 5.13 LICENSE="GPL3" 5.14 -WEB_SITE="https://www.claws-mail.org/plugins.php?section=downloads" 5.15 -WANTED="claws-mail" 5.16 +WEB_SITE="https://www.claws-mail.org/plugins.php" 5.17 5.18 DEPENDS="claws-mail xorg-libXdamage" 5.19 - 5.20 +WANTED="claws-mail" 5.21 5.22 # Rules to gen a SliTaz package suitable for Tazpkg. 5.23 genpkg_rules() 5.24 { 5.25 mkdir -p $fs/usr/lib/claws-mail/plugins 5.26 - cp -a $install/usr/lib/claws-mail/plugins/att_remover.so $fs/usr/lib/claws-mail/plugins/ 5.27 + cp -a $install/usr/lib/claws-mail/plugins/att_remover.so \ 5.28 + $fs/usr/lib/claws-mail/plugins/ 5.29 }
6.1 --- a/claws-mail-bsfilter/receipt Tue Jan 07 19:13:38 2020 +0100 6.2 +++ b/claws-mail-bsfilter/receipt Wed Jan 08 16:17:41 2020 +0100 6.3 @@ -1,20 +1,20 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="claws-mail-bsfilter" 6.7 -VERSION="3.9.3" 6.8 +VERSION="3.17.4" 6.9 CATEGORY="network" 6.10 -SHORT_DESC="Check all recieved message with BSFilter" 6.11 +SHORT_DESC="Claws-mail plugin - Check all recieved message with BSFilter." 6.12 MAINTAINER="erjo@slitaz.org" 6.13 LICENSE="GPL3" 6.14 WEB_SITE="https://www.claws-mail.org/plugins.php" 6.15 -WANTED="claws-mail" 6.16 6.17 DEPENDS="claws-mail" 6.18 +WANTED="claws-mail" 6.19 6.20 # Rules to gen a SliTaz package suitable for Tazpkg. 6.21 genpkg_rules() 6.22 { 6.23 - mkdir -p $fs/usr/lib/claws-mail/plugins 6.24 - cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 6.25 + mkdir -p $fs/usr/lib/claws-mail/plugins 6.26 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so \ 6.27 $fs/usr/lib/claws-mail/plugins 6.28 }
7.1 --- a/claws-mail-clamd/receipt Tue Jan 07 19:13:38 2020 +0100 7.2 +++ b/claws-mail-clamd/receipt Wed Jan 08 16:17:41 2020 +0100 7.3 @@ -1,20 +1,20 @@ 7.4 # SliTaz package receipt. 7.5 7.6 PACKAGE="claws-mail-clamd" 7.7 -VERSION="3.9.3" 7.8 +VERSION="3.17.4" 7.9 CATEGORY="network" 7.10 -SHORT_DESC="Scans recieved message with Clam AV" 7.11 +SHORT_DESC="Claws-mail plugin - Scans received message with Clam AV." 7.12 MAINTAINER="erjo@slitaz.org" 7.13 LICENSE="GPL3" 7.14 WEB_SITE="https://www.claws-mail.org/plugins.php" 7.15 -WANTED="claws-mail" 7.16 7.17 DEPENDS="claws-mail clamav" 7.18 +WANTED="claws-mail" 7.19 7.20 # Rules to gen a SliTaz package suitable for Tazpkg. 7.21 genpkg_rules() 7.22 { 7.23 - mkdir -p $fs/usr/lib/claws-mail/plugins 7.24 - cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 7.25 + mkdir -p $fs/usr/lib/claws-mail/plugins 7.26 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so \ 7.27 $fs/usr/lib/claws-mail/plugins 7.28 }
8.1 --- a/claws-mail-dev/receipt Tue Jan 07 19:13:38 2020 +0100 8.2 +++ b/claws-mail-dev/receipt Wed Jan 08 16:17:41 2020 +0100 8.3 @@ -1,22 +1,22 @@ 8.4 # SliTaz package receipt. 8.5 8.6 PACKAGE="claws-mail-dev" 8.7 -VERSION="3.9.3" 8.8 +VERSION="3.17.4" 8.9 CATEGORY="development" 8.10 -SHORT_DESC="The user-firendly, lightweight and fast email client dev files" 8.11 +SHORT_DESC="The user-friendly, lightweight and fast email client - development files." 8.12 MAINTAINER="erjo@slitaz.org" 8.13 LICENSE="GPL3" 8.14 WEB_SITE="https://www.claws-mail.org/index.php" 8.15 + 8.16 +DEPENDS="claws-mail gnutls-dev gtk+-dev libetpan-dev pkg-config" 8.17 WANTED="claws-mail" 8.18 8.19 -DEPENDS="claws-mail gtk+-dev libetpan-dev gnutls-dev pkg-config" 8.20 - 8.21 # Rules to gen a SliTaz package suitable for Tazpkg. 8.22 genpkg_rules() 8.23 { 8.24 mkdir -p $fs/usr/lib/$WANTED/plugins 8.25 - cp -a $install/usr/include $fs/usr 8.26 - cp -a $install/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/ 8.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib/ 8.28 + 8.29 + cp -a $install/usr/include $fs/usr 8.30 + cp -a $install/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/ 8.31 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib/ 8.32 } 8.33 -
9.1 --- a/claws-mail-extras/receipt Tue Jan 07 19:13:38 2020 +0100 9.2 +++ b/claws-mail-extras/receipt Wed Jan 08 16:17:41 2020 +0100 9.3 @@ -1,20 +1,20 @@ 9.4 # SliTaz package receipt. 9.5 9.6 PACKAGE="claws-mail-extras" 9.7 -VERSION="3.9.3" 9.8 +VERSION="3.17.4" 9.9 CATEGORY="meta" 9.10 -SHORT_DESC="All extras plugins for Claws-mail." 9.11 +SHORT_DESC="All extra plugins for Claws-mail." 9.12 MAINTAINER="erjo@slitaz.org" 9.13 LICENSE="GPL3" 9.14 WEB_SITE="https://www.claws-mail.org/index.php" 9.15 9.16 DEPENDS="claws-mail-archive claws-mail-attremover 9.17 - claws-mail-notification claws-mail-spam_report claws-mail-vcalendar 9.18 - claws-mail-fancy claws-mail-rssyl " 9.19 + claws-mail-fancy claws-mail-notification 9.20 + claws-mail-rssyl claws-mail-spam_report 9.21 + claws-mail-vcalendar" 9.22 9.23 # Rules to gen a SliTaz package suitable for Tazpkg. 9.24 genpkg_rules() 9.25 { 9.26 mkdir -p $fs/usr 9.27 } 9.28 -
10.1 --- a/claws-mail-fancy/receipt Tue Jan 07 19:13:38 2020 +0100 10.2 +++ b/claws-mail-fancy/receipt Wed Jan 08 16:17:41 2020 +0100 10.3 @@ -1,19 +1,19 @@ 10.4 # SliTaz package receipt. 10.5 10.6 PACKAGE="claws-mail-fancy" 10.7 -VERSION="3.9.3" 10.8 +VERSION="3.17.4" 10.9 CATEGORY="network" 10.10 -SHORT_DESC="Renders HTML e-mail using the WebKit library" 10.11 +SHORT_DESC="Claws-mail plugin - Renders HTML e-mail using the WebKit library." 10.12 MAINTAINER="erjo@slitaz.org" 10.13 LICENSE="GPL3" 10.14 WEB_SITE="https://www.claws-mail.org/plugins.php" 10.15 + 10.16 +DEPENDS="claws-mail libarchive libcurl libsoup libwebkit" 10.17 WANTED="claws-mail" 10.18 10.19 -DEPENDS="claws-mail libwebkit libcurl libsoup libarchive" 10.20 - 10.21 genpkg_rules() 10.22 { 10.23 - mkdir -p $fs/usr/lib/claws-mail/plugins 10.24 - cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 10.25 + mkdir -p $fs/usr/lib/claws-mail/plugins 10.26 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so \ 10.27 $fs/usr/lib/claws-mail/plugins 10.28 }
11.1 --- a/claws-mail-fetchinfo/receipt Tue Jan 07 19:13:38 2020 +0100 11.2 +++ b/claws-mail-fetchinfo/receipt Wed Jan 08 16:17:41 2020 +0100 11.3 @@ -1,21 +1,20 @@ 11.4 # SliTaz package receipt. 11.5 11.6 PACKAGE="claws-mail-fetchinfo" 11.7 -VERSION="3.9.3" 11.8 +VERSION="3.17.4" 11.9 CATEGORY="network" 11.10 -SHORT_DESC="Inserts headers containing some download information." 11.11 +SHORT_DESC="Claws-mail plugin - Inserts headers containing some download information." 11.12 MAINTAINER="erjo@slitaz.org" 11.13 LICENSE="GPL3" 11.14 WEB_SITE="https://www.claws-mail.org/plugins.php" 11.15 + 11.16 +DEPENDS="claws-mail libcurl libsoup libwebkit" 11.17 WANTED="claws-mail" 11.18 11.19 -DEPENDS="claws-mail libwebkit libcurl libsoup" 11.20 - 11.21 # Rules to gen a SliTaz package suitable for Tazpkg. 11.22 genpkg_rules() 11.23 { 11.24 - mkdir -p $fs/usr/lib/claws-mail/plugins 11.25 - cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 11.26 + mkdir -p $fs/usr/lib/claws-mail/plugins 11.27 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so \ 11.28 $fs/usr/lib/claws-mail/plugins 11.29 } 11.30 -
12.1 --- a/claws-mail-mailmbox/receipt Tue Jan 07 19:13:38 2020 +0100 12.2 +++ b/claws-mail-mailmbox/receipt Wed Jan 08 16:17:41 2020 +0100 12.3 @@ -1,20 +1,20 @@ 12.4 # SliTaz package receipt. 12.5 12.6 PACKAGE="claws-mail-mailmbox" 12.7 -VERSION="3.9.3" 12.8 +VERSION="3.17.4" 12.9 CATEGORY="network" 12.10 -SHORT_DESC="*Handles mailboxes in mbox format." 12.11 +SHORT_DESC="Claws-mail plugin - Handles mailboxes in mbox format." 12.12 MAINTAINER="erjo@slitaz.org" 12.13 LICENSE="GPL3" 12.14 WEB_SITE="https://www.claws-mail.org/plugins.php" 12.15 + 12.16 +DEPENDS="claws-mail libcurl libsoup libwebkit" 12.17 WANTED="claws-mail" 12.18 12.19 -DEPENDS="claws-mail libwebkit libcurl libsoup" 12.20 - 12.21 # Rules to gen a SliTaz package suitable for Tazpkg. 12.22 genpkg_rules() 12.23 { 12.24 - mkdir -p $fs/usr/lib/claws-mail/plugins 12.25 - cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 12.26 + mkdir -p $fs/usr/lib/claws-mail/plugins 12.27 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so \ 12.28 $fs/usr/lib/claws-mail/plugins 12.29 }
13.1 --- a/claws-mail-newmail/receipt Tue Jan 07 19:13:38 2020 +0100 13.2 +++ b/claws-mail-newmail/receipt Wed Jan 08 16:17:41 2020 +0100 13.3 @@ -1,21 +1,20 @@ 13.4 # SliTaz package receipt. 13.5 13.6 PACKAGE="claws-mail-newmail" 13.7 -VERSION="3.9.3" 13.8 +VERSION="3.17.4" 13.9 CATEGORY="network" 13.10 -SHORT_DESC="Claws Mail writes a msg header summary to a log file." 13.11 +SHORT_DESC="Claws-mail plugin - Writes a msg header summary to a log file." 13.12 MAINTAINER="erjo@slitaz.org" 13.13 LICENSE="GPL3" 13.14 WEB_SITE="https://www.claws-mail.org/plugins.php" 13.15 + 13.16 +DEPENDS="claws-mail libcurl libsoup libwebkit" 13.17 WANTED="claws-mail" 13.18 13.19 -DEPENDS="claws-mail libwebkit libcurl libsoup" 13.20 - 13.21 # Rules to gen a SliTaz package suitable for Tazpkg. 13.22 genpkg_rules() 13.23 { 13.24 - mkdir -p $fs/usr/lib/claws-mail/plugins 13.25 - cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 13.26 + mkdir -p $fs/usr/lib/claws-mail/plugins 13.27 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so \ 13.28 $fs/usr/lib/claws-mail/plugins 13.29 } 13.30 -
14.1 --- a/claws-mail-notification/receipt Tue Jan 07 19:13:38 2020 +0100 14.2 +++ b/claws-mail-notification/receipt Wed Jan 08 16:17:41 2020 +0100 14.3 @@ -1,20 +1,20 @@ 14.4 # SliTaz package receipt. 14.5 14.6 PACKAGE="claws-mail-notification" 14.7 -VERSION="3.9.3" 14.8 +VERSION="3.17.4" 14.9 CATEGORY="network" 14.10 -SHORT_DESC="claws-mail plugin - mail notification." 14.11 +SHORT_DESC="Claws-mail plugin - mail notification." 14.12 MAINTAINER="erjo@slitaz.org" 14.13 LICENSE="GPL3" 14.14 -WEB_SITE="https://www.claws-mail.org/plugins.php?section=downloads" 14.15 -WANTED="claws-mail" 14.16 +WEB_SITE="https://www.claws-mail.org/plugins.php" 14.17 14.18 DEPENDS="claws-mail libnotify xorg-libXdamage" 14.19 +WANTED="claws-mail" 14.20 14.21 # Rules to gen a SliTaz package suitable for Tazpkg. 14.22 genpkg_rules() 14.23 { 14.24 mkdir -p $fs/usr/lib/claws-mail/plugins 14.25 - cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so* $fs/usr/lib/claws-mail/plugins/ 14.26 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so* \ 14.27 + $fs/usr/lib/claws-mail/plugins/ 14.28 } 14.29 -
15.1 --- a/claws-mail-pdfviewer/receipt Tue Jan 07 19:13:38 2020 +0100 15.2 +++ b/claws-mail-pdfviewer/receipt Wed Jan 08 16:17:41 2020 +0100 15.3 @@ -1,21 +1,20 @@ 15.4 # SliTaz package receipt. 15.5 15.6 PACKAGE="claws-mail-pdfviewer" 15.7 -VERSION="3.9.3" 15.8 +VERSION="3.17.4" 15.9 CATEGORY="network" 15.10 -SHORT_DESC="PDF viewer for Claws Mail." 15.11 +SHORT_DESC="Claws-mail plugin - PDF viewer." 15.12 MAINTAINER="erjo@slitaz.org" 15.13 LICENSE="GPL3" 15.14 WEB_SITE="https://www.claws-mail.org/plugins.php" 15.15 -WANTED="claws-mail" 15.16 15.17 DEPENDS="claws-mail poppler " 15.18 +WANTED="claws-mail" 15.19 15.20 # Rules to gen a SliTaz package suitable for Tazpkg. 15.21 genpkg_rules() 15.22 { 15.23 - mkdir -p $fs/usr/lib/claws-mail/plugins 15.24 - cp -a $install/usr/lib/claws-mail/plugins/pdf_viewer.so \ 15.25 + mkdir -p $fs/usr/lib/claws-mail/plugins 15.26 + cp -a $install/usr/lib/claws-mail/plugins/pdf_viewer.so \ 15.27 $fs/usr/lib/claws-mail/plugins 15.28 } 15.29 -
16.1 --- a/claws-mail-plugins/receipt Tue Jan 07 19:13:38 2020 +0100 16.2 +++ b/claws-mail-plugins/receipt Wed Jan 08 16:17:41 2020 +0100 16.3 @@ -1,26 +1,33 @@ 16.4 # SliTaz package receipt. 16.5 16.6 PACKAGE="claws-mail-plugins" 16.7 -VERSION="3.9.3" 16.8 +VERSION="3.17.4" 16.9 CATEGORY="network" 16.10 -SHORT_DESC="Standart plugins for claws-mail." 16.11 +SHORT_DESC="Standard plugins for claws-mail." 16.12 MAINTAINER="erjo@slitaz.org" 16.13 LICENSE="GPL3" 16.14 -DEPENDS="claws-mail bogofilter xorg-libXdamage gcc-lib-base" 16.15 WEB_SITE="https://www.claws-mail.org/index.php" 16.16 + 16.17 +DEPENDS="bogofilter claws-mail gcc-lib-base xorg-libXdamage" 16.18 WANTED="claws-mail" 16.19 16.20 # Rules to gen a SliTaz package suitable for Tazpkg. 16.21 genpkg_rules() 16.22 { 16.23 - mkdir -p $fs/usr/lib/$WANTED/plugins 16.24 - 16.25 - cp -a $install/usr/lib/$WANTED/plugins/bogofilter.so $fs/usr/lib/$WANTED/plugins/ 16.26 - cp -a $install/usr/lib/$WANTED/plugins/pgpcore.so $fs/usr/lib/$WANTED/plugins/ 16.27 - cp -a $install/usr/lib/$WANTED/plugins/pgpinline.so $fs/usr/lib/$WANTED/plugins/ 16.28 - cp -a $install/usr/lib/$WANTED/plugins/pgpmime.so $fs/usr/lib/$WANTED/plugins/ 16.29 - cp -a $install/usr/lib/$WANTED/plugins/smime.so $fs/usr/lib/$WANTED/plugins/ 16.30 - cp -a $install/usr/lib/$WANTED/plugins/spamassassin.so $fs/usr/lib/$WANTED/plugins/ 16.31 - #cp -a $install/usr/lib/$WANTED/plugins/trayicon.so $fs/usr/lib/$WANTED/plugins/ 16.32 + mkdir -p $fs/usr/lib/$WANTED/plugins 16.33 + 16.34 + cp -a $install/usr/lib/$WANTED/plugins/bogofilter.so \ 16.35 + $fs/usr/lib/$WANTED/plugins/ 16.36 + cp -a $install/usr/lib/$WANTED/plugins/pgpcore.so \ 16.37 + $fs/usr/lib/$WANTED/plugins/ 16.38 + cp -a $install/usr/lib/$WANTED/plugins/pgpinline.so \ 16.39 + $fs/usr/lib/$WANTED/plugins/ 16.40 + cp -a $install/usr/lib/$WANTED/plugins/pgpmime.so \ 16.41 + $fs/usr/lib/$WANTED/plugins/ 16.42 + cp -a $install/usr/lib/$WANTED/plugins/smime.so \ 16.43 + $fs/usr/lib/$WANTED/plugins/ 16.44 + cp -a $install/usr/lib/$WANTED/plugins/spamassassin.so \ 16.45 + $fs/usr/lib/$WANTED/plugins/ 16.46 + #cp -a $install/usr/lib/$WANTED/plugins/trayicon.so \ 16.47 + # $fs/usr/lib/$WANTED/plugins/ 16.48 } 16.49 -
17.1 --- a/claws-mail-python/receipt Tue Jan 07 19:13:38 2020 +0100 17.2 +++ b/claws-mail-python/receipt Wed Jan 08 16:17:41 2020 +0100 17.3 @@ -1,20 +1,20 @@ 17.4 # SliTaz package receipt. 17.5 17.6 PACKAGE="claws-mail-python" 17.7 -VERSION="3.9.3" 17.8 +VERSION="3.17.4" 17.9 CATEGORY="network" 17.10 -SHORT_DESC="Python interface to Claws Mail' filtering mechanism." 17.11 +SHORT_DESC="Python interface to Claws Mail's filtering mechanism." 17.12 MAINTAINER="erjo@slitaz.org" 17.13 LICENSE="GPL3" 17.14 WEB_SITE="https://www.claws-mail.org/plugins.php" 17.15 -WANTED="claws-mail" 17.16 17.17 DEPENDS="claws-mail pygtk" 17.18 +WANTED="claws-mail" 17.19 17.20 # Rules to gen a SliTaz package suitable for Tazpkg. 17.21 genpkg_rules() 17.22 { 17.23 - mkdir -p $fs/usr/lib/claws-mail/plugins 17.24 - cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 17.25 + mkdir -p $fs/usr/lib/claws-mail/plugins 17.26 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so \ 17.27 $fs/usr/lib/claws-mail/plugins 17.28 }
18.1 --- a/claws-mail-rssyl-dev/receipt Tue Jan 07 19:13:38 2020 +0100 18.2 +++ b/claws-mail-rssyl-dev/receipt Wed Jan 08 16:17:41 2020 +0100 18.3 @@ -1,21 +1,20 @@ 18.4 # SliTaz package receipt. 18.5 18.6 PACKAGE="claws-mail-rssyl-dev" 18.7 -VERSION="3.9.3" 18.8 +VERSION="3.14.7" 18.9 CATEGORY="development" 18.10 -SHORT_DESC="RSS feed aggregator for Claws Mail dev files." 18.11 +SHORT_DESC="RSS feed aggregator for Claws Mail - development files." 18.12 MAINTAINER="erjo@slitaz.org" 18.13 LICENSE="GPL2" 18.14 WEB_SITE="https://www.claws-mail.org/plugin.php?plugin=rssyl" 18.15 -WANTED="claws-mail" 18.16 18.17 DEPENDS="claws-mail curl libxml2" 18.18 +WANTED="claws-mail" 18.19 18.20 # Rules to gen a SliTaz package suitable for Tazpkg. 18.21 genpkg_rules() 18.22 { 18.23 mkdir -p $fs/usr/lib/claws-mail/plugins 18.24 - 18.25 - cp -a $install/usr/lib/claws-mail/plugins/rssyl.*a* $fs/usr/lib/claws-mail/plugins/ 18.26 + cp -a $install/usr/lib/claws-mail/plugins/rssyl.*a* \ 18.27 + $fs/usr/lib/claws-mail/plugins/ 18.28 } 18.29 -
19.1 --- a/claws-mail-rssyl/receipt Tue Jan 07 19:13:38 2020 +0100 19.2 +++ b/claws-mail-rssyl/receipt Wed Jan 08 16:17:41 2020 +0100 19.3 @@ -1,29 +1,38 @@ 19.4 # SliTaz package receipt. 19.5 19.6 PACKAGE="claws-mail-rssyl" 19.7 -VERSION="3.9.3" 19.8 +VERSION="3.17.4" 19.9 CATEGORY="network" 19.10 -SHORT_DESC="RSS feed aggregator for Claws Mail." 19.11 +TAGS="rss newsfeed" 19.12 +SHORT_DESC="Claws-mail plugin - RSS feed aggregator." 19.13 MAINTAINER="erjo@slitaz.org" 19.14 LICENSE="GPL2" 19.15 -WEB_SITE="https://www.claws-mail.org/plugin.php?plugin=rssyl" 19.16 -WANTED="claws-mail" 19.17 +WEB_SITE="https://www.claws-mail.org/plugin.php" 19.18 19.19 SUGGESTED="claws-mail-fancy" 19.20 -TAGS="rss newsfeed" 19.21 - 19.22 -DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \ 19.23 -xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 19.24 -xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" 19.25 +DEPENDS="claws-mail curl expat gtk+ libxml2 xorg-libX11 xorg-libXau 19.26 + xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp 19.27 + xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr 19.28 + xorg-libXrender" 19.29 +WANTED="claws-mail" 19.30 19.31 19.32 # Rules to gen a SliTaz package suitable for Tazpkg. 19.33 genpkg_rules() 19.34 { 19.35 - mkdir -p $fs/usr/lib/claws-mail/plugins \ 19.36 - $fs/usr/share/locale 19.37 - 19.38 - cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so $fs/usr/lib/claws-mail/plugins/ 19.39 - cp -a $install/usr/share/locale/fr $fs/usr/share/locale 19.40 + mkdir -p $fs/usr/lib/claws-mail/plugins 19.41 + mkdir -p $fs/usr/share/locale 19.42 + 19.43 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so 19.44 + $fs/usr/lib/claws-mail/plugins/ 19.45 + 19.46 + # Set list of wanted locales in LOCALE_PACK 19.47 + . $WOK/slitaz-i18n/stuff/locale-pack.conf 19.48 + 19.49 + # Copy message files in wanted languages, if available 19.50 + for locale in $LOCALE_PACK 19.51 + do 19.52 + [ -d $install/usr/share/locale/$locale ] || continue 19.53 + cp -a $install/usr/share/locale/$locale $fs/usr/share/locale 19.54 + done 19.55 } 19.56 -
20.1 --- a/claws-mail-spam_report/receipt Tue Jan 07 19:13:38 2020 +0100 20.2 +++ b/claws-mail-spam_report/receipt Wed Jan 08 16:17:41 2020 +0100 20.3 @@ -1,16 +1,15 @@ 20.4 # SliTaz package receipt. 20.5 20.6 PACKAGE="claws-mail-spam_report" 20.7 -VERSION="3.9.3" 20.8 +VERSION="3.17.4" 20.9 CATEGORY="network" 20.10 -SHORT_DESC="Reports spam to various places" 20.11 +SHORT_DESC="Claws-mail plugin - Reports spam to various places." 20.12 MAINTAINER="erjo@slitaz.org" 20.13 LICENSE="GPL3" 20.14 -WEB_SITE="http://www.claws-mail.org" 20.15 -WANTED="claws-mail" 20.16 +WEB_SITE="https://www.claws-mail.org/plugins.php" 20.17 20.18 DEPENDS="claws-mail libcurl" 20.19 - 20.20 +WANTED="claws-mail" 20.21 20.22 # Rules to gen a SliTaz package suitable for Tazpkg. 20.23 genpkg_rules()
21.1 --- a/claws-mail-vcalendar/receipt Tue Jan 07 19:13:38 2020 +0100 21.2 +++ b/claws-mail-vcalendar/receipt Wed Jan 08 16:17:41 2020 +0100 21.3 @@ -1,20 +1,20 @@ 21.4 # SliTaz package receipt. 21.5 21.6 PACKAGE="claws-mail-vcalendar" 21.7 -VERSION="3.9.3" 21.8 +VERSION="3.17.4" 21.9 CATEGORY="network" 21.10 -SHORT_DESC="claws-mail plugin - vcalendar messages support." 21.11 +SHORT_DESC="Claws-mail plugin - vcalendar messages support." 21.12 MAINTAINER="erjo@slitaz.org" 21.13 LICENSE="GPL3" 21.14 -WEB_SITE="https://www.claws-mail.org/plugins.php?section=downloads" 21.15 -WANTED="claws-mail" 21.16 +WEB_SITE="https://www.claws-mail.org/plugins.php" 21.17 21.18 DEPENDS="claws-mail curl xorg-libXdamage gnutls" 21.19 - 21.20 +WANTED="claws-mail" 21.21 21.22 # Rules to gen a SliTaz package suitable for Tazpkg. 21.23 genpkg_rules() 21.24 { 21.25 mkdir -p $fs/usr/lib/claws-mail/plugins 21.26 - cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so $fs/usr/lib/claws-mail/plugins/ 21.27 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so \ 21.28 + $fs/usr/lib/claws-mail/plugins/ 21.29 }
22.1 --- a/claws-mail/receipt Tue Jan 07 19:13:38 2020 +0100 22.2 +++ b/claws-mail/receipt Wed Jan 08 16:17:41 2020 +0100 22.3 @@ -1,46 +1,53 @@ 22.4 # SliTaz package receipt. 22.5 22.6 PACKAGE="claws-mail" 22.7 -VERSION="3.9.3" 22.8 +VERSION="3.17.4" 22.9 CATEGORY="network" 22.10 -SHORT_DESC="The user-firendly, lightweight and fast email client" 22.11 +TAGS="email client" 22.12 +SHORT_DESC="The user-firendly, lightweight and fast email client." 22.13 MAINTAINER="erjo@slitaz.org" 22.14 LICENSE="GPL3" 22.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 22.16 WEB_SITE="https://www.claws-mail.org/index.php" 22.17 -WGET_URL="$SF_MIRROR/sylpheed-claws/$TARBALL" 22.18 -TAGS="email client" 22.19 22.20 -DEPENDS="libetpan libdb libsasl libcurl gpgme enchant dbus dbus-glib expat \ 22.21 -libgnutls gtk+ libgcrypt startup-notification xorg-libICE xorg-libSM \ 22.22 -xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp \ 22.23 -xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \ 22.24 -xorg-libXdamage gcc-lib-base libtasn1" 22.25 -BUILD_DEPENDS="libetpan-dev curl-dev gpgme-dev glib-dev libgpg-error-dev \ 22.26 -enchant libidn-dev db-dev expat-dev cyrus-sasl-dev xcb-util-dev gtk+-dev \ 22.27 -pkg-config libassuan libassuan-dev xorg-dev gnutls-dev libwebkit-dev curl-dev xorg-libXinerama-dev \ 22.28 -xorg-libXrandr-dev xorg-libXcursor-dev xorg-libXcomposite-dev \ 22.29 -xorg-libXdamage-dev libxslt-dev xorg-libXt-dev util-linux-uuid-dev \ 22.30 -python-dev pygtk-dev libarchive-dev attr-dev acl-dev liblzma-dev poppler-dev lcms-dev \ 22.31 -ghostscript-dev libgnome-keyring-dev dbus-dev" 22.32 +TARBALL="$PACKAGE-$VERSION.tar.xz" 22.33 +WGET_URL="https://www.claws-mail.org/releases/$TARBALL" 22.34 + 22.35 +DEPENDS="dbus dbus-glib enchant expat gcc-lib-base gpgme gtk+ 22.36 + libcurl libdb libetpan libgcrypt libgnutls libical libsasl libtasn1 22.37 + startup-notification xorg-libICE xorg-libSM xorg-libX11 22.38 + xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage 22.39 + xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama 22.40 + xorg-libXrandr xorg-libXrender" 22.41 +BUILD_DEPENDS="acl-dev attr-dev curl-dev cyrus-sasl-dev db-dev dbus-dev 22.42 + enchant expat-dev ghostscript-dev glib-dev gnutls-dev gpgme-dev 22.43 + gtk+-dev lcms-dev libarchive-dev libassuan-dev libetpan-dev 22.44 + libgnome-keyring-dev libgpg-error-dev libical-dev libidn-dev 22.45 + liblzma-dev libwebkit-dev libxslt-dev perl pkg-config poppler-dev 22.46 + pygtk-dev python-dev util-linux-uuid-dev xcb-util-dev xorg-dev 22.47 + xorg-libXcomposite-dev xorg-libXcursor-dev xorg-libXdamage-dev 22.48 + xorg-libXinerama-dev xorg-libXrandr-dev xorg-libXt-dev" 22.49 22.50 # Rules to configure and make the package. 22.51 compile_rules() 22.52 { 22.53 - ./configure \ 22.54 - --disable-ldap \ 22.55 - --disable-jpilot \ 22.56 + ./configure \ 22.57 + WEBKIT_CFLAGS="-I/usr/include/webkitgtk-1.0" \ 22.58 + WEBKIT_LIBS="/usr/lib/libwebkitgtk-1.0.so" \ 22.59 + --disable-ldap \ 22.60 + --disable-jpilot \ 22.61 $CONFIGURE_ARGS && 22.62 - make && make install 22.63 + make && 22.64 + make install 22.65 } 22.66 22.67 # Rules to gen a SliTaz package suitable for Tazpkg. 22.68 genpkg_rules() 22.69 { 22.70 - mkdir -p $fs/usr/share \ 22.71 - $fs/usr/lib/$PACKAGE/plugins 22.72 - cp -a $install/usr/bin $fs/usr 22.73 - cp -a $install/usr/share/icons $fs/usr/share 22.74 + mkdir -p $fs/usr/share 22.75 + mkdir -p $fs/usr/lib/$PACKAGE/plugins 22.76 + 22.77 + cp -a $install/usr/bin $fs/usr 22.78 + cp -a $install/usr/share/icons $fs/usr/share 22.79 } 22.80 22.81 # Post installation custom.