Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] eclipse: fix problem with installation of extra sw
@ 2020-09-23 11:49 mobinmob
  2020-09-23 11:56 ` ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: mobinmob @ 2020-09-23 11:49 UTC (permalink / raw)
  To: ml

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

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages eclipse
https://github.com/void-linux/void-packages/pull/25048

eclipse: fix problem with installation of extra sw
- bug reported by behappier! at Void Linux telegram group
- solution found by Aljosha on the same group

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

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

From 9757b2d62aa28a6ebabf65a2a38229636cb43d16 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 23 Sep 2020 14:47:21 +0300
Subject: [PATCH] eclipse: fix problem with installation of extra sw - bug
 reported by behappier! at Void Linux telegram group - solution found by
 Aljosha on the same group

---
 srcpkgs/eclipse/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/eclipse/template b/srcpkgs/eclipse/template
index 5a9082e966c..bdb981487b1 100644
--- a/srcpkgs/eclipse/template
+++ b/srcpkgs/eclipse/template
@@ -1,7 +1,7 @@
 # Template file for 'eclipse'
 pkgname=eclipse
 version=4.16
-revision=1
+revision=2
 #code name of version
 _release=2020-06
 archs="x86_64"
@@ -13,6 +13,7 @@ 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: eclipse: fix problem with installation of extra sw
  2020-09-23 11:49 [PR PATCH] eclipse: fix problem with installation of extra sw mobinmob
@ 2020-09-23 11:56 ` ericonr
  2020-09-23 12:43 ` mobinmob
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-09-23 11:56 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25048#issuecomment-697315300

Comment:
Does eclipse install additional stuff into a system folder?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: eclipse: fix problem with installation of extra sw
  2020-09-23 11:49 [PR PATCH] eclipse: fix problem with installation of extra sw mobinmob
  2020-09-23 11:56 ` ericonr
@ 2020-09-23 12:43 ` mobinmob
  2020-09-23 12:44 ` mobinmob
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: mobinmob @ 2020-09-23 12:43 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/25048#issuecomment-697339494

Comment:
> Does eclipse install additional stuff into a system folder?

Not by default. If a user wants to install something from the marketplace it goes to the dropins/ directory.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: eclipse: fix problem with installation of extra sw
  2020-09-23 11:49 [PR PATCH] eclipse: fix problem with installation of extra sw mobinmob
  2020-09-23 11:56 ` ericonr
  2020-09-23 12:43 ` mobinmob
@ 2020-09-23 12:44 ` mobinmob
  2020-09-23 12:48 ` mobinmob
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: mobinmob @ 2020-09-23 12:44 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/25048#issuecomment-697339494

Comment:
> Does eclipse install additional stuff into a system folder?

Not during installation. If a user wants to install something from the marketplace it goes to the dropins/ directory.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: eclipse: fix problem with installation of extra sw
  2020-09-23 11:49 [PR PATCH] eclipse: fix problem with installation of extra sw mobinmob
                   ` (2 preceding siblings ...)
  2020-09-23 12:44 ` mobinmob
@ 2020-09-23 12:48 ` mobinmob
  2020-09-23 12:49 ` ericonr
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: mobinmob @ 2020-09-23 12:48 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/25048#issuecomment-697339494

Comment:
> Does eclipse install additional stuff into a system folder?

Not during installation. If a user wants to install something extra from the marketplace it goes to the dropins/ directory.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: eclipse: fix problem with installation of extra sw
  2020-09-23 11:49 [PR PATCH] eclipse: fix problem with installation of extra sw mobinmob
                   ` (3 preceding siblings ...)
  2020-09-23 12:48 ` mobinmob
@ 2020-09-23 12:49 ` ericonr
  2020-09-23 13:08 ` mobinmob
  2020-09-23 13:08 ` [PR PATCH] [Closed]: " mobinmob
  6 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-09-23 12:49 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25048#issuecomment-697342349

Comment:
Got it.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: eclipse: fix problem with installation of extra sw
  2020-09-23 11:49 [PR PATCH] eclipse: fix problem with installation of extra sw mobinmob
                   ` (4 preceding siblings ...)
  2020-09-23 12:49 ` ericonr
@ 2020-09-23 13:08 ` mobinmob
  2020-09-23 13:08 ` [PR PATCH] [Closed]: " mobinmob
  6 siblings, 0 replies; 9+ messages in thread
From: mobinmob @ 2020-09-23 13:08 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/25048#issuecomment-697352727

Comment:
Closing: Change included in https://github.com/void-linux/void-packages/pull/25051

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Closed]: eclipse: fix problem with installation of extra sw
  2020-09-23 11:49 [PR PATCH] eclipse: fix problem with installation of extra sw mobinmob
                   ` (5 preceding siblings ...)
  2020-09-23 13:08 ` mobinmob
@ 2020-09-23 13:08 ` mobinmob
  6 siblings, 0 replies; 9+ messages in thread
From: mobinmob @ 2020-09-23 13:08 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

eclipse: fix problem with installation of extra sw
https://github.com/void-linux/void-packages/pull/25048

Description:
- bug reported by behappier! at Void Linux telegram group
- solution found by Aljosha on the same group

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Closed]: eclipse: fix problem with installation of extra sw
  2020-09-23 11:41 [PR PATCH] " mobinmob
@ 2020-09-23 11:46 ` mobinmob
  0 siblings, 0 replies; 9+ messages in thread
From: mobinmob @ 2020-09-23 11:46 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

eclipse: fix problem with installation of extra sw
https://github.com/void-linux/void-packages/pull/25047

Description:
- problem and solution reported by behappier! at Void Linux telegram group

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-09-23 13:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23 11:49 [PR PATCH] eclipse: fix problem with installation of extra sw mobinmob
2020-09-23 11:56 ` ericonr
2020-09-23 12:43 ` mobinmob
2020-09-23 12:44 ` mobinmob
2020-09-23 12:48 ` mobinmob
2020-09-23 12:49 ` ericonr
2020-09-23 13:08 ` mobinmob
2020-09-23 13:08 ` [PR PATCH] [Closed]: " mobinmob
  -- strict thread matches above, loose matches on Subject: below --
2020-09-23 11:41 [PR PATCH] " mobinmob
2020-09-23 11:46 ` [PR PATCH] [Closed]: " mobinmob

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).