wok-next rev 21670
updated gaupol (1.4.1 -> 1.8)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 27 21:30:44 2020 +0100 (2020-06-27) |
parents | 04e5981f79b9 |
children | 88eba62e159b |
files | gaupol/receipt |
line diff
1.1 --- a/gaupol/receipt Sat Jun 27 21:00:55 2020 +0100 1.2 +++ b/gaupol/receipt Sat Jun 27 21:30:44 2020 +0100 1.3 @@ -1,26 +1,28 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="gaupol" 1.7 -VERSION="1.4.1" 1.8 +VERSION="1.8" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Editor for text-based subtitles" 1.11 -MAINTAINER="devel@slitaz.org" 1.12 +MAINTAINER="maintainer@slitaz.org" 1.13 LICENSE="GPL3" 1.14 WEB_SITE="https://otsaloma.io/gaupol/" 1.15 HOST_ARCH="any" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 WGET_URL="https://github.com/otsaloma/gaupol/archive/$VERSION.tar.gz" 1.19 -TARBALL_SHA256="6c5bfa20fc7aa25c81027049ca7d87569e938ca272462f22ace4a6ebb00dcfc8" 1.20 +# 1.4.1 TARBALL_SHA256="6c5bfa20fc7aa25c81027049ca7d87569e938ca272462f22ace4a6ebb00dcfc8" 1.21 1.22 BUILD_DEPENDS="python3 gettext-dev" 1.23 +SPLIT="$PACKAGE-lang" 1.24 1.25 -DEPENDS_std="python3 python3-pygobject gtk3" 1.26 +DEPENDS_std="gtk3 python3 python3-pygobject" 1.27 SUGGESTED_std="gstreamer1 gst1-plugins-base gst1-plugins-good gst1-plugins-bad \ 1.28 -gst1-plugins-ugly gst1-libav python3-pyenchant gtkspell3 iso-codes \ 1.29 -python3-chardet mplayer" 1.30 + gst1-plugins-ugly gst1-libav python3-pyenchant gtkspell3 iso-codes \ 1.31 + python3-chardet mplayer" 1.32 1.33 -compile_rules() { 1.34 +compile_rules() 1.35 +{ 1.36 # don't use '-B' flag: *.egg-info will not be created 1.37 python3 setup.py install --root=$install || return 1 1.38