From f55ab90f06db1c6a515f8d3becaed13d73afd08c Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 30 Apr 2015 14:17:41 +0200 Subject: Remove all dependencies and extragear language files that have been folded into slackware-current as official packages. --- deps/qt/qt.qclipboard_delay.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 deps/qt/qt.qclipboard_delay.patch (limited to 'deps/qt/qt.qclipboard_delay.patch') diff --git a/deps/qt/qt.qclipboard_delay.patch b/deps/qt/qt.qclipboard_delay.patch deleted file mode 100644 index dcdf51c..0000000 --- a/deps/qt/qt.qclipboard_delay.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/src/gui/kernel/qclipboard_x11.cpp.sav 2014-04-25 09:52:03.855693228 +0200 -+++ b/src/gui/kernel/qclipboard_x11.cpp 2014-04-25 09:51:58.038693777 +0200 -@@ -548,7 +548,8 @@ bool QX11Data::clipboardWaitForEvent(Win - return false; - - XSync(X11->display, false); -- usleep(50000); -+ if (!XPending(X11->display)) -+ usleep(5000); - - now.start(); - -- cgit v1.2.3-65-gdbad