Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Inital commit for goldendict-ng
@ 2024-07-02  1:04 RandallFlagg
  2024-07-02  1:07 ` abenson
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: RandallFlagg @ 2024-07-02  1:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/my-void-linux/void-packages golden-dict-ng
https://github.com/void-linux/void-packages/pull/51071

Inital commit for goldendict-ng
<!-- 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, (ARCH-LIBC) 
x86_64-glibc
<!-- 
- 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/51071.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-golden-dict-ng-51071.patch --]
[-- Type: text/x-diff, Size: 1393 bytes --]

From ebd02da9d12bd4b9fbe6f035d05ff5256f5fd359 Mon Sep 17 00:00:00 2001
From: Randall Flagg <O@G>
Date: Tue, 2 Jul 2024 03:54:29 +0300
Subject: [PATCH] inital commit for goldendict-ng

---
 srcpkgs/goldendict-ng/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/goldendict-ng/template

diff --git a/srcpkgs/goldendict-ng/template b/srcpkgs/goldendict-ng/template
new file mode 100644
index 00000000000000..2a5160170a7515
--- /dev/null
+++ b/srcpkgs/goldendict-ng/template
@@ -0,0 +1,16 @@
+# Template file for 'goldendict-ng'
+pkgname=goldendict-ng
+version=LiXia.240505.ecd1138c1.5.0
+revision=1
+build_style=cmake
+makedepends="qt6-speech-devel qt6-svg-devel qt6-qt5compat-devel qt6-base-devel qt6-webengine-devel qt6-multimedia-devel qt6-speech-plugin-flite qt6-speech-plugin-mock qt6-speech-plugin-speechd pkg-config ffmpeg-devel hunspell-devel opencc-devel libvorbis-devel xapian-core-devel libeb-devel libzim-devel qt6-tools-devel"
+short_desc="A feature-rich dictionary lookup program"
+maintainer="RandallFlagg <O@G>"
+license="GPL-3.0-or-later"
+homepage="https://xiaoyifang.github.io/goldendict-ng/"
+distfiles="https://github.com/xiaoyifang/goldendict-ng/archive/refs/heads/master.zip"
+checksum=de49fbb52c322e5a781ec5398e3f176fb7ac258436fb4693bb64a55bdb964ff0
+
+post_install() {
+	chmod 644 ${DESTDIR}/usr/share/pixmaps/goldendict.png
+}

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

* Re: Inital commit for goldendict-ng
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
@ 2024-07-02  1:07 ` abenson
  2024-07-02  1:11 ` [PR REVIEW] " classabbyamp
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: abenson @ 2024-07-02  1:07 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/51071#issuecomment-2201591230

Comment:
Please use the [established conventions](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes) for the commit message.

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

* Re: [PR REVIEW] Inital commit for goldendict-ng
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
  2024-07-02  1:07 ` abenson
@ 2024-07-02  1:11 ` classabbyamp
  2024-07-02  1:11 ` classabbyamp
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2024-07-02  1:11 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51071#discussion_r1661683615

Comment:
use a real email

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

* Re: [PR REVIEW] Inital commit for goldendict-ng
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
  2024-07-02  1:07 ` abenson
  2024-07-02  1:11 ` [PR REVIEW] " classabbyamp
@ 2024-07-02  1:11 ` classabbyamp
  2024-07-02  1:11 ` classabbyamp
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2024-07-02  1:11 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51071#discussion_r1661685233

Comment:
don't use master, that's not the same as the version you specified, and will change.

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

* Re: [PR REVIEW] Inital commit for goldendict-ng
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (2 preceding siblings ...)
  2024-07-02  1:11 ` classabbyamp
@ 2024-07-02  1:11 ` classabbyamp
  2024-07-02 11:07 ` [PR PATCH] [Updated] " RandallFlagg
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2024-07-02  1:11 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51071#discussion_r1661683812

Comment:
that's not the proper version, use something like `24.05.05`for https://github.com/xiaoyifang/goldendict-ng/releases/tag/v24.05.05-LiXia.ecd1138c

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

* Re: [PR PATCH] [Updated] Inital commit for goldendict-ng
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (3 preceding siblings ...)
  2024-07-02  1:11 ` classabbyamp
@ 2024-07-02 11:07 ` RandallFlagg
  2024-07-02 15:11 ` [PR PATCH] [Updated] New package: goldendict-ng-LiXia.240505 RandallFlagg
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: RandallFlagg @ 2024-07-02 11:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/my-void-linux/void-packages golden-dict-ng
https://github.com/void-linux/void-packages/pull/51071

