mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/eclim: Updated for version 2.8.0.
This commit is contained in:
parent
6ebb98ce64
commit
6b996c2a7a
2 changed files with 6 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=eclim
|
||||
VERSION=${VERSION:-2.7.2}
|
||||
VERSION=${VERSION:-2.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,8 +65,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 {} \;
|
||||
|
||||
sed -i "s|'plantuml'|'sphinxcontrib.plantuml'|g" doc/content/conf.py
|
||||
|
||||
# http://eclim.org/install.html#install-source
|
||||
(
|
||||
# build nailgun
|
||||
|
@ -97,7 +95,7 @@ ECLIPSE_HOME=${ECLIPSE_HOME%/}
|
|||
sed -i \
|
||||
-e "s|File(getVariable('eclipse')|File('$ECLIPSE_HOME/'|g" \
|
||||
-e 's|${user.home}/\.|${vim.files}/|g' \
|
||||
-e '69,93d' \
|
||||
-e '70,94d' \
|
||||
ant/build.gant
|
||||
|
||||
ant build -Declipse.home=$ECLIPSE_HOME -Dvim.files=/usr/share/vim/vimfiles
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="eclim"
|
||||
VERSION="2.7.2"
|
||||
VERSION="2.8.0"
|
||||
HOMEPAGE="http://eclim.org"
|
||||
DOWNLOAD="https://github.com/ervandew/eclim/releases/download/2.7.2/eclim_2.7.2.tar.gz"
|
||||
MD5SUM="dbcc44556fc04491894ff61774ca7aa4"
|
||||
DOWNLOAD="https://github.com/ervandew/eclim/releases/download/2.8.0/eclim_2.8.0.tar.gz"
|
||||
MD5SUM="aae873ee270d6c7b21a6ff3bec3f08ad"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="apache-ant eclipse-java sphinxcontrib-plantuml"
|
||||
REQUIRES="apache-ant eclipse-java Sphinx"
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue