diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-03 22:11:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-04 07:38:18 +0700 |
commit | e90005624bf69cee34e7747b97822cb09d47aef7 (patch) | |
tree | cc606a67cf49949ca91cf87c3ab3722f584e662e /libraries/wxPython4/wxPython4.SlackBuild | |
parent | dc2b8d4d6c692d6284be5638030d8d42c319e1aa (diff) |
libraries/wxPython4: Updated for version 4.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/wxPython4/wxPython4.SlackBuild')
-rw-r--r-- | libraries/wxPython4/wxPython4.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/wxPython4/wxPython4.SlackBuild b/libraries/wxPython4/wxPython4.SlackBuild index c47043b4ac7c..6fdae7c7bdbf 100644 --- a/libraries/wxPython4/wxPython4.SlackBuild +++ b/libraries/wxPython4/wxPython4.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wxPython4 -# Copyright 2018-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2018-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ PRGNAM=wxPython4 SRCNAM=wxPython -VERSION=${VERSION:-4.0.7.post2} +VERSION=${VERSION:-4.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,8 +73,6 @@ 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 {} \; -patch -p1 < $CWD/newer_setuptools.patch - python3 setup.py install --root=$PKG mkdir -p $PKG/usr/share/{applications,pixmaps} $PKG/usr/share/icons/hicolor/{16x16,32x32}/apps |