* [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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ messages in thread
* Re: New package: goldendict-ng-24.05.05
2024-07-02 1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
` (3 preceding siblings ...)
2024-07-25 10:35 ` slymattz
@ 2024-11-04 2:01 ` github-actions
4 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2024-11-04 2:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/51071#issuecomment-2453702587
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: goldendict-ng-24.05.05
2024-07-02 1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
` (2 preceding siblings ...)
2024-07-04 23:03 ` classabbyamp
@ 2024-07-25 10:35 ` slymattz
2024-11-04 2:01 ` github-actions
4 siblings, 0 replies; 10+ messages in thread
From: slymattz @ 2024-07-25 10:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1937 bytes --]
New comment by slymattz on void-packages repository
https://github.com/void-linux/void-packages/pull/51071#issuecomment-2250012970
Comment:
Hi!
I'm trying to cross-build the package for aarch64 and I'm able to get past the Qt6HostInfo error message (now it gets detected automatically, but you can also pass `-DQt6HostInfo_DIR=/usr/aarch64-linux-gnu/usr/lib/cmake/Qt6HostInfo` to cmake. However, the following error message pops up:
`/usr/aarch64-linux-gnu/usr/lib64/qt6/libexec/qmlimportscanner: /usr/aarch64-linux-gnu/usr/lib64/qt6/libexec/qmlimportscanner: cannot execute binary file
CMake Error at /usr/aarch64-linux-gnu/usr/lib64/cmake/Qt6Qml/Qt6QmlMacros.cmake:3361 (message):
Failed to scan target goldendict-ng for QML imports: 126
Call Stack (most recent call first):
/usr/aarch64-linux-gnu/usr/lib64/cmake/Qt6Qml/Qt6QmlMacros.cmake:3403 (_qt_internal_scan_qml_imports)
/usr/aarch64-linux-gnu/usr/lib64/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (qt6_import_qml_plugins)
/usr/aarch64-linux-gnu/usr/lib64/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (cmake_language)
/usr/aarch64-linux-gnu/usr/lib64/cmake/Qt6Core/Qt6CoreMacros.cmake:774 (_qt_internal_finalize_executable)
/usr/aarch64-linux-gnu/usr/lib64/cmake/Qt6Core/Qt6CoreMacros.cmake:590:EVAL:1 (qt6_finalize_target)
CMakeLists.txt:DEFERRED`
Running _file_ on the aforementioned binary reveals the following:
`masterdir-x86_64/usr/aarch64-linux-gnu/usr/lib64/qt6/libexec/qmlimportscanner: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=35f93a674a89578308260dfaf9839cb6816dce9d, for GNU/Linux 3.7.0, stripped
`
I believe [qt6-declarative-tools](https://github.com/void-linux/void-packages/blob/master/srcpkgs/qt6-declarative/template) may be relevant here. Perhaps somebody will have a clue what's going on here and whether and how this could be fixed.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: goldendict-ng-24.05.05
2024-07-02 1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
2024-07-04 8:37 ` New package: goldendict-ng-24.05.05 RandallFlagg
2024-07-04 22:15 ` RandallFlagg
@ 2024-07-04 23:03 ` classabbyamp
2024-07-25 10:35 ` slymattz
2024-11-04 2:01 ` github-actions
4 siblings, 0 replies; 10+ 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] 10+ messages in thread
* Re: New package: goldendict-ng-24.05.05
2024-07-02 1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
2024-07-04 8:37 ` New package: goldendict-ng-24.05.05 RandallFlagg
@ 2024-07-04 22:15 ` RandallFlagg
2024-07-04 23:03 ` classabbyamp
` (2 subsequent siblings)
4 siblings, 0 replies; 10+ 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] 10+ messages in thread
* Re: New package: goldendict-ng-24.05.05
2024-07-02 1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
@ 2024-07-04 8:37 ` RandallFlagg
2024-07-04 22:15 ` RandallFlagg
` (3 subsequent siblings)
4 siblings, 0 replies; 10+ 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] 10+ messages in thread
end of thread, other threads:[~2024-11-04 2:01 UTC | newest]
Thread overview: 10+ 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
-- strict thread matches above, loose matches on Subject: below --
2024-07-02 1:04 [PR PATCH] Inital commit for goldendict-ng RandallFlagg
2024-07-04 8:37 ` New package: goldendict-ng-24.05.05 RandallFlagg
2024-07-04 22:15 ` RandallFlagg
2024-07-04 23:03 ` classabbyamp
2024-07-25 10:35 ` slymattz
2024-11-04 2:01 ` github-actions
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).