rev 11215 - in branches/kde4/packages/kdepim/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Sun Jun 29 19:47:14 UTC 2008


Author: ana
Date: 2008-06-29 19:47:13 +0000 (Sun, 29 Jun 2008)
New Revision: 11215

Added:
   branches/kde4/packages/kdepim/debian/patches/30_debianize_akregator_default.diff
Modified:
   branches/kde4/packages/kdepim/debian/changelog
   branches/kde4/packages/kdepim/debian/patches/series
Log:
  * Add 30_debianize_akregator_default.diff to include planet debian
    and debian times as default in akregator.



Modified: branches/kde4/packages/kdepim/debian/changelog
===================================================================
--- branches/kde4/packages/kdepim/debian/changelog	2008-06-29 18:39:00 UTC (rev 11214)
+++ branches/kde4/packages/kdepim/debian/changelog	2008-06-29 19:47:13 UTC (rev 11215)
@@ -1,7 +1,16 @@
+kdepim (4:4.0.84-2) experimental; urgency=low
+
+  * Add 30_debianize_akregator_default.diff to include planet debian 
+    and debian times as default in akregator.
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sun, 29 Jun 2008 21:53:44 +0200
+
 kdepim (4:4.0.84-1) experimental; urgency=low
 
-  * New upstream snapshot
-  * Remove some unneeded build-dependencies. Plasmoid is gone. kpilot is disabled
+  * New upstream snapshot.
+  * Remove some unneeded build-dependencies: 
+    -libplas-dev because plasmoid is gone. 
+    -libpisock-dev because kpilot is disabled.
 
  -- Sune Vuorela <debian at pusling.com>  Sat, 28 Jun 2008 16:14:02 +0000
 

Added: branches/kde4/packages/kdepim/debian/patches/30_debianize_akregator_default.diff
===================================================================
--- branches/kde4/packages/kdepim/debian/patches/30_debianize_akregator_default.diff	                        (rev 0)
+++ branches/kde4/packages/kdepim/debian/patches/30_debianize_akregator_default.diff	2008-06-29 19:47:13 UTC (rev 11215)
@@ -0,0 +1,25 @@
+Index: kdepim-4.0.84/akregator/src/akregator_part.cpp
+===================================================================
+--- kdepim-4.0.84.orig/akregator/src/akregator_part.cpp	2008-06-18 14:42:07.000000000 +0200
++++ kdepim-4.0.84/akregator/src/akregator_part.cpp	2008-06-29 21:46:11.000000000 +0200
+@@ -342,6 +342,20 @@
+     look.setAttribute("xmlUrl","http://www.kde.org/kde-look-content.rdf");
+     mainFolder.appendChild(look);
+ 
++    QDomElement debianFolder = doc.createElement( "outline" );
++    debianFolder.setAttribute("text","Debian");
++    body.appendChild(debianFolder);
++
++    QDomElement pland = doc.createElement( "outline" );
++    pland.setAttribute("text",i18n("Planet Debian"));
++    pland.setAttribute("xmlUrl","http://planet.debian.org/rss20.xml");
++    debianFolder.appendChild(pland);
++
++    QDomElement dtimes = doc.createElement( "outline" );
++    dtimes.setAttribute("text",i18n("Debian Times"));
++    dtimes.setAttribute("xmlUrl","http://times.debian.net/?format=rss20.xml");
++    debianFolder.appendChild(dtimes);
++
+     return doc;
+ }
+ 

Modified: branches/kde4/packages/kdepim/debian/patches/series
===================================================================
--- branches/kde4/packages/kdepim/debian/patches/series	2008-06-29 18:39:00 UTC (rev 11214)
+++ branches/kde4/packages/kdepim/debian/patches/series	2008-06-29 19:47:13 UTC (rev 11215)
@@ -1 +1,2 @@
+30_debianize_akregator_default.diff
 97_fix_target_link_libraries.diff




More information about the pkg-kde-commits mailing list