Inital commit for goldendict-ng
<!-- 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, (ARCH-LIBC) 
x86_64-glibc
<!-- 
- 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/51071.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-golden-dict-ng-51071.patch --]
[-- Type: text/x-diff, Size: 3086 bytes --]

From ebd02da9d12bd4b9fbe6f035d05ff5256f5fd359 Mon Sep 17 00:00:00 2001
From: Randall Flagg <O@G>
Date: Tue, 2 Jul 2024 03:54:29 +0300
Subject: [PATCH 1/2] inital commit for goldendict-ng

---
 srcpkgs/goldendict-ng/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/goldendict-ng/template

diff --git a/srcpkgs/goldendict-ng/template b/srcpkgs/goldendict-ng/template
new file mode 100644
index 00000000000000..2a5160170a7515
--- /dev/null
+++ b/srcpkgs/goldendict-ng/template
@@ -0,0 +1,16 @@
+# Template file for 'goldendict-ng'
+pkgname=goldendict-ng
+version=LiXia.240505.ecd1138c1.5.0
+revision=1
+build_style=cmake
+makedepends="qt6-speech-devel qt6-svg-devel qt6-qt5compat-devel qt6-base-devel qt6-webengine-devel qt6-multimedia-devel qt6-speech-plugin-flite qt6-speech-plugin-mock qt6-speech-plugin-speechd pkg-config ffmpeg-devel hunspell-devel opencc-devel libvorbis-devel xapian-core-devel libeb-devel libzim-devel qt6-tools-devel"
+short_desc="A feature-rich dictionary lookup program"
+maintainer="RandallFlagg <O@G>"
+license="GPL-3.0-or-later"
+homepage="https://xiaoyifang.github.io/goldendict-ng/"
+distfiles="https://github.com/xiaoyifang/goldendict-ng/archive/refs/heads/master.zip"
+checksum=de49fbb52c322e5a781ec5398e3f176fb7ac258436fb4693bb64a55bdb964ff0
+
+post_install() {
+	chmod 644 ${DESTDIR}/usr/share/pixmaps/goldendict.png
+}

From ec447586136a58842ee94af26cd9bd7653978509 Mon Sep 17 00:00:00 2001
From: Randall Flagg <O@G>
Date: Tue, 2 Jul 2024 14:06:48 +0300
Subject: [PATCH 2/2] Fixed template file with lint errors

---
 srcpkgs/goldendict-ng/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/goldendict-ng/template b/srcpkgs/goldendict-ng/template
index 2a5160170a7515..ef6a903b9b8bf1 100644
--- a/srcpkgs/goldendict-ng/template
+++ b/srcpkgs/goldendict-ng/template
@@ -1,15 +1,16 @@
 # Template file for 'goldendict-ng'
 pkgname=goldendict-ng
-version=LiXia.240505.ecd1138c1.5.0
+version=LiXia.240505
 revision=1
+archs="x86_64"
 build_style=cmake
 makedepends="qt6-speech-devel qt6-svg-devel qt6-qt5compat-devel qt6-base-devel qt6-webengine-devel qt6-multimedia-devel qt6-speech-plugin-flite qt6-speech-plugin-mock qt6-speech-plugin-speechd pkg-config ffmpeg-devel hunspell-devel opencc-devel libvorbis-devel xapian-core-devel libeb-devel libzim-devel qt6-tools-devel"
