On Fri, Nov 19, 2010 at 08:44:08PM +0100, Dirk Mueller wrote: > I just finished uploading the first set of tarballs.. I believe I need a > couple > of more tarballs for those to work properly (akonadi etc), working on that > now. > > Please let me know of urgent fixes/compile issues in those tar balls.
This commit breaks kdelibs compiling http://websvn.kde.org/?view=revision&revision=1199825 needs this patch +++ kdelibs/knewstuff/knewstuff3/ui/itemsgridviewdelegate.cpp 2010-11-23 10:37:12.596926002 +0000 @@ -94,7 +94,7 @@ int elementYPos = PreviewHeight + ItemMargin + FrameThickness*2; //setup rating widget - KRatingWidget * rating = qobject_cast<KRatingWidget*>(widgets.at(DelegateRatingWidget)); + KRatingWidget * rating = qobject_cast<KRatingWidget*>(widgets.at(DelegateGridRatingWidget)); It also isn't in trunk Jonathan _______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
