* [PR PATCH] New package: goldendict-ng-24.05.05
@ 2024-07-23 19:44 slymattz
2024-07-23 19:45 ` classabbyamp
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: slymattz @ 2024-07-23 19:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1117 bytes --]
There is a new pull request by slymattz against master on the void-packages repository
https://github.com/slymattz/void-packages goldendict-ng
https://github.com/void-linux/void-packages/pull/51406
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**|**NO**
-->
<!-- 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)
A patch file from https://github.com/void-linux/void-packages/pull/51406.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-goldendict-ng-51406.patch --]
[-- Type: text/x-diff, Size: 1511 bytes --]
From 5b2f345cb64f9a434326e12fc63f0dbabb542bfa Mon Sep 17 00:00:00 2001
From: Mateusz Sylwestrzak <slymattz@gmail.com>
Date: Tue, 23 Jul 2024 21:42:13 +0200
Subject: [PATCH] New package: goldendict-ng-24.05.05
---
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..9a1e9addb82d32
--- /dev/null
+++ b/srcpkgs/goldendict-ng/template
@@ -0,0 +1,16 @@
+# Template file for 'goldendict-ng'
+pkgname=goldendict-ng
+_releasetag="LiXia.ecd1138c"
+version=24.05.05
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DWITH_FFMPEG_PLAYER=OFF -DWITH_TTS=OFF -DWITH_EPWING_SUPPORT=OFF -DWITH_ZIM=ON -DCMAKE_INSTALL_PREFIX=/usr goldendict"
+hostmakedepends="cmake pkg-config gcc qt6-tools"
+makedepends="qt6-base-devel qt6-svg-devel qt6-multimedia-devel qt6-webengine-devel qt6-qt5compat-devel libzim-devel xapian-core-devel hunspell-devel opencc-devel libvorbis-devel"
+short_desc="Feature-rich dictionary lookup program (fork of goldendict)"
+maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/xiaoyifang/goldendict-ng"
+distfiles="https://github.com/xiaoyifang/goldendict-ng/archive/refs/tags/v${version}-${_releasetag}.tar.gz"
+checksum=e7cf55fef4ddf00d87b4e54489ec33a605b1d5634d0b7c46ddcdd261c3113790
+conflicts="goldendict"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New package: goldendict-ng-24.05.05
2024-07-23 19:44 [PR PATCH] New package: goldendict-ng-24.05.05 slymattz
@ 2024-07-23 19:45 ` classabbyamp
2024-07-23 19:45 ` classabbyamp
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-07-23 19:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 154 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/51406#issuecomment-2246150963
Comment:
#51071
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New package: goldendict-ng-24.05.05
2024-07-23 19:44 [PR PATCH] New package: goldendict-ng-24.05.05 slymattz
2024-07-23 19:45 ` classabbyamp
@ 2024-07-23 19:45 ` classabbyamp
2024-07-23 19:46 ` slymattz
2024-07-23 19:47 ` [PR PATCH] [Closed]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-07-23 19:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 167 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/51406#issuecomment-2246150963
Comment:
duplicate of #51071
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New package: goldendict-ng-24.05.05
2024-07-23 19:44 [PR PATCH] New package: goldendict-ng-24.05.05 slymattz
2024-07-23 19:45 ` classabbyamp
2024-07-23 19:45 ` classabbyamp
@ 2024-07-23 19:46 ` slymattz
2024-07-23 19:47 ` [PR PATCH] [Closed]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: slymattz @ 2024-07-23 19:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 212 bytes --]
New comment by slymattz on void-packages repository
https://github.com/void-linux/void-packages/pull/51406#issuecomment-2246151949
Comment:
> duplicate of #51071
Huh, sorry. I forgot to check pull requests.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Closed]: New package: goldendict-ng-24.05.05
2024-07-23 19:44 [PR PATCH] New package: goldendict-ng-24.05.05 slymattz
` (2 preceding siblings ...)
2024-07-23 19:46 ` slymattz
@ 2024-07-23 19:47 ` classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-07-23 19:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 958 bytes --]
There's a closed pull request on the void-packages repository
New package: goldendict-ng-24.05.05
https://github.com/void-linux/void-packages/pull/51406
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**|**NO**
-->
<!-- 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)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-07-23 19:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-23 19:44 [PR PATCH] New package: goldendict-ng-24.05.05 slymattz
2024-07-23 19:45 ` classabbyamp
2024-07-23 19:45 ` classabbyamp
2024-07-23 19:46 ` slymattz
2024-07-23 19:47 ` [PR PATCH] [Closed]: " 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).