-short_desc="A feature-rich dictionary lookup program"
-maintainer="RandallFlagg <O@G>"
+short_desc="Feature-rich dictionary lookup program"
+maintainer="RandallFlagg <ykpui@hotmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://xiaoyifang.github.io/goldendict-ng/"
-distfiles="https://github.com/xiaoyifang/goldendict-ng/archive/refs/heads/master.zip"
-checksum=de49fbb52c322e5a781ec5398e3f176fb7ac258436fb4693bb64a55bdb964ff0
+distfiles="https://github.com/xiaoyifang/goldendict-ng/archive/refs/tags/v24.05.05-LiXia.ecd1138c.tar.gz"
+checksum=e7cf55fef4ddf00d87b4e54489ec33a605b1d5634d0b7c46ddcdd261c3113790
 
 post_install() {
 	chmod 644 ${DESTDIR}/usr/share/pixmaps/goldendict.png

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

* Re: [PR PATCH] [Updated] New package: goldendict-ng-LiXia.240505
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (4 preceding siblings ...)
  2024-07-02 11:07 ` [PR PATCH] [Updated] " RandallFlagg
@ 2024-07-02 15:11 ` RandallFlagg
  2024-07-02 23:53 ` RandallFlagg
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: RandallFlagg @ 2024-07-02 15:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/my-void-linux/void-packages golden-dict-ng
https://github.com/void-linux/void-packages/pull/51071

New package: goldendict-ng-LiXia.240505
<!-- 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, (ARCH-LIBC) 
x86_64-glibc
<!-- 
- 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/51071.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-golden-dict-ng-51071.patch --]
[-- Type: text/x-diff, Size: 3111 bytes --]

From ebd02da9d12bd4b9fbe6f035d05ff5256f5fd359 Mon Sep 17 00:00:00 2001
From: Randall Flagg <O@G>
Date: Tue, 2 Jul 2024 03:54:29 +0300
Subject: [PATCH 1/2] inital commit for goldendict-ng

---
 srcpkgs/goldendict-ng/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/goldendict-ng/template

diff --git a/srcpkgs/goldendict-ng/template b/srcpkgs/goldendict-ng/template
new file mode 100644
index 00000000000000..2a5160170a7515
--- /dev/null
+++ b/srcpkgs/goldendict-ng/template
@@ -0,0 +1,16 @@
+# Template file for 'goldendict-ng'
+pkgname=goldendict-ng
+version=LiXia.240505.ecd1138c1.5.0
+revision=1
+build_style=cmake
+makedepends="qt6-speech-devel qt6-svg-devel qt6-qt5compat-devel qt6-base-devel qt6-webengine-devel qt6-multimedia-devel qt6-speech-plugin-flite qt6-speech-plugin-mock qt6-speech-plugin-speechd pkg-config ffmpeg-devel hunspell-devel opencc-devel libvorbis-devel xapian-core-devel libeb-devel libzim-devel qt6-tools-devel"
+short_desc="A feature-rich dictionary lookup program"
+maintainer="RandallFlagg <O@G>"
+license="GPL-3.0-or-later"
+homepage="https://xiaoyifang.github.io/goldendict-ng/"
+distfiles="https://github.com/xiaoyifang/goldendict-ng/archive/refs/heads/master.zip"
+checksum=de49fbb52c322e5a781ec5398e3f176fb7ac258436fb4693bb64a55bdb964ff0
+
+post_install() {
+	chmod 644 ${DESTDIR}/usr/share/pixmaps/goldendict.png
+}

From e9c50f8c2c0ba02e9ee23fadd6937842bd057179 Mon Sep 17 00:00:00 2001
From: Randall Flagg <O@G>
Date: Tue, 2 Jul 2024 14:06:48 +0300
Subject: [PATCH 2/2] goldendict-ng: Fixed template file corresponding lint
 errors

---
 srcpkgs/goldendict-ng/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/goldendict-ng/template b/srcpkgs/goldendict-ng/template
index 2a5160170a7515..ef6a903b9b8bf1 100644
--- a/srcpkgs/goldendict-ng/template
+++ b/srcpkgs/goldendict-ng/template
@@ -1,15 +1,16 @@
 # Template file for 'goldendict-ng'
 pkgname=goldendict-ng
-version=LiXia.240505.ecd1138c1.5.0
+version=LiXia.240505
 revision=1
+archs="x86_64"
 build_style=cmake
 makedepends="qt6-speech-devel qt6-svg-devel qt6-qt5compat-devel qt6-base-devel qt6-webengine-devel qt6-multimedia-devel qt6-speech-plugin-flite qt6-speech-plugin-mock qt6-speech-plugin-speechd pkg-config ffmpeg-devel hunspell-devel opencc-devel libvorbis-devel xapian-core-devel libeb-devel libzim-devel qt6-tools-devel"
-short_desc="A feature-rich dictionary lookup program"
-maintainer="RandallFlagg <O@G>"
+short_desc="Feature-rich dictionary lookup program"
+maintainer="RandallFlagg <ykpui@hotmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://xiaoyifang.github.io/goldendict-ng/"
-distfiles="https://github.com/xiaoyifang/goldendict-ng/archive/refs/heads/master.zip"
-checksum=de49fbb52c322e5a781ec5398e3f176fb7ac258436fb4693bb64a55bdb964ff0
+distfiles="https://github.com/xiaoyifang/goldendict-ng/archive/refs/tags/v24.05.05-LiXia.ecd1138c.tar.gz"
+checksum=e7cf55fef4ddf00d87b4e54489ec33a605b1d5634d0b7c46ddcdd261c3113790
 
 post_install() {
 	chmod 644 ${DESTDIR}/usr/share/pixmaps/goldendict.png

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

* Re: [PR PATCH] [Updated] New package: goldendict-ng-LiXia.240505
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (5 preceding siblings ...)
  2024-07-02 15:11 ` [PR PATCH] [Updated] New package: goldendict-ng-LiXia.240505 RandallFlagg
@ 2024-07-02 23:53 ` RandallFlagg
  2024-07-03 12:06 ` RandallFlagg
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: RandallFlagg @ 2024-07-02 23:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/my-void-linux/void-packages golden-dict-ng
https://github.com/void-linux/void-packages/pull/51071

New package: goldendict-ng-LiXia.240505
<!-- 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, (ARCH-LIBC) 
x86_64-glibc
<!-- 
- 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/51071.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-golden-dict-ng-51071.patch --]
[-- Type: text/x-diff, Size: 1476 bytes --]

