Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [RFC] New package: unityhub-3.1.1
@ 2022-04-07  2:09 oreo639
  2022-07-26 19:06 ` Nathan-MV
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: oreo639 @ 2022-04-07  2:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages unityhub
https://github.com/void-linux/void-packages/pull/36550

[RFC] New package: unityhub-3.1.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 7805ffd5acdbb36d2a04358abe22d38401331b10 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Wed, 6 Apr 2022 18:55:37 -0700
Subject: [PATCH] New package: unityhub-3.1.1

---
 srcpkgs/unityhub/files/LICENSE |  1 +
 srcpkgs/unityhub/template      | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/unityhub/files/LICENSE
 create mode 100644 srcpkgs/unityhub/template

diff --git a/srcpkgs/unityhub/files/LICENSE b/srcpkgs/unityhub/files/LICENSE
new file mode 100644
index 000000000000..7bae6565cce7
--- /dev/null
+++ b/srcpkgs/unityhub/files/LICENSE
@@ -0,0 +1 @@
+The current version of this license can be found at: https://unity3d.com/legal/licenses/Unity_Package_Distribution_License
diff --git a/srcpkgs/unityhub/template b/srcpkgs/unityhub/template
new file mode 100644
index 000000000000..111aa8749f1b
--- /dev/null
+++ b/srcpkgs/unityhub/template
@@ -0,0 +1,29 @@
+# Template file for 'unityhub'
+pkgname=unityhub
+version=3.1.1
+revision=1
+archs="x86_64"
+create_wrksrc=yes
+hostmakedepends="rpmextract"
+depends="gtk+3 libnotify xdg-utils libuuid libsecret"
+short_desc="Unity instalation manager"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="custom:Proprietary"
+homepage="https://unity.com/"
+distfiles="https://hub-dist.unity3d.com/artifactory/hub-rpm-prod-local/unity/stable/unityhub_x86_64/unityhub_x86_64-${version}.rpm"
+checksum=0f76a8fbef6ce0dada74b34c1e8b43283a2266ad78b34e2c21d4f8ca7eef650f
+nostrip=yes
+restricted=yes
+noshlibprovides=yes
+repository=nonfree
+nopie=yes
+
+do_install() {
+	vcopy "*" /
+	mkdir -p ${DESTDIR}/usr/bin/
+	ln -sf /opt/unityhub/unityhub ${DESTDIR}/usr/bin/unityhub
+}
+
+post_install() {
+	vlicense ${FILESDIR}/LICENSE
+}

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

* Re: [RFC] New package: unityhub-3.1.1
  2022-04-07  2:09 [PR PATCH] [RFC] New package: unityhub-3.1.1 oreo639
@ 2022-07-26 19:06 ` Nathan-MV
  2022-07-26 20:21 ` [PR PATCH] [Updated] " oreo639
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Nathan-MV @ 2022-07-26 19:06 UTC (permalink / raw)
  To: ml

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

New comment by Nathan-MV on void-packages repository

https://github.com/void-linux/void-packages/pull/36550#issuecomment-1195873347

Comment:
It's working fine, when you have time can you update the PR to `3.2.0`?

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

* Re: [PR PATCH] [Updated] [RFC] New package: unityhub-3.1.1
  2022-04-07  2:09 [PR PATCH] [RFC] New package: unityhub-3.1.1 oreo639
  2022-07-26 19:06 ` Nathan-MV
@ 2022-07-26 20:21 ` oreo639
  2022-07-26 20:22 ` oreo639
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oreo639 @ 2022-07-26 20:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages unityhub
https://github.com/void-linux/void-packages/pull/36550

[RFC] New package: unityhub-3.1.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From fe8441eaeb6a5c817032e702e3b57af7519f3711 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Wed, 6 Apr 2022 18:55:37 -0700
Subject: [PATCH] New package: unityhub-3.2.0

---
 srcpkgs/unityhub/files/LICENSE |  1 +
 srcpkgs/unityhub/template      | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/unityhub/files/LICENSE
 create mode 100644 srcpkgs/unityhub/template

