pkgsrc-Bulk archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkgsrc NetBSD 9.99.64/x86_64 2020-06-03 23:11



Sat, 6 Jun 2020 at 12:29:59 +1200, Mark Davies wrote:
> On 5/06/20 12:16 pm, Joerg Sonnenberger wrote:
> > Qt update broke a lot of KDE packages.
> 
> OK, not what I was planning on doing this weekend, but I'll update
> frameworks etal to something that knows about qt 5.15.

For devel/ktexteditor specifically, all that's needed is this one-liner:

--- src/schema/katecategorydrawer.cpp.orig      2020-01-04
10:13:01.000000000 +0000
+++ src/schema/katecategorydrawer.cpp
@@ -24,6 +24,7 @@
 #include <QApplication>
 #include <QPainter>
 #include <QStyleOption>
+#include <QPainterPath>
 
 KateCategoryDrawer::KateCategoryDrawer()
     : KCategoryDrawer(nullptr)

(Not that newer Kf5 packages wouldn't be nice, but I thought I'd mention
it.) I can't comment on the rest, but that got kate to build again for
me. otter-browser (which I just patched) had the very same problem.

Cheers,

Dave




Home | Main Index | Thread Index | Old Index