head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q2:1.1.0.2 pkgsrc-2010Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2010.07.04.11.02.34; author markd; state dead; branches; next 1.1; 1.1 date 2010.06.16.23.11.48; author wiz; state Exp; branches; next ; desc @@ 1.2 log @Update to KDE SC 4.4.5. Several bugs in encoding and refreshing in Konsole have been fixed A couple of crashes in Okular's PDF viewer have been fixed Alarms have received some fixes in KDE PIM The changelog lists more, if not all improvements since KDE SC 4.4.4. @ text @$NetBSD: patch-aa,v 1.1 2010/06/16 23:11:48 wiz Exp $ https://trac.macports.org/ticket/24947 --- attica/kdeplugin/kdeplatformdependent.h.orig 2009-12-31 13:28:04.000000000 +0000 +++ attica/kdeplugin/kdeplatformdependent.h @@@@ -47,6 +47,11 @@@@ public: KdePlatformDependent(); virtual ~KdePlatformDependent(); virtual QList getDefaultProviderFiles() const; + virtual void addDefaultProviderFile(const QUrl& url){} + virtual void removeDefaultProviderFile(const QUrl& url){} + virtual void enableProvider(const QUrl& baseUrl, bool enabled) const{} + virtual bool isEnabled(const QUrl& baseUrl) const{return true;} + virtual QNetworkReply* post(const QNetworkRequest& request, const QByteArray& data); virtual QNetworkReply* post(const QNetworkRequest& request, QIODevice* data); virtual QNetworkReply* get(const QNetworkRequest& request); @ 1.1 log @Fix build with attica-0.1.4, and depend on it. Patch from https://trac.macports.org/ticket/24947 via markd. While here, included desktopdb.mk and bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @