rev 18129 - in trunk/packages/kdebase-runtime/debian: . patches

Modestas Vainius modax at alioth.debian.org
Sat May 29 13:17:35 UTC 2010


Author: modax
Date: 2010-05-29 13:17:31 +0000 (Sat, 29 May 2010)
New Revision: 18129

Added:
   trunk/packages/kdebase-runtime/debian/patches/04_attica_0.1.4_compat.diff
Modified:
   trunk/packages/kdebase-runtime/debian/changelog
   trunk/packages/kdebase-runtime/debian/patches/series
Log:
Add 04_attica_0.1.4_compat.diff patch which fixes FTBFS with attica >=
0.1.4 (Closes: #583019).

Modified: trunk/packages/kdebase-runtime/debian/changelog
===================================================================
--- trunk/packages/kdebase-runtime/debian/changelog	2010-05-29 12:35:25 UTC (rev 18128)
+++ trunk/packages/kdebase-runtime/debian/changelog	2010-05-29 13:17:31 UTC (rev 18129)
@@ -1,4 +1,4 @@
-kdebase-runtime (4:4.4.4-0r1) UNRELEASED; urgency=low
+kdebase-runtime (4:4.4.4-0r2) UNRELEASED; urgency=low
 
   * New upstream release.
 
@@ -12,6 +12,8 @@
   * Remove debian/README.source. Patch support is part of source format
     now.
   * Bump kde-sc-dev-latest build dependency to 4:4.4.4.
+  * Add 04_attica_0.1.4_compat.diff patch which fixes FTBFS with attica >=
+    0.1.4 (Closes: #583019).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 28 May 2010 21:51:15 +0300
 

Added: trunk/packages/kdebase-runtime/debian/patches/04_attica_0.1.4_compat.diff
===================================================================
--- trunk/packages/kdebase-runtime/debian/patches/04_attica_0.1.4_compat.diff	                        (rev 0)
+++ trunk/packages/kdebase-runtime/debian/patches/04_attica_0.1.4_compat.diff	2010-05-29 13:17:31 UTC (rev 18129)
@@ -0,0 +1,21 @@
+Description: make kdebase-runtime compile with attica >= 0.1.4
+ No new features added. The patch just fixes FTBFS.
+Author: Thibaut Gridel <tgridel at free.fr>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583019
+Forwarded: not-needed
+Last-Update: 2010-05-29
+
+--- a/attica/kdeplugin/kdeplatformdependent.h
++++ b/attica/kdeplugin/kdeplatformdependent.h
+@@ -47,6 +47,11 @@ public:
+     KdePlatformDependent();
+     virtual ~KdePlatformDependent();
+     virtual QList<QUrl> 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);

Modified: trunk/packages/kdebase-runtime/debian/patches/series
===================================================================
--- trunk/packages/kdebase-runtime/debian/patches/series	2010-05-29 12:35:25 UTC (rev 18128)
+++ trunk/packages/kdebase-runtime/debian/patches/series	2010-05-29 13:17:31 UTC (rev 18129)
@@ -2,3 +2,4 @@
 02_ksvgtopng4.diff
 03_disable_usr_lib_install_rpath.diff
 25_khelp_htdig.diff
+04_attica_0.1.4_compat.diff




More information about the pkg-kde-commits mailing list