Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: feishin-0.3.0
@ 2023-08-22 17:23 inalone
  2023-08-22 17:28 ` [PR PATCH] [Updated] " inalone
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: inalone @ 2023-08-22 17:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/inalone/void-packages feishin
https://github.com/void-linux/void-packages/pull/45714

New package: feishin-0.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**
-->

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds): None
-->


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

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

From f24a5e1b2aa80ef6d92d1eb39b550b959fd5e69d Mon Sep 17 00:00:00 2001
From: inalone <me@inal.one>
Date: Tue, 22 Aug 2023 17:07:14 +0100
Subject: [PATCH] New package: feishin-0.3.0

---
 srcpkgs/feishin/files/feishin.desktop | 10 +++++++
 srcpkgs/feishin/template              | 43 +++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)
 create mode 100644 srcpkgs/feishin/files/feishin.desktop
 create mode 100644 srcpkgs/feishin/template

diff --git a/srcpkgs/feishin/files/feishin.desktop b/srcpkgs/feishin/files/feishin.desktop
new file mode 100644
index 0000000000000..d97cb917d1242
--- /dev/null
+++ b/srcpkgs/feishin/files/feishin.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Feishin
+Comment=A modern self-hosted music player
+Exec=feishin
+Icon=feishin
+Terminal=false
+StartupNotify=false
+Categories=AudioVideo;Audio;
diff --git a/srcpkgs/feishin/template b/srcpkgs/feishin/template
new file mode 100644
index 0000000000000..19ef8cee0831b
--- /dev/null
+++ b/srcpkgs/feishin/template
@@ -0,0 +1,43 @@
+# Template file for 'feishin'
+pkgname=feishin
+version=0.3.0
+revision=1
+archs="x86_64*"
+nopie=yes
+_electron_version=24
+hostmakedepends="electron${_electron_version} nodejs app-builder"
+depends="mpv"
+short_desc="A modern self-hosted music player"
+maintainer="inalone <me@inal.one>"
+license="GPL-3.0-only"
+homepage="https://github.com/jeffvli/feishin"
+distfiles="https://github.com/jeffvli/feishin/archive/v${version}.tar.gz"
+checksum=626431ee66d5d9d15fad1ec8247a57d5b94047ee014d2da9d5282866391f9124
+
+do_build() {
+	export USE_SYSTEM_APP_BUILDER=true
+	export ELECTRON_SKIP_BINARY_DOWNLOAD=1
+
+	electronDist="/usr/lib/electron${_electron_version}"
+	electronVersion="$(sed s/^v// $electronDist/version)"
+	
+	npm install
+	npm run package -- --linux --x64 --dir \
+		-c.electronDist="$electronDist" \
+		-c.electronVersion="$electronVersion"
+}
+
+do_install() {
+	vmkdir opt/${pkgname}
+	vmkdir usr/bin
+
+	vcopy release/build/linux-unpacked/* opt/${pkgname}
+	ln -sf /opt/${pkgname}/${pkgname} ${DESTDIR}/usr/bin/${pkgname}
+
+	vinstall "${FILESDIR}/feishin.desktop" 644 usr/share/applications
+
+	for size in 32x32 64x64 128x128 256x256 512x512 1024x1024; do
+		vinstall "assets/icons/${size}.png" 644 "usr/share/icons/hicolor/${size}/apps" feishin.png
+	done
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: feishin-0.3.0
  2023-08-22 17:23 [PR PATCH] New package: feishin-0.3.0 inalone
@ 2023-08-22 17:28 ` inalone
  2023-08-23  9:02 ` inalone
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: inalone @ 2023-08-22 17:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/inalone/void-packages feishin
https://github.com/void-linux/void-packages/pull/45714

New package: feishin-0.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds): None


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

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

From ed211c5c26491dddab1186bb3feaeb11f76f02ac Mon Sep 17 00:00:00 2001
From: inalone <me@inal.one>
Date: Tue, 22 Aug 2023 17:07:14 +0100
Subject: [PATCH] New package: feishin-0.3.0

---
 srcpkgs/feishin/files/feishin.desktop | 10 +++++++
 srcpkgs/feishin/template              | 43 +++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)
 create mode 100644 srcpkgs/feishin/files/feishin.desktop
 create mode 100644 srcpkgs/feishin/template

diff --git a/srcpkgs/feishin/files/feishin.desktop b/srcpkgs/feishin/files/feishin.desktop
new file mode 100644
index 0000000000000..9199ac72e0722
--- /dev/null
+++ b/srcpkgs/feishin/files/feishin.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Feishin
+Comment=A modern self-hosted music player
+Exec=/usr/bin/feishin %u
+Icon=feishin
+Terminal=false
+StartupNotify=false
+Categories=AudioVideo;Audio;
diff --git a/srcpkgs/feishin/template b/srcpkgs/feishin/template
new file mode 100644
index 0000000000000..19ef8cee0831b
--- /dev/null
+++ b/srcpkgs/feishin/template
@@ -0,0 +1,43 @@
+# Template file for 'feishin'
+pkgname=feishin
+version=0.3.0
+revision=1
+archs="x86_64*"
+nopie=yes
+_electron_version=24
+hostmakedepends="electron${_electron_version} nodejs app-builder"
+depends="mpv"
+short_desc="A modern self-hosted music player"
+maintainer="inalone <me@inal.one>"
+license="GPL-3.0-only"
+homepage="https://github.com/jeffvli/feishin"
+distfiles="https://github.com/jeffvli/feishin/archive/v${version}.tar.gz"
+checksum=626431ee66d5d9d15fad1ec8247a57d5b94047ee014d2da9d5282866391f9124
+
+do_build() {
+	export USE_SYSTEM_APP_BUILDER=true
+	export ELECTRON_SKIP_BINARY_DOWNLOAD=1
+
+	electronDist="/usr/lib/electron${_electron_version}"
+	electronVersion="$(sed s/^v// $electronDist/version)"
+	
+	npm install
+	npm run package -- --linux --x64 --dir \
+		-c.electronDist="$electronDist" \
+		-c.electronVersion="$electronVersion"
+}
+
+do_install() {
+	vmkdir opt/${pkgname}
+	vmkdir usr/bin
+
+	vcopy release/build/linux-unpacked/* opt/${pkgname}
+	ln -sf /opt/${pkgname}/${pkgname} ${DESTDIR}/usr/bin/${pkgname}
+
+	vinstall "${FILESDIR}/feishin.desktop" 644 usr/share/applications
+
+	for size in 32x32 64x64 128x128 256x256 512x512 1024x1024; do
+		vinstall "assets/icons/${size}.png" 644 "usr/share/icons/hicolor/${size}/apps" feishin.png
+	done
+	vlicense LICENSE
+}

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

* Re: New package: feishin-0.3.0
  2023-08-22 17:23 [PR PATCH] New package: feishin-0.3.0 inalone
  2023-08-22 17:28 ` [PR PATCH] [Updated] " inalone
