Github messages for voidlinux
 help / color / mirror / Atom feed
From: Ruthenic <Ruthenic@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: heroic-games-launcher-1.8.1
Date: Tue, 06 Jul 2021 17:10:19 +0200	[thread overview]
Message-ID: <20210706151019.Ka3F2UwOUkY1FvaiAFLZ19F5KcenH-RUNyrMvka6LJQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31770@inbox.vuxu.org>

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

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

https://github.com/Ruthenic/void-packages heroic
https://github.com/void-linux/void-packages/pull/31770

New package: heroic-games-launcher-1.8.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.-->
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From dc2843d2346a371b5104304e465ab61e57d172c4 Mon Sep 17 00:00:00 2001
From: Ruthenic <mdrakea3@tutanota.com>
Date: Fri, 2 Jul 2021 18:34:32 -0400
Subject: [PATCH 1/2] New package: heroic-games-launcher-1.8.1

---
 srcpkgs/heroic-games-launcher/template | 47 ++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
 create mode 100644 srcpkgs/heroic-games-launcher/template

diff --git a/srcpkgs/heroic-games-launcher/template b/srcpkgs/heroic-games-launcher/template
new file mode 100644
index 000000000000..1dab17ccfe99
--- /dev/null
+++ b/srcpkgs/heroic-games-launcher/template
@@ -0,0 +1,47 @@
+# Template file for 'heroic-games-launcher'
+pkgname=heroic-games-launcher
+version=1.8.1
+revision=1
+archs="x86_64"
+wrksrc=${pkgname}-${version}
+create_wrksrc=yes
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="nodejs yarn python3 python3-setuptools python3-wheel fuse git gawk tar"
+#makedepends=""
+depends="fuse"
+short_desc="Native Epic Games launcher for Linux"
+maintainer="Ruthenic <mdrakea3@tutanota.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher"
+#distfiles=""
+#checksum="7c479dea0e87ef8cffb9712ff8258d7a16aa4c3913e604589f5d714be5bf2f71"
+
+do_fetch() {
+	mkdir -p ${pkgname}-${version}
+	cd ${pkgname}-${version}
+	git clone ${homepage} -b v${version} heroic
+	shopt -s dotglob nullglob
+	mv heroic/* .
+	rm -rf heroic
+}
+
+do_build() {
+	yarn
+	yarn dist
+}
+
+do_install() {
+	#Install application files
+	vmkdir usr/lib/heroic-games-launcher
+	vcopy dist/linux-unpacked/* usr/lib/heroic-games-launcher
+	#Symlink binary to /usr/bin
+	vmkdir usr/bin
+	ln -sf /usr/lib/heroic-games-launcher/heroic ${DESTDIR}/usr/bin
+	#Install icons
+	vmkdir usr/share/icons/hicolor
+	vinstall build/icon.png 644 usr/share/icons/hicolor/512x512/apps/ heroic.png
+}

From 43bb3ca91530b589eaf2559637b9938d9041b40c Mon Sep 17 00:00:00 2001
From: Drake <53356436+Ruthenic@users.noreply.github.com>
Date: Tue, 6 Jul 2021 11:10:17 -0400
Subject: [PATCH 2/2] heroic-games-launcher: update to 1.8.2.

---
 srcpkgs/heroic-games-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/heroic-games-launcher/template b/srcpkgs/heroic-games-launcher/template
index 1dab17ccfe99..73d9fb51185c 100644
--- a/srcpkgs/heroic-games-launcher/template
+++ b/srcpkgs/heroic-games-launcher/template
@@ -1,6 +1,6 @@
 # Template file for 'heroic-games-launcher'
 pkgname=heroic-games-launcher
-version=1.8.1
+version=1.8.2
 revision=1
 archs="x86_64"
 wrksrc=${pkgname}-${version}

  parent reply	other threads:[~2021-07-06 15:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-02 22:43 [PR PATCH] " Ruthenic
2021-07-06 15:05 ` [PR PATCH] [Updated] " Ruthenic
2021-07-06 15:10 ` Ruthenic [this message]
2022-02-14  0:24 ` New package: heroic-games-launcher-1.8.2 tibequadorian
2022-02-14  0:25 ` tibequadorian
2022-02-14  0:27 ` tibequadorian
2022-02-14  0:27 ` tibequadorian
2022-02-14 22:00 ` [PR PATCH] [Closed]: " Ruthenic
2022-02-14 22:00 ` Ruthenic
2022-02-14 22:02 ` Ruthenic

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=20210706151019.Ka3F2UwOUkY1FvaiAFLZ19F5KcenH-RUNyrMvka6LJQ@z \
    --to=ruthenic@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).