mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
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>
This commit is contained in:
parent
ea09605018
commit
3af08e8057
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-efl"
|
||||
VERSION="1.24.0"
|
||||
VERSION="1.25.0"
|
||||
HOMEPAGE="https://www.enlightenment.org/"
|
||||
DOWNLOAD="https://download.enlightenment.org/rel/bindings/python/python-efl-1.24.0.tar.xz"
|
||||
MD5SUM="56cbd28d7c659a4d42193bc82df9d105"
|
||||
DOWNLOAD="https://download.enlightenment.org/rel/bindings/python/python-efl-1.25.0.tar.xz"
|
||||
MD5SUM="a9864cba31d7523d9e999676e62c2656"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="efl"
|
||||
|
|
Loading…
Reference in a new issue