mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/rapidsvn: Fix URL, wx conflict, disable doxygen.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9febc269ee
commit
07c6e6c46b
2 changed files with 11 additions and 7 deletions
|
@ -5,11 +5,16 @@
|
||||||
# Written by <youngmug@animeneko.net>
|
# Written by <youngmug@animeneko.net>
|
||||||
# Currently maintained by David Delansay
|
# 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)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=rapidsvn
|
PRGNAM=rapidsvn
|
||||||
VERSION=${VERSION:-0.12.1}
|
VERSION=${VERSION:-0.12.1}
|
||||||
BUILD=${BUILD:-3}
|
BUILD=${BUILD:-4}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
@ -21,9 +26,6 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
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
|
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -58,9 +60,9 @@ cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -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 \
|
\( -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!
|
# Thanx Archlinux!
|
||||||
patch -p1 < $CWD/rapidsvn-wx3.0.patch
|
patch -p1 < $CWD/rapidsvn-wx3.0.patch
|
||||||
|
@ -78,6 +80,8 @@ CXXFLAGS="$SLKCFLAGS -std=c++14" \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--with-apr-config=apr-1-config \
|
--with-apr-config=apr-1-config \
|
||||||
--with-apu-config=apu-1-config \
|
--with-apu-config=apu-1-config \
|
||||||
|
--with-wx-config=/usr/lib$LIBDIRSUFFIX/wx/config/gtk3-unicode-3.0 \
|
||||||
|
--without-doxygen \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="rapidsvn"
|
PRGNAM="rapidsvn"
|
||||||
VERSION="0.12.1"
|
VERSION="0.12.1"
|
||||||
HOMEPAGE="http://www.rapidsvn.org/"
|
HOMEPAGE="http://www.rapidsvn.org/"
|
||||||
DOWNLOAD="http://www.rapidsvn.org/download/release/0.12.1/rapidsvn-0.12.1.tar.gz"
|
DOWNLOAD="http://distcache.freebsd.org/ports-distfiles/rapidsvn-0.12.1.tar.gz"
|
||||||
MD5SUM="8de3ca6da3ef6a27d59f959d1bbcd96b"
|
MD5SUM="8de3ca6da3ef6a27d59f959d1bbcd96b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in a new issue