From 4a5fc704f8803795754f2ba9670fbe4ed690ed6f Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 8 Oct 2024 09:46:46 +0700 Subject: libraries/wxPython4: Update build method. Signed-off-by: Willy Sudiarto Raharjo --- libraries/wxPython4/wxPython4.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libraries/wxPython4/wxPython4.SlackBuild') diff --git a/libraries/wxPython4/wxPython4.SlackBuild b/libraries/wxPython4/wxPython4.SlackBuild index e4a30b6578..ec5029b880 100644 --- a/libraries/wxPython4/wxPython4.SlackBuild +++ b/libraries/wxPython4/wxPython4.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wxPython4 SRCNAM=wxPython VERSION=${VERSION:-4.2.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,7 +79,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ -python3 setup.py install --root=$PKG +python3 build.py build --use_syswx --release +python3 build.py install --destdir="$PKG" mkdir -p $PKG/usr/share/{applications,pixmaps} $PKG/usr/share/icons/hicolor/{16x16,32x32}/apps install -m 644 wx/py/PyCrust_16.png $PKG/usr/share/icons/hicolor/16x16/apps/PyCrust.png -- cgit v1.2.3