diff options
author | Andrey Butirsky <butirsky@gmail.com> | 2019-05-27 03:20:21 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-27 07:38:30 +0700 |
commit | f4469443be88173323ab0e9253fe54f01db89a97 (patch) | |
tree | 586016f561de6dd6254ca1fe412eccf43504c192 /office/goldendict | |
parent | 9a88695df20532598022d7f8cd605774329d2fb9 (diff) |
office/goldendict: Zim dictionaries support
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/goldendict')
-rw-r--r-- | office/goldendict/goldendict.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/office/goldendict/goldendict.SlackBuild b/office/goldendict/goldendict.SlackBuild index 3f3f4fc23b8c..2d1e6b478fae 100644 --- a/office/goldendict/goldendict.SlackBuild +++ b/office/goldendict/goldendict.SlackBuild @@ -57,6 +57,7 @@ chown -R root:root . $(type -p qmake-qt5 || echo qmake) PREFIX=/usr \ CONFIG+=no_epwing_support \ + CONFIG+=zim_support \ DISABLE_INTERNAL_PLAYER=$DISABLE_INTERNAL_PLAYER make install INSTALL_ROOT=$PKG |