diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-10 15:23:17 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-10 15:23:17 +0200 |
commit | 7844ce913fca409fa97f7d7a5b3723cb30e3bd78 (patch) | |
tree | 52a20d411d860a21d27ea2f8588e32b12e864a34 /dilos | |
parent | f1236cf5cc281bca386a1f5e35d1e30c95ee6350 (diff) | |
download | tde-packaging-7844ce913fca409fa97f7d7a5b3723cb30e3bd78.tar.gz tde-packaging-7844ce913fca409fa97f7d7a5b3723cb30e3bd78.zip |
DilOS tdeaccessibility: Refresh DilOS specific patches.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'dilos')
-rw-r--r-- | dilos/tdeaccessibility/debian/patches/dilos.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dilos/tdeaccessibility/debian/patches/dilos.patch b/dilos/tdeaccessibility/debian/patches/dilos.patch index 061afa647..2810e7bfe 100644 --- a/dilos/tdeaccessibility/debian/patches/dilos.patch +++ b/dilos/tdeaccessibility/debian/patches/dilos.patch @@ -11,19 +11,6 @@ Index: tdeaccessibility/admin/acinclude.m4.in kde_cv_uic_plugins=yes fi fi -Index: tdeaccessibility/acinclude.m4 -=================================================================== ---- tdeaccessibility.orig/acinclude.m4 -+++ tdeaccessibility/acinclude.m4 -@@ -1586,7 +1586,7 @@ if AC_TRY_EVAL(kde_line); then - # if you're trying to debug this check and think it's incorrect, - # better check your installation. The check _is_ correct - your - # installation is not. -- if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then -+ if test -f actest.cpp && grep -i klineedit actest.cpp > /dev/null; then - kde_cv_uic_plugins=yes - fi - fi Index: tdeaccessibility/ksayit/Freeverb_plugin/freeverb_setup.ui =================================================================== --- tdeaccessibility.orig/ksayit/Freeverb_plugin/freeverb_setup.ui |