From 3af08e8057fed66cef15cc6ca41811fed3b78308 Mon Sep 17 00:00:00 2001 From: Erik Falor Date: Wed, 23 Feb 2022 09:22:29 +0100 Subject: libraries/python-efl: Updated for version 1.25.0. Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- libraries/python-efl/python-efl.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libraries/python-efl/python-efl.SlackBuild') diff --git a/libraries/python-efl/python-efl.SlackBuild b/libraries/python-efl/python-efl.SlackBuild index 064da6baeb..562e266392 100644 --- a/libraries/python-efl/python-efl.SlackBuild +++ b/libraries/python-efl/python-efl.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for python-efl -# Erik Falor | Logan, UT, USA | ewfalor@gmail.com | July 2020 +# Erik Falor | Logan, UT, USA | ewfalor@gmail.com | February 2022 # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-efl -VERSION=${VERSION:-1.24.0} +VERSION=${VERSION:-1.25.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,7 +80,7 @@ find -L . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -- cgit v1.2.3