From a199389169c10fd4dfc2e74d46a4d854cf880880 Mon Sep 17 00:00:00 2001
From: Randall Flagg <O@G>
Date: Tue, 2 Jul 2024 03:54:29 +0300
Subject: [PATCH] New package: goldendict-ng-24.05.05

---
 srcpkgs/goldendict-ng/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/goldendict-ng/template

diff --git a/srcpkgs/goldendict-ng/template b/srcpkgs/goldendict-ng/template
new file mode 100644
index 00000000000000..3bf6bf650e4163
--- /dev/null
+++ b/srcpkgs/goldendict-ng/template
@@ -0,0 +1,18 @@
+# Template file for 'goldendict-ng'
+pkgname=goldendict-ng
+version=24.05.05
+revision=1
+archs="x86_64"
+build_style=cmake
+configure_args="-DUSE_ALTERNATIVE_NAME=ON"
+makedepends="qt6-speech-devel qt6-svg-devel qt6-qt5compat-devel qt6-base-devel qt6-webengine-devel qt6-multimedia-devel qt6-speech-plugin-flite qt6-speech-plugin-mock qt6-speech-plugin-speechd pkg-config ffmpeg-devel hunspell-devel opencc-devel libvorbis-devel xapian-core-devel libeb-devel libzim-devel qt6-tools-devel"
+short_desc="Feature-rich dictionary lookup program"
+maintainer="RandallFlagg <ykpui@hotmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://xiaoyifang.github.io/goldendict-ng/"
+distfiles="https://github.com/xiaoyifang/goldendict-ng/archive/refs/tags/v24.05.05-LiXia.ecd1138c.tar.gz"
+checksum=e7cf55fef4ddf00d87b4e54489ec33a605b1d5634d0b7c46ddcdd261c3113790
+
+post_install() {
+	chmod 644 ${DESTDIR}/usr/share/pixmaps/goldendict-ng.png
+}

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

* Re: [PR PATCH] [Updated] New package: goldendict-ng-LiXia.240505
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (6 preceding siblings ...)
  2024-07-02 23:53 ` RandallFlagg
@ 2024-07-03 12:06 ` RandallFlagg
  2024-07-04  8:37 ` New package: goldendict-ng-24.05.05 RandallFlagg
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: RandallFlagg @ 2024-07-03 12:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/my-void-linux/void-packages golden-dict-ng
https://github.com/void-linux/void-packages/pull/51071

New package: goldendict-ng-LiXia.240505
<!-- 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, (ARCH-LIBC) 
x86_64-glibc
<!-- 
- 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/51071.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-golden-dict-ng-51071.patch --]
[-- Type: text/x-diff, Size: 1476 bytes --]

From a49bde13c388a7edba97079ef57232d198be0401 Mon Sep 17 00:00:00 2001
From: Randall Flagg <O@G>
Date: Tue, 2 Jul 2024 03:54:29 +0300
Subject: [PATCH] New package: goldendict-ng-24.05.05

---
 srcpkgs/goldendict-ng/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/goldendict-ng/template

diff --git a/srcpkgs/goldendict-ng/template b/srcpkgs/goldendict-ng/template
new file mode 100644
index 00000000000000..3bf6bf650e4163
--- /dev/null
+++ b/srcpkgs/goldendict-ng/template
@@ -0,0 +1,18 @@
+# Template file for 'goldendict-ng'
+pkgname=goldendict-ng
+version=24.05.05
+revision=1
+archs="x86_64"
+build_style=cmake
+configure_args="-DUSE_ALTERNATIVE_NAME=ON"
+makedepends="qt6-speech-devel qt6-svg-devel qt6-qt5compat-devel qt6-base-devel qt6-webengine-devel qt6-multimedia-devel qt6-speech-plugin-flite qt6-speech-plugin-mock qt6-speech-plugin-speechd pkg-config ffmpeg-devel hunspell-devel opencc-devel libvorbis-devel xapian-core-devel libeb-devel libzim-devel qt6-tools-devel"
+short_desc="Feature-rich dictionary lookup program"
+maintainer="RandallFlagg <ykpui@hotmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://xiaoyifang.github.io/goldendict-ng/"
+distfiles="https://github.com/xiaoyifang/goldendict-ng/archive/refs/tags/v24.05.05-LiXia.ecd1138c.tar.gz"
+checksum=e7cf55fef4ddf00d87b4e54489ec33a605b1d5634d0b7c46ddcdd261c3113790
+
+post_install() {
+	chmod 644 ${DESTDIR}/usr/share/pixmaps/goldendict-ng.png
+}

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

* Re: New package: goldendict-ng-24.05.05
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (7 preceding siblings ...)
  2024-07-03 12:06 ` RandallFlagg
