mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
eclipse: update to 4.15
This commit is contained in:
parent
de08bdab3f
commit
9e42af0dfa
1 changed files with 5 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'eclipse'
|
# Template file for 'eclipse'
|
||||||
pkgname=eclipse
|
pkgname=eclipse
|
||||||
version=4.14
|
version=4.15
|
||||||
revision=1
|
revision=1
|
||||||
#code name of version
|
#code name of version
|
||||||
_release=2019-12
|
_release=2020-03
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
wrksrc="eclipse"
|
wrksrc="eclipse"
|
||||||
depends="virtual?java-environment unzip gtk+3 webkit2gtk libXtst hicolor-icon-theme desktop-file-utils"
|
depends="virtual?java-environment unzip gtk+3 webkit2gtk libXtst
|
||||||
|
hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="IDE for Java and other languages"
|
short_desc="IDE for Java and other languages"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="EPL-1.0"
|
license="EPL-1.0"
|
||||||
|
@ -17,7 +18,7 @@ _patch=R
|
||||||
_edition=java
|
_edition=java
|
||||||
_mirror="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse"
|
_mirror="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse"
|
||||||
distfiles="${_mirror}/technology/epp/downloads/release/${_release}/${_patch}/eclipse-${_edition}-${_release}-${_patch}-linux-gtk-x86_64.tar.gz"
|
distfiles="${_mirror}/technology/epp/downloads/release/${_release}/${_patch}/eclipse-${_edition}-${_release}-${_patch}-linux-gtk-x86_64.tar.gz"
|
||||||
checksum=eea78b2daab7c5d3e11cd86d0782023a05f7e173265f470536357ef97cd31a29
|
checksum=72fde94154999df569cbd30551bc784341391b9753209cd563829a6c8674383e
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/lib/eclipse
|
vmkdir usr/lib/eclipse
|
||||||
|
|
Loading…
Add table
Reference in a new issue