diff --git a/srcpkgs/unityhub/files/LICENSE b/srcpkgs/unityhub/files/LICENSE
new file mode 100644
index 000000000000..7bae6565cce7
--- /dev/null
+++ b/srcpkgs/unityhub/files/LICENSE
@@ -0,0 +1 @@
+The current version of this license can be found at: https://unity3d.com/legal/licenses/Unity_Package_Distribution_License
diff --git a/srcpkgs/unityhub/template b/srcpkgs/unityhub/template
new file mode 100644
index 000000000000..7503227ddc97
--- /dev/null
+++ b/srcpkgs/unityhub/template
@@ -0,0 +1,29 @@
+# Template file for 'unityhub'
+pkgname=unityhub
+version=3.2.0
+revision=1
+archs="x86_64"
+create_wrksrc=yes
+hostmakedepends="rpmextract"
+depends="gtk+3 libnotify xdg-utils libuuid libsecret"
+short_desc="Unity instalation manager"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="custom:Proprietary"
+homepage="https://unity.com/"
+distfiles="https://hub-dist.unity3d.com/artifactory/hub-rpm-prod-local/unity/stable/unityhub_x86_64/unityhub_x86_64-${version}.rpm"
+checksum=75cb18b0ec79ddef91c328521de9ad653d6001a4bf60c8ad34da639d62d95bb5
+nostrip=yes
+restricted=yes
+noshlibprovides=yes
+repository=nonfree
+nopie=yes
+
+do_install() {
+	vcopy "*" /
+	mkdir -p ${DESTDIR}/usr/bin/
+	ln -sf /opt/unityhub/unityhub ${DESTDIR}/usr/bin/unityhub
+}
+
+post_install() {
+	vlicense ${FILESDIR}/LICENSE
+}

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

* Re: [RFC] New package: unityhub-3.1.1
  2022-04-07  2:09 [PR PATCH] [RFC] New package: unityhub-3.1.1 oreo639
  2022-07-26 19:06 ` Nathan-MV
  2022-07-26 20:21 ` [PR PATCH] [Updated] " oreo639
@ 2022-07-26 20:22 ` oreo639
  2022-10-08 23:07 ` [PR PATCH] [Updated] [RFC] New package: unityhub-3.2.0 oreo639
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oreo639 @ 2022-07-26 20:22 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/36550#issuecomment-1195940317

Comment:
> It's working fine, when you have time can you update the PR to `3.2.0`?

Sure.

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

* Re: [PR PATCH] [Updated] [RFC] New package: unityhub-3.2.0
  2022-04-07  2:09 [PR PATCH] [RFC] New package: unityhub-3.1.1 oreo639
                   ` (2 preceding siblings ...)
  2022-07-26 20:22 ` oreo639
@ 2022-10-08 23:07 ` oreo639
  2023-01-07  1:57 ` github-actions
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oreo639 @ 2022-10-08 23:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages unityhub
https://github.com/void-linux/void-packages/pull/36550

[RFC] New package: unityhub-3.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 08202e7773bf9c6aa870eb42b892da63fd2cf0e7 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Wed, 6 Apr 2022 18:55:37 -0700
Subject: [PATCH] New package: unityhub-3.2.0

---
 srcpkgs/unityhub/files/LICENSE |  1 +
 srcpkgs/unityhub/template      | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/unityhub/files/LICENSE
 create mode 100644 srcpkgs/unityhub/template

diff --git a/srcpkgs/unityhub/files/LICENSE b/srcpkgs/unityhub/files/LICENSE
new file mode 100644
index 000000000000..7bae6565cce7
--- /dev/null
+++ b/srcpkgs/unityhub/files/LICENSE
@@ -0,0 +1 @@
+The current version of this license can be found at: https://unity3d.com/legal/licenses/Unity_Package_Distribution_License
diff --git a/srcpkgs/unityhub/template b/srcpkgs/unityhub/template
new file mode 100644
index 000000000000..7503227ddc97
--- /dev/null
+++ b/srcpkgs/unityhub/template
@@ -0,0 +1,29 @@
+# Template file for 'unityhub'
+pkgname=unityhub
+version=3.2.0
+revision=1
+archs="x86_64"
+create_wrksrc=yes
+hostmakedepends="rpmextract"
+depends="gtk+3 libnotify xdg-utils libuuid libsecret"
+short_desc="Unity instalation manager"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="custom:Proprietary"
+homepage="https://unity.com/"
+distfiles="https://hub-dist.unity3d.com/artifactory/hub-rpm-prod-local/unity/stable/unityhub_x86_64/unityhub_x86_64-${version}.rpm"
+checksum=75cb18b0ec79ddef91c328521de9ad653d6001a4bf60c8ad34da639d62d95bb5
+nostrip=yes
+restricted=yes
+noshlibprovides=yes
+repository=nonfree
+nopie=yes
+
+do_install() {
+	vcopy "*" /
+	mkdir -p ${DESTDIR}/usr/bin/
+	ln -sf /opt/unityhub/unityhub ${DESTDIR}/usr/bin/unityhub
+}
+
+post_install() {
+	vlicense ${FILESDIR}/LICENSE
+}

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

