Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: jpexs-decompiler-18.4.1
Date: Sat, 27 May 2023 15:57:12 +0200	[thread overview]
Message-ID: <20230527135712.2j5HaJke3QFFjklVKOK8unPcWTbr3nXf5cqIh-J12HY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44099@inbox.vuxu.org>

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

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

https://github.com/Eloitor/void-packages jpexs
https://github.com/void-linux/void-packages/pull/44099

New package: jpexs-decompiler-18.4.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)

closes #44078

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

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

From 68b62d90c8371b30b4616a10de046283d7b5dacb Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 26 May 2023 17:53:36 +0200
Subject: [PATCH] New package: jpexs-decompiler-18.4.1

---
 srcpkgs/jpexs-decompiler/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/jpexs-decompiler/template

diff --git a/srcpkgs/jpexs-decompiler/template b/srcpkgs/jpexs-decompiler/template
new file mode 100644
index 000000000000..d99c992d05ea
--- /dev/null
+++ b/srcpkgs/jpexs-decompiler/template
@@ -0,0 +1,30 @@
+# Template file for 'jpexs-decompiler'
+pkgname=jpexs-decompiler
+version=18.4.1
+revision=1
+hostmakedepends="apache-ant openjdk17"
+depends="virtual?java-runtime"
+short_desc="Flash Decompiler"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jindrapetrik/jpexs-decompiler"
+changelog="https://raw.githubusercontent.com/jindrapetrik/jpexs-decompiler/master/CHANGELOG.md"
+distfiles="https://github.com/jindrapetrik/jpexs-decompiler/archive/refs/tags/version${version}.tar.gz"
+checksum=916887e87cd2c27321bd7d1faf0d0ab860615b6436dd6df075f72526138bcc3c
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/openjdk17
+	ant build
+}
+
+do_install() {
+	for file in $(ls dist/lib); do
+		vinstall dist/lib/$file 644 /usr/share/java/ffdec/lib
+	done
+	vinstall dist/flashlib/airglobal.swc 644 /usr/share/java/ffdec/flashlib
+	vinstall dist/flashlib/playerglobal32_0.swc 644 /usr/share/java/ffdec/flashlib
+	vinstall dist/icon.ico 644 /usr/share/java/ffdec
+	vinstall dist/icon.png 644 /usr/share/java/ffdec
+	vinstall dist/ffdec.jar 644 /usr/share/java/ffdec
+	vbin dist/ffdec.sh
+}

  parent reply	other threads:[~2023-05-27 13:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-26 15:57 [PR PATCH] " Eloitor
2023-05-26 16:20 ` abenson
2023-05-27 13:57 ` abenson [this message]
2023-07-04 16:23 ` [PR PATCH] [Updated] " abenson
2023-10-03  1:45 ` github-actions
2023-10-17  1:45 ` [PR PATCH] [Closed]: " github-actions

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=20230527135712.2j5HaJke3QFFjklVKOK8unPcWTbr3nXf5cqIh-J12HY@z \
    --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).