@ 2024-07-04  8:37 ` RandallFlagg
  2024-07-04  9:15 ` [PR PATCH] [Updated] " RandallFlagg
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: RandallFlagg @ 2024-07-04  8:37 UTC (permalink / raw)
  To: ml

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

New comment by RandallFlagg on void-packages repository

https://github.com/void-linux/void-packages/pull/51071#issuecomment-2208422801

Comment:
@classabbyamp can you activate the workflow?

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

* Re: [PR PATCH] [Updated] New package: goldendict-ng-24.05.05
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (8 preceding siblings ...)
  2024-07-04  8:37 ` New package: goldendict-ng-24.05.05 RandallFlagg
@ 2024-07-04  9:15 ` RandallFlagg
  2024-07-04 22:15 ` RandallFlagg
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: RandallFlagg @ 2024-07-04  9:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/my-void-linux/void-packages golden-dict-ng
https://github.com/void-linux/void-packages/pull/51071

New package: goldendict-ng-24.05.05
<!-- 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, (ARCH-LIBC) 
x86_64-glibc
<!-- 
- 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/51071.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-golden-dict-ng-51071.patch --]
[-- Type: text/x-diff, Size: 1509 bytes --]

From f3e864ed3eeb45cd56c8d5e9056b2b42e20f3e10 Mon Sep 17 00:00:00 2001
From: Randall Flagg <O@G>
Date: Tue, 2 Jul 2024 03:54:29 +0300
Subject: [PATCH] New package: goldendict-ng-24.05.05

---
 srcpkgs/goldendict-ng/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/goldendict-ng/template

diff --git a/srcpkgs/goldendict-ng/template b/srcpkgs/goldendict-ng/template
new file mode 100644
index 00000000000000..8f9f966ba447c8
--- /dev/null
+++ b/srcpkgs/goldendict-ng/template
@@ -0,0 +1,19 @@
+# Template file for 'goldendict-ng'
+pkgname=goldendict-ng
+version=24.05.05
+version_name=LiXia.ecd1138c
+revision=1
+archs="x86_64"
+build_style=cmake
+configure_args="-DUSE_ALTERNATIVE_NAME=ON"
+makedepends="qt6-speech-devel qt6-svg-devel qt6-qt5compat-devel qt6-base-devel qt6-webengine-devel qt6-multimedia-devel qt6-speech-plugin-flite qt6-speech-plugin-mock qt6-speech-plugin-speechd pkg-config ffmpeg-devel hunspell-devel opencc-devel libvorbis-devel xapian-core-devel libeb-devel libzim-devel qt6-tools-devel"
+short_desc="Feature-rich dictionary lookup program"
+maintainer="RandallFlagg <ykpui@hotmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://xiaoyifang.github.io/goldendict-ng/"
+distfiles="https://github.com/xiaoyifang/goldendict-ng/archive/refs/tags/v${version}-${version_name}.tar.gz"
+checksum=e7cf55fef4ddf00d87b4e54489ec33a605b1d5634d0b7c46ddcdd261c3113790
+
+post_install() {
+	chmod 644 ${DESTDIR}/usr/share/pixmaps/goldendict-ng.png
+}

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

* Re: New package: goldendict-ng-24.05.05
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (9 preceding siblings ...)
  2024-07-04  9:15 ` [PR PATCH] [Updated] " RandallFlagg
@ 2024-07-04 22:15 ` RandallFlagg
  2024-07-04 22:56 ` [PR PATCH] [Updated] " RandallFlagg
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: RandallFlagg @ 2024-07-04 22:15 UTC (permalink / raw)
  To: ml

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

New comment by RandallFlagg on void-packages repository

https://github.com/void-linux/void-packages/pull/51071#issuecomment-2209604320

Comment:
Is there a way I can run the linter on my local machine?

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

