From 87aaaecdc3a3908d2d82a57dc4e21d7cbae290f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 10 Apr 2020 15:24:47 +0200 Subject: DilOS tdeadmin: Refresh DilOS specific patches. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- dilos/tdebindings/debian/patches/dilos.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dilos/tdebindings/debian/patches/dilos.patch b/dilos/tdebindings/debian/patches/dilos.patch index 5673f61e7..89ff7e33f 100644 --- a/dilos/tdebindings/debian/patches/dilos.patch +++ b/dilos/tdebindings/debian/patches/dilos.patch @@ -80,19 +80,6 @@ Index: tdebindings/admin/acinclude.m4.in # 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: tdebindings/acinclude.m4 -=================================================================== ---- tdebindings.orig/acinclude.m4 -+++ tdebindings/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 -- cgit v1.2.3