From: Don Armstrong Date: Sat, 2 Nov 2024 06:11:29 +0000 (-0700) Subject: Use convert-bdic instead of qwebengine_convert_dict X-Git-Tag: debian/2020.12.07-4~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b2229f182343835aaf8e4889230550f19b9ae032;p=deb_pkgs%2Fscowl.git Use convert-bdic instead of qwebengine_convert_dict --- diff --git a/debian/control b/debian/control index 58aa8ac..07c8ab7 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Section: text Priority: standard Standards-Version: 4.1.4 Build-Depends: debhelper (>= 12) -Build-Depends-Indep: dictionaries-common-dev, dos2unix, aspell, qtwebengine5-dev-tools, libqt5webengine-data +Build-Depends-Indep: dictionaries-common-dev, dos2unix, aspell, convert-bdic Homepage: http://wordlist.sourceforge.net/ Vcs-Browser: https://git.donarmstrong.com/deb_pkgs/scowl.git Vcs-Git: https://git.donarmstrong.com/deb_pkgs/scowl.git diff --git a/debian/rules b/debian/rules index 7f6ce0d..c19237f 100755 --- a/debian/rules +++ b/debian/rules @@ -61,7 +61,7 @@ override_dh_auto_build: cd speller && $(MAKE) hunspell ( cd speller; \ for a in *.dic; do \ - /usr/lib/qt5/bin/qwebengine_convert_dict $$a $${a%%.dic}.bdic; \ + /usr/bin/convert-bdic $$a $${a%%.dic}.bdic; \ done;) override_dh_auto_clean: @@ -74,6 +74,7 @@ override_dh_auto_clean: done;\ done cd speller && $(MAKE) clean + rm -f speller/*.bdic INSTALL_WORDLISTS=$(patsubst %-"",%,$(foreach spelling,$(SPELLINGS),$(foreach size,$(SIZES),install-w$(spelling)-$(size))))