Github messages for voidlinux
 help / color / mirror / Atom feed
From: mobinmob <mobinmob@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] eclipse: update to 4.17.
Date: Sat, 26 Sep 2020 16:32:37 +0200	[thread overview]
Message-ID: <20200926143237.SC0n5bFh6pFslMqcYxz_ZoGBbFIg3JKBzZJPQtLehso@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25051@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages eclipse4.17
https://github.com/void-linux/void-packages/pull/25051

eclipse: update to 4.17.
- include change from https://github.com/void-linux/void-packages/pull/25048
- depend on openjdk11 explicitly
Thanx @linuxergr for the suggestions and help!

A patch file from https://github.com/void-linux/void-packages/pull/25051.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-eclipse4.17-25051.patch --]
[-- Type: text/x-diff, Size: 1747 bytes --]

From 6e096b1a8e030fd5bb50c4d20d802990f3540d7a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 23 Sep 2020 15:57:37 +0300
Subject: [PATCH] eclipse: update to 4.17.

---
 srcpkgs/eclipse/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eclipse/template b/srcpkgs/eclipse/template
index 5a9082e966c..87a0f52ec50 100644
--- a/srcpkgs/eclipse/template
+++ b/srcpkgs/eclipse/template
@@ -1,29 +1,32 @@
 # Template file for 'eclipse'
 pkgname=eclipse
-version=4.16
+version=4.17
 revision=1
 #code name of version
-_release=2020-06
+_release=2020-09
 archs="x86_64"
 wrksrc="eclipse"
-depends="virtual?java-environment unzip gtk+3 webkit2gtk libXtst
+depends="openjdk11 gtk+3 webkit2gtk libXtst
  hicolor-icon-theme desktop-file-utils"
 short_desc="IDE for Java and other languages"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="EPL-1.0"
 homepage="https://eclipse.org"
 nopie=yes
+make_dirs="/usr/lib/eclipse/dropins 0770 root users"
 
 _patch=R
 _edition=java
 _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"
-checksum=dc52b7486715cf13aa2642b7e96fc7d2ea1d0544c070110dd52b2644ec869e76
+checksum=ad597ad092d349f7a2bca3ca2145614a3e9fdf3d5311b24bff1089010fd34f5e
 python_version=2
 
 do_install() {
 	vmkdir usr/lib/eclipse
 	cp -a ${wrksrc}/* ${DESTDIR}/usr/lib/eclipse
+	sed -i '6i-vm' ${DESTDIR}/usr/lib/eclipse/eclipse.ini
+	sed -i '7i/usr/lib/jvm/openjdk11/bin' ${DESTDIR}/usr/lib/eclipse/eclipse.ini
 
 	vbin ${FILESDIR}/eclipse.sh eclipse
 	vinstall ${FILESDIR}/eclipse.desktop 644 usr/share/applications

  parent reply	other threads:[~2020-09-26 14:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-23 13:06 [PR PATCH] " mobinmob
2020-09-23 14:36 ` linuxergr
2020-09-23 14:40 ` linuxergr
2020-09-23 14:40 ` linuxergr
2020-09-26 14:32 ` mobinmob [this message]
2020-09-29 15:40 ` [PR PATCH] [Merged]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200926143237.SC0n5bFh6pFslMqcYxz_ZoGBbFIg3JKBzZJPQtLehso@z \
    --to=mobinmob@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).