@ 2023-08-23  9:02 ` inalone
  2023-08-27 10:16 ` [PR PATCH] [Updated] " inalone
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: inalone @ 2023-08-23  9:02 UTC (permalink / raw)
  To: ml

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

New comment by inalone on void-packages repository

https://github.com/void-linux/void-packages/pull/45714#issuecomment-1689568610

Comment:
I tried doing a minimal sort of package using a system Electron package to run the app.asar, but Feishin seems to be built in a strange way that doesn't allow this.

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

* Re: [PR PATCH] [Updated] New package: feishin-0.3.0
  2023-08-22 17:23 [PR PATCH] New package: feishin-0.3.0 inalone
  2023-08-22 17:28 ` [PR PATCH] [Updated] " inalone
  2023-08-23  9:02 ` inalone
@ 2023-08-27 10:16 ` inalone
  2023-08-27 10:20 ` inalone
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: inalone @ 2023-08-27 10:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/inalone/void-packages feishin
https://github.com/void-linux/void-packages/pull/45714

New package: feishin-0.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds): None


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

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

From ed211c5c26491dddab1186bb3feaeb11f76f02ac Mon Sep 17 00:00:00 2001
From: inalone <me@inal.one>
Date: Tue, 22 Aug 2023 17:07:14 +0100
Subject: [PATCH] New package: feishin-0.3.0