* Re: [PR PATCH] [Updated] New package: goldendict-ng-24.05.05
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (10 preceding siblings ...)
  2024-07-04 22:15 ` RandallFlagg
@ 2024-07-04 22:56 ` RandallFlagg
  2024-07-04 23:03 ` classabbyamp
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: RandallFlagg @ 2024-07-04 22:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/my-void-linux/void-packages golden-dict-ng
https://github.com/void-linux/void-packages/pull/51071

New package: goldendict-ng-24.05.05
<!-- 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, (ARCH-LIBC) 
x86_64-glibc
<!-- 
- 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/51071.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-golden-dict-ng-51071.patch --]
[-- Type: text/x-diff, Size: 1509 bytes --]

From 055da7602060e6d9ddb11286233e829da9bc05fb Mon Sep 17 00:00:00 2001
From: Randall Flagg <O@G>
Date: Tue, 2 Jul 2024 03:54:29 +0300
Subject: [PATCH] New package: goldendict-ng-24.05.05

---
 srcpkgs/goldendict-ng/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/goldendict-ng/template

diff --git a/srcpkgs/goldendict-ng/template b/srcpkgs/goldendict-ng/template
new file mode 100644
index 00000000000000..43855479583d0c
--- /dev/null
+++ b/srcpkgs/goldendict-ng/template
@@ -0,0 +1,19 @@
+# Template file for 'goldendict-ng'
+pkgname=goldendict-ng
+version=24.05.05
+revision=1
+version_name=LiXia.ecd1138c
+archs="x86_64"
+build_style=cmake
+configure_args="-DUSE_ALTERNATIVE_NAME=ON"
+makedepends="qt6-speech-devel qt6-svg-devel qt6-qt5compat-devel qt6-base-devel qt6-webengine-devel qt6-multimedia-devel qt6-speech-plugin-flite qt6-speech-plugin-mock qt6-speech-plugin-speechd pkg-config ffmpeg-devel hunspell-devel opencc-devel libvorbis-devel xapian-core-devel libeb-devel libzim-devel qt6-tools-devel"
+short_desc="Feature-rich dictionary lookup program"
+maintainer="RandallFlagg <ykpui@hotmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://xiaoyifang.github.io/goldendict-ng/"
+distfiles="https://github.com/xiaoyifang/goldendict-ng/archive/refs/tags/v${version}-${version_name}.tar.gz"
+checksum=e7cf55fef4ddf00d87b4e54489ec33a605b1d5634d0b7c46ddcdd261c3113790
+
+post_install() {
+	chmod 644 ${DESTDIR}/usr/share/pixmaps/goldendict-ng.png
+}

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

* Re: New package: goldendict-ng-24.05.05
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (11 preceding siblings ...)
  2024-07-04 22:56 ` [PR PATCH] [Updated] " RandallFlagg
@ 2024-07-04 23:03 ` classabbyamp
  2024-07-04 23:50 ` [PR PATCH] [Updated] " RandallFlagg
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2024-07-04 23:03 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51071#issuecomment-2209628666

Comment:
xlint in the xtools package

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

* Re: [PR PATCH] [Updated] New package: goldendict-ng-24.05.05
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (12 preceding siblings ...)
  2024-07-04 23:03 ` classabbyamp
@ 2024-07-04 23:50 ` RandallFlagg
  2024-07-05  0:13 ` [PR REVIEW] " classabbyamp
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: RandallFlagg @ 2024-07-04 23:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/my-void-linux/void-packages golden-dict-ng
https://github.com/void-linux/void-packages/pull/51071

New package: goldendict-ng-24.05.05
<!-- 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, (ARCH-LIBC) 
x86_64-glibc
<!-- 
- 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/51071.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-golden-dict-ng-51071.patch --]
[-- Type: text/x-diff, Size: 1509 bytes --]

From 31c2f786b78a63bb89828703670b069127080912 Mon Sep 17 00:00:00 2001
From: Randall Flagg <O@G>
Date: Tue, 2 Jul 2024 03:54:29 +0300
Subject: [PATCH] New package: goldendict-ng-24.05.05

---
 srcpkgs/goldendict-ng/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/goldendict-ng/template

diff --git a/srcpkgs/goldendict-ng/template b/srcpkgs/goldendict-ng/template
new file mode 100644
index 00000000000000..e9302507d4a910
--- /dev/null
+++ b/srcpkgs/goldendict-ng/template
@@ -0,0 +1,19 @@
+# Template file for 'goldendict-ng'
+pkgname=goldendict-ng
+version=24.05.05
+revision=1
+archs="x86_64"
+build_style=cmake
+configure_args="-DUSE_ALTERNATIVE_NAME=ON"
+makedepends="qt6-speech-devel qt6-svg-devel qt6-qt5compat-devel qt6-base-devel qt6-webengine-devel qt6-multimedia-devel qt6-speech-plugin-flite qt6-speech-plugin-mock qt6-speech-plugin-speechd pkg-config ffmpeg-devel hunspell-devel opencc-devel libvorbis-devel xapian-core-devel libeb-devel libzim-devel qt6-tools-devel"
+short_desc="Feature-rich dictionary lookup program"
+maintainer="RandallFlagg <ykpui@hotmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://xiaoyifang.github.io/goldendict-ng/"
+distfiles="https://github.com/xiaoyifang/goldendict-ng/archive/refs/tags/v${version}-${version_name}.tar.gz"
+checksum=e7cf55fef4ddf00d87b4e54489ec33a605b1d5634d0b7c46ddcdd261c3113790
+version_name=LiXia.ecd1138c
+
+post_install() {
+	chmod 644 ${DESTDIR}/usr/share/pixmaps/goldendict-ng.png
+}

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

* Re: [PR REVIEW] New package: goldendict-ng-24.05.05
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (13 preceding siblings ...)
  2024-07-04 23:50 ` [PR PATCH] [Updated] " RandallFlagg
