aboutsummaryrefslogtreecommitdiff
path: root/development/wxFormBuilder/wxFormBuilder.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/wxFormBuilder/wxFormBuilder.SlackBuild')
-rw-r--r--development/wxFormBuilder/wxFormBuilder.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/development/wxFormBuilder/wxFormBuilder.SlackBuild b/development/wxFormBuilder/wxFormBuilder.SlackBuild
index a0a3e4b24a..1195158871 100644
--- a/development/wxFormBuilder/wxFormBuilder.SlackBuild
+++ b/development/wxFormBuilder/wxFormBuilder.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=wxFormBuilder
-VERSION=${VERSION:-3.10.1}
+VERSION=${VERSION:-4.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,9 +79,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 src/rad/auitabart.h $CWD/auitabart.h.patch
-
cmake -S . -B _build -G "Unix Makefiles" --install-prefix "$PKG/opt/wxFormBuilder" -DCMAKE_BUILD_TYPE=Release
cmake --build _build --config Release
cmake --install _build --config Release