From 07c6e6c46b99198d7108c3cfd5d0aa4b31427b90 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 8 Mar 2022 03:11:45 -0500 Subject: development/rapidsvn: Fix URL, wx conflict, disable doxygen. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- development/rapidsvn/rapidsvn.SlackBuild | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'development/rapidsvn/rapidsvn.SlackBuild') diff --git a/development/rapidsvn/rapidsvn.SlackBuild b/development/rapidsvn/rapidsvn.SlackBuild index 77eaaf87f0528..c6f33e0f59c16 100644 --- a/development/rapidsvn/rapidsvn.SlackBuild +++ b/development/rapidsvn/rapidsvn.SlackBuild @@ -5,11 +5,16 @@ # Written by # Currently maintained by David Delansay +# 20220308 bkw: Modified by SlackBuilds.org, BUILD=4: +# - fix wxPython/wxGTK3 conflict. +# - don't try to build API docs with doxygen (it fails). +# - fix download URL (original went away). + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rapidsvn VERSION=${VERSION:-0.12.1} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -21,9 +26,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -58,9 +60,9 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \+ -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ # Thanx Archlinux! patch -p1 < $CWD/rapidsvn-wx3.0.patch @@ -78,6 +80,8 @@ CXXFLAGS="$SLKCFLAGS -std=c++14" \ --localstatedir=/var \ --with-apr-config=apr-1-config \ --with-apu-config=apu-1-config \ + --with-wx-config=/usr/lib$LIBDIRSUFFIX/wx/config/gtk3-unicode-3.0 \ + --without-doxygen \ --disable-static \ --build=$ARCH-slackware-linux -- cgit v1.2.3