@ 2024-07-05  0:13 ` classabbyamp
  2024-07-05  0:13 ` classabbyamp
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2024-07-05  0:13 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51071#discussion_r1666118319

Comment:
```suggestion
_version_name=LiXia.ecd1138c
```

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

* Re: [PR REVIEW] New package: goldendict-ng-24.05.05
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (15 preceding siblings ...)
  2024-07-05  0:13 ` classabbyamp
@ 2024-07-05  0:13 ` classabbyamp
  2024-07-05 14:27 ` RandallFlagg
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2024-07-05  0:13 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51071#discussion_r1666118258

Comment:
why only x86_64?

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

* Re: [PR REVIEW] New package: goldendict-ng-24.05.05
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (14 preceding siblings ...)
  2024-07-05  0:13 ` [PR REVIEW] " classabbyamp
@ 2024-07-05  0:13 ` classabbyamp
  2024-07-05  0:13 ` classabbyamp
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2024-07-05  0:13 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51071#discussion_r1666118205

Comment:
wrap at 80 chars (and indent following lines with a single space)

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

* Re: [PR REVIEW] New package: goldendict-ng-24.05.05
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (16 preceding siblings ...)
  2024-07-05  0:13 ` classabbyamp
@ 2024-07-05 14:27 ` RandallFlagg
  2024-07-05 14:27 ` RandallFlagg
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: RandallFlagg @ 2024-07-05 14:27 UTC (permalink / raw)
  To: ml

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

New review comment by RandallFlagg on void-packages repository

https://github.com/void-linux/void-packages/pull/51071#discussion_r1666874387

Comment:
I don't have an option to test other archs. If there is an EASY way to do it I will be happy to do it. I wanted to start with something and to add when there will be a deamend or when I have the option.

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

* Re: [PR REVIEW] New package: goldendict-ng-24.05.05
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (17 preceding siblings ...)
  2024-07-05 14:27 ` RandallFlagg
@ 2024-07-05 14:27 ` RandallFlagg
  2024-07-05 14:28 ` [PR PATCH] [Updated] " RandallFlagg
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: RandallFlagg @ 2024-07-05 14:27 UTC (permalink / raw)
  To: ml

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

New review comment by RandallFlagg on void-packages repository

https://github.com/void-linux/void-packages/pull/51071#discussion_r1666874492

Comment:
Done. But why 80 chars? Most if not all screens today have support for much more.

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

