mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
eclipse: update to 4.30.0.
This commit is contained in:
parent
ea6f6e022f
commit
419cb692b7
1 changed files with 8 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'eclipse'
|
# Template file for 'eclipse'
|
||||||
pkgname=eclipse
|
pkgname=eclipse
|
||||||
version=4.28
|
version=4.30.0
|
||||||
revision=2
|
revision=1
|
||||||
#code name of version
|
#code name of version
|
||||||
_release=2023-06
|
_release=2023-12
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
depends="openjdk11 gtk+3 webkit2gtk libXtst
|
depends="openjdk11 gtk+3 webkit2gtk libXtst
|
||||||
hicolor-icon-theme desktop-file-utils"
|
hicolor-icon-theme desktop-file-utils"
|
||||||
|
@ -11,16 +11,18 @@ short_desc="IDE for Java and other languages"
|
||||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||||
license="EPL-1.0"
|
license="EPL-1.0"
|
||||||
homepage="https://eclipse.org"
|
homepage="https://eclipse.org"
|
||||||
nopie=yes
|
|
||||||
make_dirs="/usr/lib/eclipse/dropins 0770 root users"
|
make_dirs="/usr/lib/eclipse/dropins 0770 root users"
|
||||||
|
|
||||||
_patch=R
|
_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}-R-linux-gtk-x86_64.tar.gz"
|
distfiles="${_mirror}/technology/epp/downloads/release/${_release}/${_patch}/eclipse-${_edition}-${_release}-R-linux-gtk-x86_64.tar.gz"
|
||||||
checksum=142e33831fbbe52f53255a746b35a038dff0366a04cb4d3be2d8fe0ce76f34e8
|
checksum=09fda3acd8da911b5e18efd6d7ca27784f440ccdd52f28bf94869f81f7e9ad47
|
||||||
|
nopie=yes
|
||||||
|
nostrip=yes
|
||||||
|
allow_unknown_shlibs=yes # glibc sonames issue
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/lib/eclipse
|
vmkdir usr/lib/eclipse
|
||||||
cp -a ${wrksrc}/* ${DESTDIR}/usr/lib/eclipse
|
cp -a ${wrksrc}/* ${DESTDIR}/usr/lib/eclipse
|
||||||
|
|
Loading…
Add table
Reference in a new issue