Github messages for voidlinux
 help / color / mirror / Atom feed
From: oreo639 <oreo639@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [RFC] New package: unityhub-3.2.0
Date: Sun, 15 Jan 2023 02:56:11 +0100	[thread overview]
Message-ID: <20230115015611.xcAtgOv0KK80cznWlZknNw_LJA0oUj1CqI44eW0XQN0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36550@inbox.vuxu.org>

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

  parent reply	other threads:[~2023-01-15  1:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` oreo639 [this message]
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

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=20230115015611.xcAtgOv0KK80cznWlZknNw_LJA0oUj1CqI44eW0XQN0@z \
    --to=oreo639@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).