wok-current diff claws-mail-newmail/receipt @ rev 22863
updated gnupg (2.2.8 -> 2.2.19)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 21 07:27:36 2020 +0100 (2020-02-21) |
parents | 86790a278e70 |
children | 93d12db6c664 |
line diff
1.1 --- a/claws-mail-newmail/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/claws-mail-newmail/receipt Fri Feb 21 07:27:36 2020 +0100 1.3 @@ -1,21 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="claws-mail-newmail" 1.7 -VERSION="3.9.3" 1.8 +VERSION="3.17.4" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Claws Mail writes a msg header summary to a log file." 1.11 +SHORT_DESC="Claws-mail plugin - Writes a msg header summary to a log file." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="GPL3" 1.14 WEB_SITE="https://www.claws-mail.org/plugins.php" 1.15 + 1.16 +DEPENDS="claws-mail libcurl libsoup libwebkit" 1.17 WANTED="claws-mail" 1.18 1.19 -DEPENDS="claws-mail libwebkit libcurl libsoup" 1.20 - 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr/lib/claws-mail/plugins 1.25 - cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 1.26 + mkdir -p $fs/usr/lib/claws-mail/plugins 1.27 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so \ 1.28 $fs/usr/lib/claws-mail/plugins 1.29 } 1.30 -