wok-current rev 22877
updated gpodder (3.5.2 -> 3.10.13)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 22 14:08:12 2020 +0100 (2020-02-22) |
parents | 66cf23307820 |
children | c5a485822efe |
files | gpodder/receipt |
line diff
1.1 --- a/gpodder/receipt Fri Feb 21 18:28:59 2020 +0100 1.2 +++ b/gpodder/receipt Sat Feb 22 14:08:12 2020 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gpodder" 1.7 -VERSION="3.5.2" 1.8 +VERSION="3.10.13" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="A simple and usable podcast consumption." 1.11 MAINTAINER="claudinei@slitaz.org" 1.12 LICENSE="GPL3" 1.13 +WEB_SITE="https://gpodder.org" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://gpodder.org" 1.17 -WGET_URL="$WEB_SITE/src/$TARBALL" 1.18 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz" 1.19 1.20 -DEPENDS="python dbus-python pygtk python-mygpoclient feedparser" 1.21 -BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool" 1.22 +DEPENDS="dbus-python feedparser py3k pygtk python-mygpoclient" 1.23 +BUILD_DEPENDS="feedparser intltool py3k-dev python-mygpoclient" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 @@ -23,8 +24,9 @@ 1.28 genpkg_rules() 1.29 { 1.30 mkdir -p $fs/usr/share 1.31 - cp -a $install/usr/bin $fs/usr 1.32 - cp -a $install/usr/lib $fs/usr 1.33 - cp -a $install/usr/share/gpodder $fs/usr/share 1.34 - cp -a $install/usr/share/dbus-1 $fs/usr/share 1.35 + 1.36 + cp -a $install/usr/bin $fs/usr 1.37 + cp -a $install/usr/lib $fs/usr 1.38 + cp -a $install/usr/share/gpodder $fs/usr/share 1.39 + cp -a $install/usr/share/dbus-1 $fs/usr/share 1.40 }