Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions srcpkgs/goldendict-ng/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Template file for 'goldendict-ng'
pkgname=goldendict-ng
version=26.5.1
version=26.5.5
revision=1
_version_tag=Release.9973c461
build_style=cmake
configure_args="-DUSE_ALTERNATIVE_NAME=ON -DWITH_TTS=OFF"
hostmakedepends="pkg-config qt6-declarative-host-tools qt6-tools"
Expand All @@ -15,8 +14,8 @@ short_desc="Feature-rich dictionary lookup program (goldendict fork)"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.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_tag}.tar.gz"
checksum=3031575d7754badabfa0b48729b3dd3765564a16f6f93383445fb89e4029518c
distfiles="https://github.com/xiaoyifang/goldendict-ng/archive/refs/tags/v${version}.tar.gz"
checksum=ddf5487759476eb6b8b3f10161be8ece41b63185d4a789690898d722b28e0f03

if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then
broken="Qt6 WebEngine"
Expand Down