wok diff claws-mail-archive/receipt @ rev 22919

gtk+3: Try to cheat configure
author Hans-G?nter Theisgen
date Mon Feb 24 15:54:38 2020 +0100 (2020-02-24)
parents 080ca6ff2ed1
children 93d12db6c664
line diff
     1.1 --- a/claws-mail-archive/receipt	Sun Dec 22 22:29:23 2013 +0100
     1.2 +++ b/claws-mail-archive/receipt	Mon Feb 24 15:54:38 2020 +0100
     1.3 @@ -1,23 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="claws-mail-archive"
     1.7 -VERSION="3.9.3"
     1.8 +VERSION="3.17.4"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="claws-mail archiving features"
    1.11 +SHORT_DESC="Claws-mail archiving features."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 -WEB_SITE="http://www.claws-mail.org"
    1.15 +WEB_SITE="https://www.claws-mail.org/plugins.php"
    1.16 +
    1.17 +DEPENDS="acl bzlib claws-mail libarchive liblzma"
    1.18  WANTED="claws-mail"
    1.19  
    1.20 -DEPENDS="claws-mail libarchive acl liblzma bzlib"
    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 -		$fs/usr/share/locale
    1.27 -		
    1.28 -	cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so  \
    1.29 +	mkdir -p $fs/usr/lib/claws-mail/plugins
    1.30 +#	mkdir -p $fs/usr/share/locale
    1.31 +
    1.32 +	cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so  \
    1.33  		$fs/usr/lib/claws-mail/plugins
    1.34  }
    1.35 -