diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-09-26 18:16:56 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-02 16:50:37 +0700 |
commit | 6e5de7dac67a5a2bef97eccd77fabab6af71e1fd (patch) | |
tree | 8204dd2d1b21c357bfff72fd97a3359f344d326a /libraries/wxPython3/wxPython3.SlackBuild | |
parent | 825ecad15e370313c44fa1a816ff99101c139cae (diff) |
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>
Diffstat (limited to 'libraries/wxPython3/wxPython3.SlackBuild')
-rw-r--r-- | libraries/wxPython3/wxPython3.SlackBuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/libraries/wxPython3/wxPython3.SlackBuild b/libraries/wxPython3/wxPython3.SlackBuild index 9d939a00021cb..b9fe787df5e3c 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 |