Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] eclipse: fix problem with installation of extra sw
@ 2020-09-23 11:41 mobinmob
  2020-09-23 11:44 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: mobinmob @ 2020-09-23 11:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 411 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/25047

eclipse: fix problem with installation of extra sw
- problem and solution reported by behappier! at Void Linux telegram group

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

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

From 6a715cf283f621361d4b2d4adb49c700ad6c3da4 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 23 Sep 2020 14:39:23 +0300
Subject: [PATCH] eclipse: fix problem with installation of extra sw - problem
 and solution reported by behappier! at Void Linux telegram 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] 5+ messages in thread

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

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

There is an updated 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/25047

eclipse: fix problem with installation of extra sw
- problem and solution reported by behappier! at Void Linux telegram group

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

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

From 27fea3ec547be21d67b4a0d93f485c9ed2d3f74b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 23 Sep 2020 14:39:23 +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

ugrep: update to 2.5.6.
---
 srcpkgs/eclipse/template | 3 ++-
 srcpkgs/ugrep/template   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

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
diff --git a/srcpkgs/ugrep/template b/srcpkgs/ugrep/template
index 71bcbaf5f61..f007229fc6e 100644
--- a/srcpkgs/ugrep/template
+++ b/srcpkgs/ugrep/template
@@ -1,6 +1,6 @@
 # Template file for 'ugrep'
 pkgname=ugrep
-version=2.5.5
+version=2.5.6
 revision=1
 build_style=gnu-configure
 configure_args="--disable-avx"
@@ -10,4 +10,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/Genivia/ugrep"
 distfiles="https://github.com/Genivia/ugrep/archive/v${version}.tar.gz"
-checksum=45b7b48d9c0239bad17faf3bfef80458d1ab5f4e2bb74c058616d802b171e4d4
+checksum=02fc3e3575a6d5482d19e748331c4e3a0e5c85d95c96dbceb06abbab5cbb8cdf

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

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

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

There is an updated 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/25047

eclipse: fix problem with installation of extra sw
- problem and solution reported by behappier! at Void Linux telegram group

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

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



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

* Re: [PR PATCH] [Closed]: eclipse: fix problem with installation of extra sw
  2020-09-23 11:41 [PR PATCH] eclipse: fix problem with installation of extra sw mobinmob
  2020-09-23 11:44 ` [PR PATCH] [Updated] " mobinmob
  2020-09-23 11:46 ` mobinmob
@ 2020-09-23 11:46 ` mobinmob
  2 siblings, 0 replies; 5+ 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] 5+ messages in thread

* Re: [PR PATCH] [Closed]: eclipse: fix problem with installation of extra sw
  2020-09-23 11:49 [PR PATCH] " mobinmob
@ 2020-09-23 13:08 ` mobinmob
  0 siblings, 0 replies; 5+ 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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23 11:41 [PR PATCH] eclipse: fix problem with installation of extra sw mobinmob
2020-09-23 11:44 ` [PR PATCH] [Updated] " mobinmob
2020-09-23 11:46 ` mobinmob
2020-09-23 11:46 ` [PR PATCH] [Closed]: " mobinmob
2020-09-23 11:49 [PR PATCH] " mobinmob
2020-09-23 13:08 ` [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).