summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-02-03 23:13:38 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-02-03 23:14:03 +0100
commit788f268e60923116d343f3865c29a3fb94fb4f53 (patch)
tree240eb5588b81645cb8bcf782c2a401b4ff5dfab7
parent1c3f96adbd50a58f8d53b7099f54991ae225c830 (diff)
downloadtde-packaging-788f268e60923116d343f3865c29a3fb94fb4f53.tar.gz
tde-packaging-788f268e60923116d343f3865c29a3fb94fb4f53.zip
DEB tdelibs: Add option WITH_ISPELL.
Set ASPELL as the default spell checker. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit fc4af83391323c1449922eeb151099b6e253d8cd)
-rwxr-xr-xdebian/_base/core/kdelibs/debian/rules2
-rwxr-xr-xubuntu/_base/core/kdelibs/debian/rules2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/_base/core/kdelibs/debian/rules b/debian/_base/core/kdelibs/debian/rules
index 8ef7a6ef4..58dcf8eda 100755
--- a/debian/_base/core/kdelibs/debian/rules
+++ b/debian/_base/core/kdelibs/debian/rules
@@ -36,8 +36,10 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_JASPER="ON" \
-DWITH_OPENEXR="ON" \
-DWITH_AVAHI="ON" \
+ -DWITH_ISPELL="ON" \
-DWITH_ASPELL="ON" \
-DWITH_HSPELL="ON" \
+ -DDEFAULT_SPELL_CHECKER="ASPELL" \
-DWITH_LZMA="ON" \
-DWITH_XRANDR="ON" \
-DWITH_XCOMPOSITE="ON" \
diff --git a/ubuntu/_base/core/kdelibs/debian/rules b/ubuntu/_base/core/kdelibs/debian/rules
index c6df5db9e..a584fbd66 100755
--- a/ubuntu/_base/core/kdelibs/debian/rules
+++ b/ubuntu/_base/core/kdelibs/debian/rules
@@ -36,8 +36,10 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_JASPER="ON" \
-DWITH_OPENEXR="ON" \
-DWITH_AVAHI="ON" \
+ -DWITH_ISPELL="ON" \
-DWITH_ASPELL="ON" \
-DWITH_HSPELL="ON" \
+ -DDEFAULT_SPELL_CHECKER="ASPELL" \
-DWITH_LZMA="ON" \
-DWITH_XRANDR="ON" \
-DWITH_XCOMPOSITE="ON" \