From 8cd9e8b5fc2b84582c0d8b07f40bb71db1969e2a Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sun, 31 Mar 2024 08:35:44 -0600 Subject: multimedia/gaupol: Updated for version 1.14.1. Signed-off-by: Willy Sudiarto Raharjo --- multimedia/gaupol/gaupol.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'multimedia/gaupol/gaupol.SlackBuild') diff --git a/multimedia/gaupol/gaupol.SlackBuild b/multimedia/gaupol/gaupol.SlackBuild index 563df4f8ad6cb..2ef3567e16abe 100644 --- a/multimedia/gaupol/gaupol.SlackBuild +++ b/multimedia/gaupol/gaupol.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gaupol -# Copyright 2022-23 fourtysixandtwo +# Copyright 2022-2024 fourtysixandtwo # Written by Andre Barboza # All rights reserved. # @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gaupol -VERSION=${VERSION:-1.13} +VERSION=${VERSION:-1.14.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -68,10 +68,10 @@ find -L . \ python3 setup.py install --root=$PKG # pycache file has /tmp/SBo patch hardcoded, remove it and let it regenerate -rm $PKG/usr/share/gaupol/extensions/custom-framerates/__pycache__/custom-framerates.cpython-39.pyc +rm $PKG/usr/share/gaupol/extensions/custom-framerates/__pycache__/custom-framerates.cpython-*.pyc mv $PKG/usr/share/man $PKG/usr -find $PKG/usr/man -type f -exec gzip -9 {} \; +find $PKG/usr/man -type f -exec gzip -9 {} \+ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3