From 875bd0ee11741b212835cbb95ff59272adae670f Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 5 Nov 2020 23:01:40 +0100 Subject: libraries/wxPython4: Patched for the newer setuptools. Signed-off-by: Matteo Bernardini --- libraries/wxPython4/wxPython4.SlackBuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libraries/wxPython4/wxPython4.SlackBuild') diff --git a/libraries/wxPython4/wxPython4.SlackBuild b/libraries/wxPython4/wxPython4.SlackBuild index fb1167e6df..c47043b4ac 100644 --- a/libraries/wxPython4/wxPython4.SlackBuild +++ b/libraries/wxPython4/wxPython4.SlackBuild @@ -73,6 +73,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 {} \; +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 -- cgit v1.2.3