# HG changeset patch # User Hans-G?nter Theisgen # Date 1593289844 -3600 # Node ID 2b1d3509e089d3d09438662a8bac8f178e08ab56 # Parent 04e5981f79b935de21cb7d339d57be8e929be20b updated gaupol (1.4.1 -> 1.8) diff -r 04e5981f79b9 -r 2b1d3509e089 gaupol/receipt --- a/gaupol/receipt Sat Jun 27 21:00:55 2020 +0100 +++ b/gaupol/receipt Sat Jun 27 21:30:44 2020 +0100 @@ -1,26 +1,28 @@ # SliTaz package receipt v2. PACKAGE="gaupol" -VERSION="1.4.1" +VERSION="1.8" CATEGORY="multimedia" SHORT_DESC="Editor for text-based subtitles" -MAINTAINER="devel@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="GPL3" WEB_SITE="https://otsaloma.io/gaupol/" HOST_ARCH="any" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/otsaloma/gaupol/archive/$VERSION.tar.gz" -TARBALL_SHA256="6c5bfa20fc7aa25c81027049ca7d87569e938ca272462f22ace4a6ebb00dcfc8" +# 1.4.1 TARBALL_SHA256="6c5bfa20fc7aa25c81027049ca7d87569e938ca272462f22ace4a6ebb00dcfc8" BUILD_DEPENDS="python3 gettext-dev" +SPLIT="$PACKAGE-lang" -DEPENDS_std="python3 python3-pygobject gtk3" +DEPENDS_std="gtk3 python3 python3-pygobject" SUGGESTED_std="gstreamer1 gst1-plugins-base gst1-plugins-good gst1-plugins-bad \ -gst1-plugins-ugly gst1-libav python3-pyenchant gtkspell3 iso-codes \ -python3-chardet mplayer" + gst1-plugins-ugly gst1-libav python3-pyenchant gtkspell3 iso-codes \ + python3-chardet mplayer" -compile_rules() { +compile_rules() +{ # don't use '-B' flag: *.egg-info will not be created python3 setup.py install --root=$install || return 1