Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: jpexs-decompiler-18.4.1
@ 2023-05-26 15:57 Eloitor
  2023-05-26 16:20 ` abenson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eloitor @ 2023-05-26 15:57 UTC (permalink / raw)
  To: ml

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

There is a new pull request by Eloitor 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 b9d64f007d1d3e96d8da581ea0942742805c820c 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
+}

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

end of thread, other threads:[~2023-10-17  1:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-26 15:57 [PR PATCH] New package: jpexs-decompiler-18.4.1 Eloitor
2023-05-26 16:20 ` abenson
2023-05-27 13:57 ` [PR PATCH] [Updated] " abenson
2023-07-04 16:23 ` abenson
2023-10-03  1:45 ` github-actions
2023-10-17  1:45 ` [PR PATCH] [Closed]: " github-actions

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