diff options
author | shenleban tongying | 2023-05-27 01:19:09 -0400 |
---|---|---|
committer | shenleban tongying | 2023-05-27 01:19:09 -0400 |
commit | 04e531a7e3bcc47d211a76a95efd535b13bbb025 (patch) | |
tree | f7aa06687676f37fe1c7fee65804aae1bead345d | |
parent | 881bd128a5724795da22c6647e5eeff26c92d46a (diff) | |
download | aur-04e531a7e3bcc47d211a76a95efd535b13bbb025.tar.gz |
add libzim
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = goldendict-ng-git pkgdesc = A feature-rich dictionary lookup program, supporting multiple dictionary formats. - pkgver = 23.05.03.alpha.230506.6fa9307b.r5.g49c61350 + pkgver = 23.05.03.alpha.230526.defc2447.r3.g3858932e pkgrel = 1 url = https://github.com/xiaoyifang/goldendict-ng arch = i686 @@ -12,6 +12,7 @@ pkgbase = goldendict-ng-git depends = libvorbis depends = libxtst depends = lzo + depends = libzim depends = zlib depends = xz depends = libeb @@ -4,13 +4,13 @@ # Maintainer: slbtty <shenlebantongying@gmail.com> pkgname=goldendict-ng-git -pkgver=23.05.03.alpha.230506.6fa9307b.r5.g49c61350 +pkgver=23.05.03.alpha.230526.defc2447.r3.g3858932e pkgrel=1 pkgdesc="A feature-rich dictionary lookup program, supporting multiple dictionary formats." arch=('i686' 'x86_64') url="https://github.com/xiaoyifang/goldendict-ng" license=('GPL3') -depends=('ffmpeg' 'hunspell' 'libvorbis' 'libxtst' 'lzo' 'zlib' 'xz' 'libeb' 'opencc' 'xapian-core' +depends=('ffmpeg' 'hunspell' 'libvorbis' 'libxtst' 'lzo' 'libzim' 'zlib' 'xz' 'libeb' 'opencc' 'xapian-core' 'qt6-svg' 'qt6-tools' 'qt6-multimedia' 'qt6-webengine' 'qt6-speech' 'qt6-5compat') makedepends=('git') conflicts=('goldendict' 'goldendict-git' 'goldendict-svn' 'goldendict-git-opt') |