wok diff claws-mail-attremover/receipt @ rev 22756
updated ffmpeg, ffmpeg-dev and ffplay (4.1.3 -> 4.2.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 24 16:20:17 2020 +0100 (2020-01-24) |
parents | 86790a278e70 |
children | 93d12db6c664 |
line diff
1.1 --- a/claws-mail-attremover/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/claws-mail-attremover/receipt Fri Jan 24 16:20:17 2020 +0100 1.3 @@ -1,20 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="claws-mail-attremover" 1.7 -VERSION="3.9.3" 1.8 +VERSION="3.17.4" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="claws-mail plugin - Remove attachments from emails." 1.11 +SHORT_DESC="Claws-mail plugin - Remove attachments from emails." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="GPL3" 1.14 -WEB_SITE="https://www.claws-mail.org/plugins.php?section=downloads" 1.15 -WANTED="claws-mail" 1.16 +WEB_SITE="https://www.claws-mail.org/plugins.php" 1.17 1.18 DEPENDS="claws-mail xorg-libXdamage" 1.19 - 1.20 +WANTED="claws-mail" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/lib/claws-mail/plugins 1.26 - cp -a $install/usr/lib/claws-mail/plugins/att_remover.so $fs/usr/lib/claws-mail/plugins/ 1.27 + cp -a $install/usr/lib/claws-mail/plugins/att_remover.so \ 1.28 + $fs/usr/lib/claws-mail/plugins/ 1.29 }