diff options
| author | Erik Falor <ewfalor@gmail.com> | 2022-02-23 09:22:29 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 20:10:21 +0700 |
| commit | 3af08e8057fed66cef15cc6ca41811fed3b78308 (patch) | |
| tree | 913186b59f5380613254cc8cd53b03c3a7570eec /libraries/python-efl/python-efl.SlackBuild | |
| parent | ea0960501833b541ddf833e1c2a1e222a8e06f33 (diff) | |
libraries/python-efl: Updated for version 1.25.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python-efl/python-efl.SlackBuild')
| -rw-r--r-- | libraries/python-efl/python-efl.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