* Re: [RFC] New package: unityhub-3.2.0
  2022-04-07  2:09 [PR PATCH] [RFC] New package: unityhub-3.1.1 oreo639
                   ` (3 preceding siblings ...)
  2022-10-08 23:07 ` [PR PATCH] [Updated] [RFC] New package: unityhub-3.2.0 oreo639
@ 2023-01-07  1:57 ` github-actions
  2023-01-15  1:44 ` kingpingu
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2023-01-07  1:57 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/36550#issuecomment-1374346223

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] 15+ messages in thread

* Re: [RFC] New package: unityhub-3.2.0
  2022-04-07  2:09 [PR PATCH] [RFC] New package: unityhub-3.1.1 oreo639
                   ` (4 preceding siblings ...)
  2023-01-07  1:57 ` github-actions
@ 2023-01-15  1:44 ` kingpingu
  2023-01-15  1:46 ` [PR REVIEW] " kingpingu
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: kingpingu @ 2023-01-15  1:44 UTC (permalink / raw)
  To: ml

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

New comment by kingpingu on void-packages repository

https://github.com/void-linux/void-packages/pull/36550#issuecomment-1383020514

Comment:
I see this PR is going to close soon, can we get reviewers assigned to this? It's a valuable package to add

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

* Re: [PR REVIEW] [RFC] New package: unityhub-3.2.0
  2022-04-07  2:09 [PR PATCH] [RFC] New package: unityhub-3.1.1 oreo639
                   ` (5 preceding siblings ...)
  2023-01-15  1:44 ` kingpingu
@ 2023-01-15  1:46 ` kingpingu
  2023-01-15  1:46 ` kingpingu
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: kingpingu @ 2023-01-15  1:46 UTC (permalink / raw)
  To: ml

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

New review comment by kingpingu on void-packages repository

https://github.com/void-linux/void-packages/pull/36550#discussion_r1070475590

Comment:
nit: typo on "instalation"

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

* Re: [RFC] New package: unityhub-3.2.0
  2022-04-07  2:09 [PR PATCH] [RFC] New package: unityhub-3.1.1 oreo639
                   ` (6 preceding siblings ...)
  2023-01-15  1:46 ` [PR REVIEW] " kingpingu
@ 2023-01-15  1:46 ` kingpingu
  2023-01-15  1:56 ` [PR PATCH] [Updated] " oreo639
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: kingpingu @ 2023-01-15  1:46 UTC (permalink / raw)
  To: ml

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

New comment by kingpingu on void-packages repository

https://github.com/void-linux/void-packages/pull/36550#issuecomment-1383020514

Comment:
I see this PR is going to close soon, can we get this merged? It's a valuable package to add

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

* Re: [PR PATCH] [Updated] [RFC] New package: unityhub-3.2.0
  2022-04-07  2:09 [PR PATCH] [RFC] New package: unityhub-3.1.1 oreo639
                   ` (7 preceding siblings ...)
  2023-01-15  1:46 ` kingpingu
@ 2023-01-15  1:56 ` oreo639
  2023-01-15  1:56 ` [PR REVIEW] " oreo639
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oreo639 @ 2023-01-15  1:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages unityhub
https://github.com/void-linux/void-packages/pull/36550

