Github messages for voidlinux
 help / color / mirror / Atom feed
From: ketlrznt <ketlrznt@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: v2rayA-1.5.9.1698.1
Date: Sun, 28 Aug 2022 15:11:17 +0200	[thread overview]
Message-ID: <20220828131117.gbvDiV3ROBFcJY-kWuGYoCyA5i1RCvErUCphxNLgYt4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38528@inbox.vuxu.org>

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

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

https://github.com/ketlrznt/void-packages master
https://github.com/void-linux/void-packages/pull/38528

New package: v2rayA-1.5.9.1698.1
#### 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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)


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

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

From c37f00495d5656f496c9f00dfbb248df15ebda64 Mon Sep 17 00:00:00 2001
From: ketlrznt <tansuanyinliao8888@gmail.com>
Date: Mon, 8 Aug 2022 10:19:39 +0800
Subject: [PATCH] New package: v2rayA-1.5.9.1698.1

---
 srcpkgs/v2rayA/files/v2rayA/run |  6 ++++++
 srcpkgs/v2rayA/template         | 31 +++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 100644 srcpkgs/v2rayA/files/v2rayA/run
 create mode 100644 srcpkgs/v2rayA/template

diff --git a/srcpkgs/v2rayA/files/v2rayA/run b/srcpkgs/v2rayA/files/v2rayA/run
new file mode 100644
index 000000000000..fd6527ed7096
--- /dev/null
+++ b/srcpkgs/v2rayA/files/v2rayA/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+export XDG_DATA_HOME="/usr/share"
+
+exec /usr/bin/v2rayA
+
diff --git a/srcpkgs/v2rayA/template b/srcpkgs/v2rayA/template
new file mode 100644
index 000000000000..1b3380e6bda0
--- /dev/null
+++ b/srcpkgs/v2rayA/template
@@ -0,0 +1,31 @@
+# Template file for 'v2rayA'
+pkgname=v2rayA
+version=1.5.9.1698.1
+revision=1
+build_wrksrc="service"
+build_style="go"
+go_import_path="github.com/v2rayA/v2rayA"
+go_ldflags="-X github.com/v2rayA/v2rayA/conf.Version=${version}"
+hostmakedepends="nodejs yarn"
+depends="v2ray>=4.37.0_1 xdg-utils"
+short_desc="Web GUI client of Project V which supports various protocals"
+maintainer="ketlrznt <tansuanyinliao8888@gmail.com>"
+license="AGPL-3.0-only"
+homepage="https://github.com/v2rayA/v2rayA"
+distfiles="https://github.com/v2rayA/v2rayA/archive/v${version}.tar.gz"
+checksum="247a357230c616bf48309c61d119686e4ad56939c05afef584c45051e9dc6220"
+
+pre_build() {
+	cd ${wrksrc}/gui
+	yarn --check-files
+	OUTPUT_DIR="${wrksrc}/service/server/router/web" yarn build
+}
+
+post_install() {
+	cd ${wrksrc}
+	vinstall install/universal/v2raya.desktop 0644 usr/share/applications
+	vsv v2rayA
+	vinstall gui/public/img/icons/android-chrome-512x512.png \
+	0644 usr/share/icons/hicolor/512x512/apps/ v2raya.png
+	vlicense LICENSE
+}

  parent reply	other threads:[~2022-08-28 13:11 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-08  2:28 [PR PATCH] New package: v2raya-1.5.9.1698.1 ketlrznt
2022-08-08  2:37 ` [PR PATCH] [Updated] " ketlrznt
2022-08-08  2:41 ` ketlrznt
2022-08-08  2:56 ` ketlrznt
2022-08-08  4:53 ` ketlrznt
2022-08-08  5:04 ` [PR REVIEW] " classabbyamp
2022-08-08  5:04 ` classabbyamp
2022-08-08  5:12 ` [PR PATCH] [Updated] " ketlrznt
2022-08-08  5:22 ` ketlrznt
2022-08-08  5:46 ` [PR REVIEW] " ketlrznt
2022-08-08  5:46 ` ketlrznt
2022-08-08  5:48 ` [PR PATCH] [Updated] " ketlrznt
2022-08-08  5:50 ` [PR REVIEW] " ketlrznt
2022-08-08  5:50 ` ketlrznt
2022-08-08  6:16 ` classabbyamp
2022-08-08  6:16 ` classabbyamp
2022-08-08  6:16 ` classabbyamp
2022-08-08  6:16 ` classabbyamp
2022-08-08  6:16 ` classabbyamp
2022-08-08  6:16 ` classabbyamp
2022-08-08  6:16 ` classabbyamp
2022-08-08  6:16 ` classabbyamp
2022-08-08  6:16 ` classabbyamp
2022-08-08  6:16 ` classabbyamp
2022-08-08  8:04 ` cubercsl
2022-08-08  9:07 ` [PR PATCH] [Updated] " ketlrznt
2022-08-08 11:45 ` ketlrznt
2022-08-08 11:54 ` [PR PATCH] [Updated] " ketlrznt
2022-08-08 11:58 ` ketlrznt
2022-08-08 11:59 ` ketlrznt
2022-08-08 14:11 ` [PR REVIEW] " classabbyamp
2022-08-08 14:11 ` classabbyamp
2022-08-08 14:27 ` [PR PATCH] [Updated] " ketlrznt
2022-08-08 14:31 ` ketlrznt
2022-08-08 15:10 ` [PR REVIEW] " classabbyamp
2022-08-08 15:34 ` [PR PATCH] [Updated] " ketlrznt
2022-08-08 15:39 ` [PR PATCH] [Updated] New package: v2rayA-1.5.9.1698.1 ketlrznt
2022-08-08 15:40 ` ketlrznt
2022-08-08 15:41 ` ketlrznt
2022-08-08 15:47 ` [PR REVIEW] " classabbyamp
2022-08-08 15:54 ` [PR PATCH] [Updated] " ketlrznt
2022-08-08 15:57 ` classabbyamp
2022-08-08 16:03 ` ketlrznt
2022-08-09  0:58 ` ketlrznt
2022-08-09  1:23 ` ketlrznt
2022-08-09  2:24 ` [PR PATCH] [Updated] " ketlrznt
2022-08-09  2:27 ` ketlrznt
2022-08-09  2:29 ` [PR REVIEW] " classabbyamp
2022-08-09  2:33 ` [PR PATCH] [Updated] " ketlrznt
2022-08-09  2:34 ` ketlrznt
2022-08-09  3:06 ` ketlrznt
2022-08-10 19:23 ` [PR REVIEW] " classabbyamp
2022-08-10 23:25 ` [PR PATCH] [Updated] " ketlrznt
2022-08-10 23:26 ` classabbyamp
2022-08-10 23:29 ` [PR REVIEW] " classabbyamp
2022-08-11  0:39 ` [PR PATCH] [Updated] " ketlrznt
2022-08-11  0:39 ` ketlrznt
2022-08-28 13:11 ` ketlrznt [this message]
2022-08-28 13:19 ` ketlrznt
2022-08-28 13:20 ` ketlrznt
2022-08-28 13:26 ` ketlrznt
2022-09-11  1:41 ` [WIP for Update] " ketlrznt
2022-09-11  1:44 ` ketlrznt
2022-10-19  8:53 ` [PR PATCH] [Closed]: " ketlrznt

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=20220828131117.gbvDiV3ROBFcJY-kWuGYoCyA5i1RCvErUCphxNLgYt4@z \
    --to=ketlrznt@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).