eclipse: update to 4.9.

This commit is contained in:
Piotr Wójcik 2018-12-17 09:39:56 +01:00 committed by Helmut Pozimski
parent 92ed0a49ff
commit ec870fff38
2 changed files with 16 additions and 13 deletions

View file

@ -1,24 +1,27 @@
# Template file for 'eclipse'
pkgname=eclipse
version=4.7.3a
version=4.9
revision=1
#code name of version
_release=2018-09
wrksrc="eclipse"
depends="virtual?java-environment unzip gtk+3 webkit2gtk libXtst hicolor-icon-theme desktop-file-utils"
short_desc="An IDE for Java and other languages"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="EPL"
homepage="http://eclipse.org"
only_for_archs="i686 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.eu>"
license="EPL-1.0"
homepage="https://eclipse.org"
nopie=yes
_release=oxygen-R
_patch=R
_edition=java
_mirror="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse"
if [ "$XBPS_MACHINE" = "x86_64" ]; then
distfiles="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/eclipse-${_edition}-${_release}-linux-gtk-x86_64.tar.gz"
checksum=f9bfa89f66886f34132623c5fc9f9202fe2bbf6c47d0e8c01cffe1302f3f4ca0
distfiles="${_mirror}/technology/epp/downloads/release/${_release}/${_patch}/eclipse-${_edition}-${_release}-linux-gtk-x86_64.tar.gz"
checksum=7f5264ab51477deed9f28a4d3f92209846fa9caa3b311f60d540543c7e172748
else
distfiles="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/eclipse-${_edition}-${_release}-linux-gtk.tar.gz"
checksum=89366eaf3f86dee46494848c86818625cd79a7a8aea53c0e292e13f715120023
distfiles="${_mirror}/technology/epp/downloads/release/${_release}/${_patch}/eclipse-${_edition}-${_release}-linux-gtk.tar.gz"
checksum=c33337a1740a84aabec3bd256f4256c8693ab0d1f755c120614bd28ae354f326
fi
do_install() {

View file

@ -1,2 +1,2 @@
site="http://www.eclipse.org/downloads"
pattern='\(\K[\d.]+(?=\) Release)'
site="http://download.eclipse.org/eclipse/downloads/"
pattern="drops4/R-\K[\d.a-z]+(?=-\d+/)"