summaryrefslogtreecommitdiffstats
path: root/development/eclim/eclim.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/eclim/eclim.SlackBuild')
-rw-r--r--development/eclim/eclim.SlackBuild16
1 files changed, 14 insertions, 2 deletions
diff --git a/development/eclim/eclim.SlackBuild b/development/eclim/eclim.SlackBuild
index d375864bd6..61b8b66d33 100644
--- a/development/eclim/eclim.SlackBuild
+++ b/development/eclim/eclim.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for eclim
-# Copyright 2016-2018 Andrew Clemons, Wellington New Zealand
+# Copyright 2016-2019 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,8 @@
PRGNAM=eclim
VERSION=${VERSION:-2.8.0}
-BUILD=${BUILD:-2}
+SPHINX_BOOTSTRAP_VERSION=${SPHINX_BOOTSTRAP_VERSION:-0.7.1}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -58,7 +59,18 @@ cd $TMP
rm -rf "$PRGNAM"_"$VERSION"
tar xvf $CWD/"$PRGNAM"_"$VERSION".tar.gz
cd $"$PRGNAM"_"$VERSION"
+
zcat $CWD/630fbcd5e6caa810f721b0f0de9478aaf78f7958.patch.gz | patch -p1
+zcat $CWD/sphinx2.patch.gz | patch -p1
+
+rm -rf doc/theme
+
+(
+ cd doc
+ tar -xf "$CWD/sphinx-bootstrap-theme-$SPHINX_BOOTSTRAP_VERSION.tar.gz"
+ mv "sphinx-bootstrap-theme-$SPHINX_BOOTSTRAP_VERSION" theme
+)
+
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \