diff options
author | Denis Kozadaev <denis@dilos.org> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-03-08 01:42:10 +0000 |
commit | 9de3a997a63566c50774a4d85dce910b81ac1bcd (patch) | |
tree | 5ba30c758aa6e3e21665ad5f5e8ab8b90c38c8fb /dilos/tdeaccessibility/debian/patches/dilos.patch | |
parent | 5c670cd0d9443ef0443a5cbc700cb501e01eed93 (diff) | |
download | tde-packaging-9de3a997a63566c50774a4d85dce910b81ac1bcd.tar.gz tde-packaging-9de3a997a63566c50774a4d85dce910b81ac1bcd.zip |
DilOS: tdeaccessibility build pack
Signed-off-by: Denis Kozadaev <denis@dilos.org>
Diffstat (limited to 'dilos/tdeaccessibility/debian/patches/dilos.patch')
-rw-r--r-- | dilos/tdeaccessibility/debian/patches/dilos.patch | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/dilos/tdeaccessibility/debian/patches/dilos.patch b/dilos/tdeaccessibility/debian/patches/dilos.patch new file mode 100644 index 000000000..061afa647 --- /dev/null +++ b/dilos/tdeaccessibility/debian/patches/dilos.patch @@ -0,0 +1,38 @@ +Index: tdeaccessibility/admin/acinclude.m4.in +=================================================================== +--- tdeaccessibility.orig/admin/acinclude.m4.in ++++ tdeaccessibility/admin/acinclude.m4.in +@@ -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/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 ++++ tdeaccessibility/ksayit/Freeverb_plugin/freeverb_setup.ui +@@ -665,4 +665,7 @@ + <includehints> + <includehint>kpushbutton.h</includehint> + </includehints> ++<includes> ++ <include>kpushbutton.h</include> ++</includes> + </UI> |