# HG changeset patch # User Hans-G?nter Theisgen # Date 1593608754 -3600 # Node ID 3d4e98fbfbed48fc0df823e6c91c0d8b89d2193c # Parent 7264742f712336b9bd01a53e7d545a9cb02df363 updated gpodder (3.5.2 -> 3.10.16) diff -r 7264742f7123 -r 3d4e98fbfbed gpodder/receipt --- a/gpodder/receipt Tue Jun 30 17:45:45 2020 +0100 +++ b/gpodder/receipt Wed Jul 01 14:05:54 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gpodder" -VERSION="3.5.2" +VERSION="3.10.16" CATEGORY="multimedia" SHORT_DESC="A simple and usable podcast consumption" MAINTAINER="claudinei@slitaz.org" @@ -9,15 +9,25 @@ WEB_SITE="https://gpodder.github.io/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="$WEB_SITE/src/$TARBALL" +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz" -BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool" +BUILD_DEPENDS="feedparser gettext-dev intltool python3-dev python3-mygpoclient" +SPLIT="$PACKAGE-lang" -compile_rules() { +compile_rules() +{ make install } -genpkg_rules() { - copy @std - DEPENDS="python python-dbus python-pygtk python-mygpoclient feedparser" +genpkg_rules() +{ + case $PACKAGE in + (gpodder) + copy @std + DEPENDS="feedparser python3 python3-dbus python-pygtk + python3-mygpoclient" + ;; + (*-lang) + mkdir -p $fs/usr/share + cp -a $install/usr/share/locale $fs/usr/share }