diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-15 19:23:30 +0800 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-15 19:23:30 +0800 |
commit | 0277521b268b21caf0ee21202b92784f302baadc (patch) | |
tree | 5d856f96adfbe46b57da31cf60daa1084b4e7a1e /dilos/tdeaccessibility/debian/patches/dilos.patch | |
parent | eb16e7c7281e182297581fa8d565561869c81bca (diff) | |
download | tde-packaging-0277521b268b21caf0ee21202b92784f302baadc.tar.gz tde-packaging-0277521b268b21caf0ee21202b92784f302baadc.zip |
DEB: adjusted to new 'core' folder for main packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dilos/tdeaccessibility/debian/patches/dilos.patch')
-rw-r--r-- | dilos/tdeaccessibility/debian/patches/dilos.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dilos/tdeaccessibility/debian/patches/dilos.patch b/dilos/tdeaccessibility/debian/patches/dilos.patch deleted file mode 100644 index 2810e7bfe..000000000 --- a/dilos/tdeaccessibility/debian/patches/dilos.patch +++ /dev/null @@ -1,25 +0,0 @@ -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/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> |