mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
eclipse: update to 4.5.2. (#4169)
This commit is contained in:
parent
b326c4c121
commit
02a9f8870b
1 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'eclipse'
|
# Template file for 'eclipse'
|
||||||
pkgname=eclipse
|
pkgname=eclipse
|
||||||
version=4.4.2
|
version=4.5.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="eclipse"
|
wrksrc="eclipse"
|
||||||
depends="virtual?java-environment unzip gtk+ webkitgtk2 libXtst hicolor-icon-theme desktop-file-utils"
|
depends="virtual?java-environment unzip gtk+ webkitgtk2 libXtst hicolor-icon-theme desktop-file-utils"
|
||||||
|
@ -10,13 +10,14 @@ license="EPL"
|
||||||
homepage="http://eclipse.org"
|
homepage="http://eclipse.org"
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
_release=luna-SR2
|
_release=mars-2
|
||||||
|
_edition=java
|
||||||
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||||
distfiles="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/eclipse-standard-${_release}-linux-gtk-x86_64.tar.gz"
|
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=835a2aaa7f3c81d4c307c17414bdd4a5b219035777eb42150e1d46f5465db98c
|
checksum=ec8300fab617db38a817919f59b137b6422aac54336b46cbf5a873af62f898d6
|
||||||
else
|
else
|
||||||
distfiles="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/eclipse-standard-${_release}-linux-gtk.tar.gz"
|
distfiles="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/eclipse-${_edition}-${_release}-linux-gtk.tar.gz"
|
||||||
checksum=287d8d6b3c8500b9761e73b862b68a55eb8212dc0ab20d8efc129e4d66098b85
|
checksum=679e50bb3c98d2d8d305a795c19dd3513833c9508477ec60dd955c448000d8b4
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue