eclipse: update to 4.10.
This commit is contained in:
parent
537f429450
commit
1427eca8d3
1 changed files with 5 additions and 10 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'eclipse'
|
||||
pkgname=eclipse
|
||||
version=4.9
|
||||
version=4.10
|
||||
revision=1
|
||||
#code name of version
|
||||
_release=2018-09
|
||||
_release=2018-12
|
||||
wrksrc="eclipse"
|
||||
only_for_archs="i686 x86_64"
|
||||
only_for_archs="x86_64"
|
||||
depends="virtual?java-environment unzip gtk+3 webkit2gtk libXtst hicolor-icon-theme desktop-file-utils"
|
||||
short_desc="IDE for Java and other languages"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
|
@ -16,13 +16,8 @@ nopie=yes
|
|||
_patch=R
|
||||
_edition=java
|
||||
_mirror="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse"
|
||||
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||
distfiles="${_mirror}/technology/epp/downloads/release/${_release}/${_patch}/eclipse-${_edition}-${_release}-linux-gtk-x86_64.tar.gz"
|
||||
checksum=7f5264ab51477deed9f28a4d3f92209846fa9caa3b311f60d540543c7e172748
|
||||
else
|
||||
distfiles="${_mirror}/technology/epp/downloads/release/${_release}/${_patch}/eclipse-${_edition}-${_release}-linux-gtk.tar.gz"
|
||||
checksum=c33337a1740a84aabec3bd256f4256c8693ab0d1f755c120614bd28ae354f326
|
||||
fi
|
||||
distfiles="${_mirror}/technology/epp/downloads/release/${_release}/${_patch}/eclipse-${_edition}-${_release}-${_patch}-linux-gtk-x86_64.tar.gz"
|
||||
checksum=d3bcf5e428de4d123eea4349f70a53180cc1aba4985c99018172340b9d54e2b7
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/lib/eclipse
|
||||
|
|
Loading…
Reference in a new issue