* Re: [PR PATCH] [Updated] New package: goldendict-ng-24.05.05
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (18 preceding siblings ...)
  2024-07-05 14:27 ` RandallFlagg
@ 2024-07-05 14:28 ` RandallFlagg
  2024-07-05 16:14 ` [PR REVIEW] " classabbyamp
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: RandallFlagg @ 2024-07-05 14:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/my-void-linux/void-packages golden-dict-ng
https://github.com/void-linux/void-packages/pull/51071

New package: goldendict-ng-24.05.05
<!-- 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, (ARCH-LIBC) 
x86_64-glibc
<!-- 
- 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/51071.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-golden-dict-ng-51071.patch --]
[-- Type: text/x-diff, Size: 1523 bytes --]

From 78d19ce74fecbd6fcb65df249077749120cf875a Mon Sep 17 00:00:00 2001
From: Randall Flagg <O@G>
Date: Tue, 2 Jul 2024 03:54:29 +0300
Subject: [PATCH] New package: goldendict-ng-24.05.05

---
 srcpkgs/goldendict-ng/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/goldendict-ng/template

diff --git a/srcpkgs/goldendict-ng/template b/srcpkgs/goldendict-ng/template
new file mode 100644
index 00000000000000..7d4b9228c8f259
--- /dev/null
+++ b/srcpkgs/goldendict-ng/template
@@ -0,0 +1,23 @@
+# Template file for 'goldendict-ng'
+pkgname=goldendict-ng
+version=24.05.05
+revision=1
+archs="x86_64"
+build_style=cmake
+configure_args="-DUSE_ALTERNATIVE_NAME=ON"
+makedepends="qt6-speech-devel qt6-svg-devel qt6-qt5compat-devel qt6-base-devel
+ qt6-webengine-devel qt6-multimedia-devel qt6-speech-plugin-flite
+ qt6-speech-plugin-mock qt6-speech-plugin-speechd pkg-config ffmpeg-devel
+ hunspell-devel opencc-devel libvorbis-devel xapian-core-devel libeb-devel
+ libzim-devel qt6-tools-devel"
+short_desc="Feature-rich dictionary lookup program"
+maintainer="RandallFlagg <ykpui@hotmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://xiaoyifang.github.io/goldendict-ng/"
+distfiles="https://github.com/xiaoyifang/goldendict-ng/archive/refs/tags/v${version}-${_version_name}.tar.gz"
+checksum=e7cf55fef4ddf00d87b4e54489ec33a605b1d5634d0b7c46ddcdd261c3113790
+_version_name=LiXia.ecd1138c
+
+post_install() {
+	chmod 644 ${DESTDIR}/usr/share/pixmaps/goldendict-ng.png
+}

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

* Re: [PR REVIEW] New package: goldendict-ng-24.05.05
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (19 preceding siblings ...)
  2024-07-05 14:28 ` [PR PATCH] [Updated] " RandallFlagg
@ 2024-07-05 16:14 ` classabbyamp
  2024-07-05 16:16 ` classabbyamp
  2024-07-05 16:16 ` classabbyamp
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2024-07-05 16:14 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51071#discussion_r1666972137

Comment:
because that's the convention we follow:

> Most of the lines should be kept under 80 columns

https://github.com/void-linux/void-packages/blob/master/Manual.md#introduction

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

* Re: [PR REVIEW] New package: goldendict-ng-24.05.05
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (20 preceding siblings ...)
  2024-07-05 16:14 ` [PR REVIEW] " classabbyamp
@ 2024-07-05 16:16 ` classabbyamp
  2024-07-05 16:16 ` classabbyamp
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2024-07-05 16:16 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51071#discussion_r1666972968

Comment:
doesn't matter, archs= should only be used if something absolutely won't work. 

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

* Re: [PR REVIEW] New package: goldendict-ng-24.05.05
  2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
                   ` (21 preceding siblings ...)
  2024-07-05 16:16 ` classabbyamp
@ 2024-07-05 16:16 ` classabbyamp
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2024-07-05 16:16 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51071#discussion_r1666972968

Comment:
doesn't matter, archs= should only be used if something absolutely won't work.

the readme has instructions for how to build for alternate libcs and architectures

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

end of thread, other threads:[~2024-07-05 16:16 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-02  1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
2024-07-02  1:07 ` abenson
2024-07-02  1:11 ` [PR REVIEW] " classabbyamp
2024-07-02  1:11 ` classabbyamp
2024-07-02  1:11 ` classabbyamp
2024-07-02 11:07 ` [PR PATCH] [Updated] " RandallFlagg
2024-07-02 15:11 ` [PR PATCH] [Updated] New package: goldendict-ng-LiXia.240505 RandallFlagg
2024-07-02 23:53 ` RandallFlagg
2024-07-03 12:06 ` RandallFlagg
2024-07-04  8:37 ` New package: goldendict-ng-24.05.05 RandallFlagg
2024-07-04  9:15 ` [PR PATCH] [Updated] " RandallFlagg
2024-07-04 22:15 ` RandallFlagg
2024-07-04 22:56 ` [PR PATCH] [Updated] " RandallFlagg
2024-07-04 23:03 ` classabbyamp
2024-07-04 23:50 ` [PR PATCH] [Updated] " RandallFlagg
2024-07-05  0:13 ` [PR REVIEW] " classabbyamp
2024-07-05  0:13 ` classabbyamp
2024-07-05  0:13 ` classabbyamp
2024-07-05 14:27 ` RandallFlagg
2024-07-05 14:27 ` RandallFlagg
2024-07-05 14:28 ` [PR PATCH] [Updated] " RandallFlagg
2024-07-05 16:14 ` [PR REVIEW] " classabbyamp
2024-07-05 16:16 ` classabbyamp
2024-07-05 16:16 ` classabbyamp

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