Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] jadx: don't source jdk environment
Date: Fri, 14 Aug 2020 15:50:35 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24274@inbox.vuxu.org> (raw)

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

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

https://github.com/abenson/void-packages jadx_fixsource
https://github.com/void-linux/void-packages/pull/24274

jadx: don't source jdk environment


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

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

From f9c131231b755ce175a5fd24a90aef2a7e78f8c0 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 14 Aug 2020 08:30:08 -0500
Subject: [PATCH] jadx: don't source jdk environment

---
 srcpkgs/jadx/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/jadx/template b/srcpkgs/jadx/template
index 84efe7632e5..ed5b4a376e1 100644
--- a/srcpkgs/jadx/template
+++ b/srcpkgs/jadx/template
@@ -1,7 +1,7 @@
 # Template file for 'jadx'
 pkgname=jadx
 version=1.1.0
-revision=1
+revision=2
 archs=noarch
 hostmakedepends="openjdk8 gradle"
 short_desc="Decompiler for Dalvik bytecode"
@@ -11,10 +11,6 @@ homepage="https://github.com/skylot/jadx"
 distfiles="https://github.com/skylot/jadx/archive/v${version}.tar.gz"
 checksum=86136f831e1e7889c012ddb5b874a014e1db6d615c805a9c832ec54ef22e292c
 
-if [ -e /etc/profile.d/10_openjdk11.sh ]; then
-	. /etc/profile.d/10_openjdk11.sh
-fi
-
 do_build() {
 	gradle copyArtifacts
 }

             reply	other threads:[~2020-08-14 13:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-14 13:50 abenson [this message]
2020-08-14 13:54 ` [PR PATCH] [Updated] " abenson
2020-08-14 13:55 ` [PR PATCH] [Merged]: " abenson

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24274@inbox.vuxu.org \
    --to=abenson@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).