wok diff claws-mail-rssyl/receipt @ rev 23017

updated libcdio libcdio-dev (2.0.0 -> 2.1.0)
author Hans-G?nter Theisgen
date Tue Mar 03 13:41:23 2020 +0100 (2020-03-03)
parents 86790a278e70
children 93d12db6c664
line diff
     1.1 --- a/claws-mail-rssyl/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/claws-mail-rssyl/receipt	Tue Mar 03 13:41:23 2020 +0100
     1.3 @@ -1,29 +1,38 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="claws-mail-rssyl"
     1.7 -VERSION="3.9.3"
     1.8 +VERSION="3.17.4"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="RSS feed aggregator for Claws Mail."
    1.11 +TAGS="rss newsfeed"
    1.12 +SHORT_DESC="Claws-mail plugin - RSS feed aggregator."
    1.13  MAINTAINER="erjo@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 -WEB_SITE="https://www.claws-mail.org/plugin.php?plugin=rssyl"
    1.16 -WANTED="claws-mail"
    1.17 +WEB_SITE="https://www.claws-mail.org/plugin.php"
    1.18  
    1.19  SUGGESTED="claws-mail-fancy"
    1.20 -TAGS="rss newsfeed"
    1.21 -
    1.22 -DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \
    1.23 -xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
    1.24 -xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
    1.25 +DEPENDS="claws-mail curl expat gtk+ libxml2 xorg-libX11 xorg-libXau 
    1.26 +	xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp 
    1.27 +	xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr 
    1.28 +	xorg-libXrender"
    1.29 +WANTED="claws-mail"
    1.30  
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	mkdir -p $fs/usr/lib/claws-mail/plugins \
    1.36 -		$fs/usr/share/locale
    1.37 -		
    1.38 -	cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so $fs/usr/lib/claws-mail/plugins/
    1.39 -	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.40 +	mkdir -p $fs/usr/lib/claws-mail/plugins
    1.41 +	mkdir -p $fs/usr/share/locale
    1.42 +
    1.43 +	cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so 
    1.44 +		$fs/usr/lib/claws-mail/plugins/
    1.45 +
    1.46 +	# Set list of wanted locales in LOCALE_PACK
    1.47 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    1.48 +
    1.49 +	# Copy message files in wanted languages, if available
    1.50 +	for locale in $LOCALE_PACK
    1.51 +	  do
    1.52 +		[ -d $install/usr/share/locale/$locale ] || continue
    1.53 +		cp -a $install/usr/share/locale/$locale $fs/usr/share/locale
    1.54 +	  done
    1.55  }
    1.56 -