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

* Re: New package: jpexs-decompiler-18.4.1
  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
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2023-05-26 16:20 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/44099#issuecomment-1564629930

Comment:
Must be something with CI.

```
pkg               host         target        cross  result
jpexs-decompiler  x86_64       x86_64        n      OK
jpexs-decompiler  x86_64-musl  x86_64-musl   n      OK
jpexs-decompiler  i686         i686          n      OK
jpexs-decompiler  x86_64       aarch64-musl  y      OK
jpexs-decompiler  x86_64       aarch64       y      OK
jpexs-decompiler  x86_64       armv7l-musl   y      OK
jpexs-decompiler  x86_64       armv7l        y      OK
jpexs-decompiler  x86_64       armv6l-musl   y      OK
jpexs-decompiler  x86_64       armv6l        y      OK
```

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

* Re: [PR PATCH] [Updated] New package: jpexs-decompiler-18.4.1
  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 ` abenson
  2023-07-04 16:23 ` abenson
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2023-05-27 13:57 UTC (permalink / raw)
  To: ml

[-- 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
+}

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

* Re: [PR PATCH] [Updated] New package: jpexs-decompiler-18.4.1
  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
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2023-07-04 16:23 UTC (permalink / raw)
  To: ml

[-- 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 17813236cccc9d4ee62c6c3b65d4cd0970a421a6 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

* Re: New package: jpexs-decompiler-18.4.1
  2023-05-26 15:57 [PR PATCH] New package: jpexs-decompiler-18.4.1 Eloitor
                   ` (2 preceding siblings ...)
  2023-07-04 16:23 ` abenson
@ 2023-10-03  1:45 ` github-actions
  2023-10-17  1:45 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-10-03  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/44099#issuecomment-1744033221

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: jpexs-decompiler-18.4.1
  2023-05-26 15:57 [PR PATCH] New package: jpexs-decompiler-18.4.1 Eloitor
                   ` (3 preceding siblings ...)
  2023-10-03  1:45 ` github-actions
@ 2023-10-17  1:45 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-10-17  1:45 UTC (permalink / raw)
  To: ml

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

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

New package: jpexs-decompiler-18.4.1
https://github.com/void-linux/void-packages/pull/44099

Description:
#### 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

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