summaryrefslogtreecommitdiffstats
path: root/development/rapidsvn/rapidsvn.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/rapidsvn/rapidsvn.SlackBuild')
-rw-r--r--development/rapidsvn/rapidsvn.SlackBuild16
1 files changed, 10 insertions, 6 deletions
diff --git a/development/rapidsvn/rapidsvn.SlackBuild b/development/rapidsvn/rapidsvn.SlackBuild
index 77eaaf87f0..c6f33e0f59 100644
--- a/development/rapidsvn/rapidsvn.SlackBuild
+++ b/development/rapidsvn/rapidsvn.SlackBuild
@@ -5,11 +5,16 @@
# Written by <youngmug@animeneko.net>
# 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