# HG changeset patch # User Hans-G?nter Theisgen # Date 1582376892 -3600 # Node ID af4691eaea895fab6c4aaf96e6aa4dc7ca4326f9 # Parent 66cf233078208982b359f8b4e423e56d102caf0f updated gpodder (3.5.2 -> 3.10.13) diff -r 66cf23307820 -r af4691eaea89 gpodder/receipt --- a/gpodder/receipt Fri Feb 21 18:28:59 2020 +0100 +++ b/gpodder/receipt Sat Feb 22 14:08:12 2020 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="gpodder" -VERSION="3.5.2" +VERSION="3.10.13" CATEGORY="multimedia" SHORT_DESC="A simple and usable podcast consumption." MAINTAINER="claudinei@slitaz.org" LICENSE="GPL3" +WEB_SITE="https://gpodder.org" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://gpodder.org" -WGET_URL="$WEB_SITE/src/$TARBALL" +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz" -DEPENDS="python dbus-python pygtk python-mygpoclient feedparser" -BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool" +DEPENDS="dbus-python feedparser py3k pygtk python-mygpoclient" +BUILD_DEPENDS="feedparser intltool py3k-dev python-mygpoclient" # Rules to configure and make the package. compile_rules() @@ -23,8 +24,9 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr - cp -a $install/usr/share/gpodder $fs/usr/share - cp -a $install/usr/share/dbus-1 $fs/usr/share + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/gpodder $fs/usr/share + cp -a $install/usr/share/dbus-1 $fs/usr/share }