---
 srcpkgs/feishin/files/feishin.desktop | 10 +++++++
 srcpkgs/feishin/template              | 43 +++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)
 create mode 100644 srcpkgs/feishin/files/feishin.desktop
 create mode 100644 srcpkgs/feishin/template

diff --git a/srcpkgs/feishin/files/feishin.desktop b/srcpkgs/feishin/files/feishin.desktop
new file mode 100644
index 0000000000000..9199ac72e0722
--- /dev/null
+++ b/srcpkgs/feishin/files/feishin.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Feishin
+Comment=A modern self-hosted music player
+Exec=/usr/bin/feishin %u
+Icon=feishin
+Terminal=false
+StartupNotify=false
+Categories=AudioVideo;Audio;
diff --git a/srcpkgs/feishin/template b/srcpkgs/feishin/template
new file mode 100644
index 0000000000000..19ef8cee0831b
--- /dev/null
+++ b/srcpkgs/feishin/template
@@ -0,0 +1,43 @@
+# Template file for 'feishin'
+pkgname=feishin
+version=0.3.0
+revision=1
+archs="x86_64*"
+nopie=yes
+_electron_version=24
+hostmakedepends="electron${_electron_version} nodejs app-builder"
+depends="mpv"
+short_desc="A modern self-hosted music player"
+maintainer="inalone <me@inal.one>"
+license="GPL-3.0-only"
+homepage="https://github.com/jeffvli/feishin"
+distfiles="https://github.com/jeffvli/feishin/archive/v${version}.tar.gz"
+checksum=626431ee66d5d9d15fad1ec8247a57d5b94047ee014d2da9d5282866391f9124
+
+do_build() {
+	export USE_SYSTEM_APP_BUILDER=true
+	export ELECTRON_SKIP_BINARY_DOWNLOAD=1
+
+	electronDist="/usr/lib/electron${_electron_version}"
+	electronVersion="$(sed s/^v// $electronDist/version)"
+	
+	npm install
+	npm run package -- --linux --x64 --dir \
+		-c.electronDist="$electronDist" \
+		-c.electronVersion="$electronVersion"
+}
+
+do_install() {
+	vmkdir opt/${pkgname}
+	vmkdir usr/bin
+
+	vcopy release/build/linux-unpacked/* opt/${pkgname}
+	ln -sf /opt/${pkgname}/${pkgname} ${DESTDIR}/usr/bin/${pkgname}
+
+	vinstall "${FILESDIR}/feishin.desktop" 644 usr/share/applications
+
+	for size in 32x32 64x64 128x128 256x256 512x512 1024x1024; do
+		vinstall "assets/icons/${size}.png" 644 "usr/share/icons/hicolor/${size}/apps" feishin.png
+	done
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: feishin-0.3.0
  2023-08-22 17:23 [PR PATCH] New package: feishin-0.3.0 inalone
                   ` (2 preceding siblings ...)
  2023-08-27 10:16 ` [PR PATCH] [Updated] " inalone
@ 2023-08-27 10:20 ` inalone
  2023-09-11  8:56 ` inalone
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: inalone @ 2023-08-27 10:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/inalone/void-packages feishin
https://github.com/void-linux/void-packages/pull/45714

New package: feishin-0.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds): None


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

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

From 1cde433ce8ebf6e2693e560e808efd50901d6e29 Mon Sep 17 00:00:00 2001
From: inalone <me@inal.one>
Date: Tue, 22 Aug 2023 17:07:14 +0100
Subject: [PATCH] New package: feishin-0.3.0

---
 srcpkgs/feishin/files/feishin.desktop | 10 +++++++
 srcpkgs/feishin/template              | 43 +++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)
 create mode 100644 srcpkgs/feishin/files/feishin.desktop
 create mode 100644 srcpkgs/feishin/template

diff --git a/srcpkgs/feishin/files/feishin.desktop b/srcpkgs/feishin/files/feishin.desktop
new file mode 100644
index 0000000000000..9199ac72e0722
--- /dev/null
+++ b/srcpkgs/feishin/files/feishin.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Feishin
+Comment=A modern self-hosted music player
+Exec=/usr/bin/feishin %u
+Icon=feishin
+Terminal=false
+StartupNotify=false
+Categories=AudioVideo;Audio;
diff --git a/srcpkgs/feishin/template b/srcpkgs/feishin/template
new file mode 100644
index 0000000000000..19ef8cee0831b
--- /dev/null
+++ b/srcpkgs/feishin/template
@@ -0,0 +1,43 @@
+# Template file for 'feishin'
+pkgname=feishin
+version=0.3.0
+revision=1
+archs="x86_64*"
+nopie=yes
+_electron_version=24
+hostmakedepends="electron${_electron_version} nodejs app-builder"
+depends="mpv"
+short_desc="A modern self-hosted music player"
+maintainer="inalone <me@inal.one>"
+license="GPL-3.0-only"
+homepage="https://github.com/jeffvli/feishin"
+distfiles="https://github.com/jeffvli/feishin/archive/v${version}.tar.gz"
+checksum=626431ee66d5d9d15fad1ec8247a57d5b94047ee014d2da9d5282866391f9124
+
+do_build() {
+	export USE_SYSTEM_APP_BUILDER=true
+	export ELECTRON_SKIP_BINARY_DOWNLOAD=1
+
+	electronDist="/usr/lib/electron${_electron_version}"
+	electronVersion="$(sed s/^v// $electronDist/version)"
+	
+	npm install
+	npm run package -- --linux --x64 --dir \
+		-c.electronDist="$electronDist" \
+		-c.electronVersion="$electronVersion"
+}
+
+do_install() {
+	vmkdir opt/${pkgname}
+	vmkdir usr/bin
+
+	vcopy release/build/linux-unpacked/* opt/${pkgname}
+	ln -sf /opt/${pkgname}/${pkgname} ${DESTDIR}/usr/bin/${pkgname}
+
+	vinstall "${FILESDIR}/feishin.desktop" 644 usr/share/applications
+
+	for size in 32x32 64x64 128x128 256x256 512x512 1024x1024; do
+		vinstall "assets/icons/${size}.png" 644 "usr/share/icons/hicolor/${size}/apps" feishin.png
+	done
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: feishin-0.3.0
  2023-08-22 17:23 [PR PATCH] New package: feishin-0.3.0 inalone
                   ` (3 preceding siblings ...)
  2023-08-27 10:20 ` inalone
@ 2023-09-11  8:56 ` inalone
  2023-09-11  9:02 ` inalone
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: inalone @ 2023-09-11  8:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/inalone/void-packages feishin
https://github.com/void-linux/void-packages/pull/45714

New package: feishin-0.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds): None


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

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

From 1cde433ce8ebf6e2693e560e808efd50901d6e29 Mon Sep 17 00:00:00 2001
From: inalone <me@inal.one>
Date: Tue, 22 Aug 2023 17:07:14 +0100
Subject: [PATCH] New package: feishin-0.3.0

---
 srcpkgs/feishin/files/feishin.desktop | 10 +++++++
 srcpkgs/feishin/template              | 43 +++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)
 create mode 100644 srcpkgs/feishin/files/feishin.desktop
 create mode 100644 srcpkgs/feishin/template

diff --git a/srcpkgs/feishin/files/feishin.desktop b/srcpkgs/feishin/files/feishin.desktop
new file mode 100644
index 0000000000000..9199ac72e0722
--- /dev/null
+++ b/srcpkgs/feishin/files/feishin.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Feishin
+Comment=A modern self-hosted music player
+Exec=/usr/bin/feishin %u
+Icon=feishin
+Terminal=false
+StartupNotify=false
+Categories=AudioVideo;Audio;
diff --git a/srcpkgs/feishin/template b/srcpkgs/feishin/template
new file mode 100644
index 0000000000000..19ef8cee0831b
--- /dev/null
+++ b/srcpkgs/feishin/template
@@ -0,0 +1,43 @@
+# Template file for 'feishin'
+pkgname=feishin
+version=0.3.0
+revision=1
+archs="x86_64*"
+nopie=yes
+_electron_version=24
+hostmakedepends="electron${_electron_version} nodejs app-builder"
+depends="mpv"
+short_desc="A modern self-hosted music player"
+maintainer="inalone <me@inal.one>"
+license="GPL-3.0-only"
+homepage="https://github.com/jeffvli/feishin"
+distfiles="https://github.com/jeffvli/feishin/archive/v${version}.tar.gz"
+checksum=626431ee66d5d9d15fad1ec8247a57d5b94047ee014d2da9d5282866391f9124
+
+do_build() {
+	export USE_SYSTEM_APP_BUILDER=true
+	export ELECTRON_SKIP_BINARY_DOWNLOAD=1
+
+	electronDist="/usr/lib/electron${_electron_version}"
+	electronVersion="$(sed s/^v// $electronDist/version)"
+	
+	npm install
+	npm run package -- --linux --x64 --dir \
+		-c.electronDist="$electronDist" \
+		-c.electronVersion="$electronVersion"
+}
+
+do_install() {
+	vmkdir opt/${pkgname}
+	vmkdir usr/bin
+
+	vcopy release/build/linux-unpacked/* opt/${pkgname}
+	ln -sf /opt/${pkgname}/${pkgname} ${DESTDIR}/usr/bin/${pkgname}
+
+	vinstall "${FILESDIR}/feishin.desktop" 644 usr/share/applications
+
+	for size in 32x32 64x64 128x128 256x256 512x512 1024x1024; do
+		vinstall "assets/icons/${size}.png" 644 "usr/share/icons/hicolor/${size}/apps" feishin.png
+	done
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: feishin-0.3.0
  2023-08-22 17:23 [PR PATCH] New package: feishin-0.3.0 inalone
                   ` (4 preceding siblings ...)
  2023-09-11  8:56 ` inalone
@ 2023-09-11  9:02 ` inalone
  2023-09-11  9:02 ` [PR PATCH] [Closed]: " inalone
  2023-09-11  9:09 ` inalone
  7 siblings, 0 replies; 9+ messages in thread
From: inalone @ 2023-09-11  9:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/inalone/void-packages feishin
https://github.com/void-linux/void-packages/pull/45714

New package: feishin-0.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds): None


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

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



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

* Re: [PR PATCH] [Closed]: New package: feishin-0.3.0
  2023-08-22 17:23 [PR PATCH] New package: feishin-0.3.0 inalone
                   ` (5 preceding siblings ...)
  2023-09-11  9:02 ` inalone
@ 2023-09-11  9:02 ` inalone
  2023-09-11  9:09 ` inalone
  7 siblings, 0 replies; 9+ messages in thread
From: inalone @ 2023-09-11  9:02 UTC (permalink / raw)
  To: ml

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

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

New package: feishin-0.3.0
https://github.com/void-linux/void-packages/pull/45714

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

#### 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**

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds): None


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

* Re: New package: feishin-0.3.0
  2023-08-22 17:23 [PR PATCH] New package: feishin-0.3.0 inalone
                   ` (6 preceding siblings ...)
  2023-09-11  9:02 ` [PR PATCH] [Closed]: " inalone
@ 2023-09-11  9:09 ` inalone
  7 siblings, 0 replies; 9+ messages in thread
From: inalone @ 2023-09-11  9:09 UTC (permalink / raw)
  To: ml

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

New comment by inalone on void-packages repository

https://github.com/void-linux/void-packages/pull/45714#issuecomment-1713482774

Comment:
Accidentally rebased out the commit - closing permanently due to lack of motivation to remake the template file.

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

end of thread, other threads:[~2023-09-11  9:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-22 17:23 [PR PATCH] New package: feishin-0.3.0 inalone
2023-08-22 17:28 ` [PR PATCH] [Updated] " inalone
2023-08-23  9:02 ` inalone
2023-08-27 10:16 ` [PR PATCH] [Updated] " inalone
2023-08-27 10:20 ` inalone
2023-09-11  8:56 ` inalone
2023-09-11  9:02 ` inalone
2023-09-11  9:02 ` [PR PATCH] [Closed]: " inalone
2023-09-11  9:09 ` inalone

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