summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heinz Wiesinger2021-09-26 18:16:56 +0200
committer Willy Sudiarto Raharjo2021-10-02 11:50:37 +0200
commit6e5de7dac67a5a2bef97eccd77fabab6af71e1fd (patch)
tree8204dd2d1b21c357bfff72fd97a3359f344d326a
parent825ecad15e370313c44fa1a816ff99101c139cae (diff)
downloadslackbuilds-6e5de7dac67a5a2bef97eccd77fabab6af71e1fd.tar.gz
libraries/wxPython3: Don't explicitely build internal wxGTK3
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/wxPython3/wxPython3.SlackBuild28
-rw-r--r--libraries/wxPython3/wxPython3.info2
2 files changed, 1 insertions, 29 deletions
diff --git a/libraries/wxPython3/wxPython3.SlackBuild b/libraries/wxPython3/wxPython3.SlackBuild
index 9d939a0002..b9fe787df5 100644
--- a/libraries/wxPython3/wxPython3.SlackBuild
+++ b/libraries/wxPython3/wxPython3.SlackBuild
@@ -89,30 +89,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 {} \;
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static \
- --with-gtk=3 \
- --with-sdl \
- --with-opengl \
- --enable-unicode \
- --enable-graphics_ctx \
- --enable-display \
- --enable-mediactrl \
- --enable-graphics_ctx \
- --enable-sound \
- --disable-precomp-headers \
- --with-wx-config=/usr/bin/wx-config \
- --libdir=/usr/lib$LIBDIRSUFFIX \
- --build=$ARCH-slackware-linux \
- $wx
-
-make
-
cd wxPython
python2 setup.py \
WXPORT=gtk3 \
@@ -143,10 +119,6 @@ cd wxPython
rm -rf $PKG/usr/lib$LIBDIRSUFFIX/python2.7/site-packages/wx-3.0-gtk2/wx/tools/Editra
cd -
-# install wxPython includes
-mkdir -p $PKG/usr/include/wx-3.0/wx/
-cp -rf wxPython/include/wx/wxPython $PKG/usr/include/wx-3.0/wx/
-
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
diff --git a/libraries/wxPython3/wxPython3.info b/libraries/wxPython3/wxPython3.info
index 781a4672a4..a2d670dcb9 100644
--- a/libraries/wxPython3/wxPython3.info
+++ b/libraries/wxPython3/wxPython3.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://sourceforge.net/projects/wxpython/files/wxPython/3.0.2.0/wxPyt
MD5SUM="922b02ff2c0202a7bf1607c98bbbbc04"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="wxGTK3 gst0-plugins-base"
+REQUIRES="wxGTK3"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"