[RFC] New package: unityhub-3.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 4503fdfbfeb1abee5eacb92d22186628ab951b77 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Wed, 6 Apr 2022 18:55:37 -0700
Subject: [PATCH] New package: unityhub-3.4.0

---
 srcpkgs/unityhub/files/LICENSE |  1 +
 srcpkgs/unityhub/template      | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/unityhub/files/LICENSE
 create mode 100644 srcpkgs/unityhub/template

diff --git a/srcpkgs/unityhub/files/LICENSE b/srcpkgs/unityhub/files/LICENSE
new file mode 100644
index 000000000000..7bae6565cce7
--- /dev/null
+++ b/srcpkgs/unityhub/files/LICENSE
@@ -0,0 +1 @@
+The current version of this license can be found at: https://unity3d.com/legal/licenses/Unity_Package_Distribution_License
diff --git a/srcpkgs/unityhub/template b/srcpkgs/unityhub/template
new file mode 100644
index 000000000000..403c9379980e
--- /dev/null
+++ b/srcpkgs/unityhub/template
@@ -0,0 +1,29 @@
+# Template file for 'unityhub'
+pkgname=unityhub
+version=3.4.0
+revision=1
+archs="x86_64"
+create_wrksrc=yes
+hostmakedepends="rpmextract"
+depends="gtk+3 libnotify xdg-utils libuuid libsecret"
+short_desc="Unity installation manager"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="custom:Proprietary"
+homepage="https://unity.com/"
+distfiles="https://hub-dist.unity3d.com/artifactory/hub-rpm-prod-local/unity/stable/unityhub_x86_64/unityhub_x86_64-${version}.rpm"
+checksum=c027c2d81753ea0b78978ae666ff3ac75ffb120688ac05397ff8062985c7d035
+nostrip=yes
+restricted=yes
+noshlibprovides=yes
+repository=nonfree
+nopie=yes
+
+do_install() {
+	vcopy "*" /
+	mkdir -p ${DESTDIR}/usr/bin/
+	ln -sf /opt/unityhub/unityhub ${DESTDIR}/usr/bin/unityhub
+}
+
+post_install() {
+	vlicense ${FILESDIR}/LICENSE
+}

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

* Re: [PR REVIEW] [RFC] New package: unityhub-3.2.0
  2022-04-07  2:09 [PR PATCH] [RFC] New package: unityhub-3.1.1 oreo639
                   ` (8 preceding siblings ...)
  2023-01-15  1:56 ` [PR PATCH] [Updated] " oreo639
@ 2023-01-15  1:56 ` oreo639
  2023-01-15  1:57 ` [PR PATCH] [Updated] " oreo639
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oreo639 @ 2023-01-15  1:56 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/36550#discussion_r1070476573

Comment:
thanks.

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

* Re: [PR PATCH] [Updated] [RFC] New package: unityhub-3.2.0
  2022-04-07  2:09 [PR PATCH] [RFC] New package: unityhub-3.1.1 oreo639
                   ` (9 preceding siblings ...)
  2023-01-15  1:56 ` [PR REVIEW] " oreo639
@ 2023-01-15  1:57 ` oreo639
  2023-04-29  1:52 ` github-actions
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oreo639 @ 2023-01-15  1:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages unityhub
https://github.com/void-linux/void-packages/pull/36550

[RFC] New package: unityhub-3.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a9f8fcc61d9824e3b671b883b6d9b44b564d294e Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sat, 14 Jan 2023 17:57:16 -0800
Subject: [PATCH] New package: unityhub-3.4.0

---
 srcpkgs/unityhub/files/LICENSE |  1 +
 srcpkgs/unityhub/template      | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/unityhub/files/LICENSE
 create mode 100644 srcpkgs/unityhub/template

