Package Details: stardict-tools-git 3.0.6.r661.8c5c269-1

Git Clone URL: https://aur.archlinux.org/stardict-tools-git.git (read-only, click to copy)
Package Base: stardict-tools-git
Description: Stardict tools
Upstream URL: http://www.huzheng.org/stardict/
Keywords: stardict
Licenses: GPLv3
Conflicts: stardict-tools
Provides: stardict-tools
Submitter: sikmir
Maintainer: None
Last Packager: sikmir
Votes: 6
Popularity: 0.000000
First Submitted: 2016-06-19 10:22 (UTC)
Last Updated: 2019-12-20 06:54 (UTC)

Latest Comments

vej.kse commented on 2022-11-24 11:36 (UTC) (edited on 2022-11-24 11:39 (UTC) by vej.kse)

To make this PKGBUILD work, I had to replace git://github.com/ by git+https://github.com/ in the source and add the lines

CFLAGS=${CFLAGS/-Werror=format-security/}
CXXFLAGS=${CXXFLAGS/-Werror=format-security/}

at the beginning of the build function — based on the last comment here: https://bugs.archlinux.org/task/70701 .

sikmir commented on 2016-07-07 07:25 (UTC)

@minami: thanks, fixed.

minami commented on 2016-07-06 14:57 (UTC)

It seems like there's a build dependency missing: checking for STARDICT... yes checking for mysql_config... mysql_config-was-not-found-by-configure configure: error: mysql_config wasn't found please install libmysqlclient-dev http://www.mysql.com configure: error: ./configure failed for tools ==> ERROR: A failure occurred in build().