wok-next rev 21701

updated gpodder (3.5.2 -> 3.10.16)
author Hans-G?nter Theisgen
date Wed Jul 01 14:05:54 2020 +0100 (2020-07-01)
parents 7264742f7123
children 1809c27e6cac
files gpodder/receipt
line diff
     1.1 --- a/gpodder/receipt	Tue Jun 30 17:45:45 2020 +0100
     1.2 +++ b/gpodder/receipt	Wed Jul 01 14:05:54 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gpodder"
     1.7 -VERSION="3.5.2"
     1.8 +VERSION="3.10.16"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="A simple and usable podcast consumption"
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12 @@ -9,15 +9,25 @@
    1.13  WEB_SITE="https://gpodder.github.io/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="$WEB_SITE/src/$TARBALL"
    1.17 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz"
    1.18  
    1.19 -BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool"
    1.20 +BUILD_DEPENDS="feedparser gettext-dev intltool python3-dev python3-mygpoclient"
    1.21 +SPLIT="$PACKAGE-lang"
    1.22  
    1.23 -compile_rules() {
    1.24 +compile_rules()
    1.25 +{
    1.26  	make install
    1.27  }
    1.28  
    1.29 -genpkg_rules() {
    1.30 -	copy @std
    1.31 -	DEPENDS="python python-dbus python-pygtk python-mygpoclient feedparser"
    1.32 +genpkg_rules()
    1.33 +{
    1.34 +	case $PACKAGE in
    1.35 +		(gpodder)
    1.36 +			copy @std
    1.37 +			DEPENDS="feedparser python3 python3-dbus python-pygtk 
    1.38 +				python3-mygpoclient"
    1.39 +			;;
    1.40 +		(*-lang)
    1.41 +			mkdir -p $fs/usr/share
    1.42 +			cp -a $install/usr/share/locale	$fs/usr/share
    1.43  }