diff --git a/srcpkgs/unityhub/files/LICENSE b/srcpkgs/unityhub/files/LICENSE
new file mode 100644
index 000000000000..7bae6565cce7
--- /dev/null
+++ b/srcpkgs/unityhub/files/LICENSE
@@ -0,0 +1 @@
+The current version of this license can be found at: https://unity3d.com/legal/licenses/Unity_Package_Distribution_License
diff --git a/srcpkgs/unityhub/template b/srcpkgs/unityhub/template
new file mode 100644
index 000000000000..403c9379980e
--- /dev/null
+++ b/srcpkgs/unityhub/template
@@ -0,0 +1,29 @@
+# Template file for 'unityhub'
+pkgname=unityhub
+version=3.4.0
+revision=1
+archs="x86_64"
+create_wrksrc=yes
+hostmakedepends="rpmextract"
+depends="gtk+3 libnotify xdg-utils libuuid libsecret"
+short_desc="Unity installation manager"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="custom:Proprietary"
+homepage="https://unity.com/"
+distfiles="https://hub-dist.unity3d.com/artifactory/hub-rpm-prod-local/unity/stable/unityhub_x86_64/unityhub_x86_64-${version}.rpm"
+checksum=c027c2d81753ea0b78978ae666ff3ac75ffb120688ac05397ff8062985c7d035
+nostrip=yes
+restricted=yes
+noshlibprovides=yes
+repository=nonfree
+nopie=yes
+
+do_install() {
+	vcopy "*" /
+	mkdir -p ${DESTDIR}/usr/bin/
+	ln -sf /opt/unityhub/unityhub ${DESTDIR}/usr/bin/unityhub
+}
+
+post_install() {
+	vlicense ${FILESDIR}/LICENSE
+}

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

* Re: [RFC] New package: unityhub-3.2.0
  2022-04-07  2:09 [PR PATCH] [RFC] New package: unityhub-3.1.1 oreo639
                   ` (10 preceding siblings ...)
  2023-01-15  1:57 ` [PR PATCH] [Updated] " oreo639
@ 2023-04-29  1:52 ` github-actions
  2023-05-14  1:55 ` [PR PATCH] [Closed]: " github-actions
  2023-05-27 17:55 ` Earthcomputer
  13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2023-04-29  1:52 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/36550#issuecomment-1528457198

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] 15+ messages in thread

* Re: [PR PATCH] [Closed]: [RFC] New package: unityhub-3.2.0
  2022-04-07  2:09 [PR PATCH] [RFC] New package: unityhub-3.1.1 oreo639
                   ` (11 preceding siblings ...)
  2023-04-29  1:52 ` github-actions
@ 2023-05-14  1:55 ` github-actions
  2023-05-27 17:55 ` Earthcomputer
  13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2023-05-14  1:55 UTC (permalink / raw)
  To: ml

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

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

[RFC] New package: unityhub-3.2.0
https://github.com/void-linux/void-packages/pull/36550

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: [RFC] New package: unityhub-3.2.0
  2022-04-07  2:09 [PR PATCH] [RFC] New package: unityhub-3.1.1 oreo639
                   ` (12 preceding siblings ...)
  2023-05-14  1:55 ` [PR PATCH] [Closed]: " github-actions
@ 2023-05-27 17:55 ` Earthcomputer
  13 siblings, 0 replies; 15+ messages in thread
From: Earthcomputer @ 2023-05-27 17:55 UTC (permalink / raw)
  To: ml

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

New comment by Earthcomputer on void-packages repository

https://github.com/void-linux/void-packages/pull/36550#issuecomment-1565617687

Comment:
Bump

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

end of thread, other threads:[~2023-05-27 17:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07  2:09 [PR PATCH] [RFC] New package: unityhub-3.1.1 oreo639
2022-07-26 19:06 ` Nathan-MV
2022-07-26 20:21 ` [PR PATCH] [Updated] " oreo639
2022-07-26 20:22 ` oreo639
2022-10-08 23:07 ` [PR PATCH] [Updated] [RFC] New package: unityhub-3.2.0 oreo639
2023-01-07  1:57 ` github-actions
2023-01-15  1:44 ` kingpingu
2023-01-15  1:46 ` [PR REVIEW] " kingpingu
2023-01-15  1:46 ` kingpingu
2023-01-15  1:56 ` [PR PATCH] [Updated] " oreo639
2023-01-15  1:56 ` [PR REVIEW] " oreo639
2023-01-15  1:57 ` [PR PATCH] [Updated] " oreo639
2023-04-29  1:52 ` github-actions
2023-05-14  1:55 ` [PR PATCH] [Closed]: " github-actions
2023-05-27 17:55 ` Earthcomputer

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