[SCM] KDE Plasma Addons module packaging branch, master, updated. debian/4.13.1-1-333-g5d6336c

Maximiliano Curia maxy at moszumanska.debian.org
Fri Aug 1 09:05:07 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kdeplasma-addons.git;a=commitdiff;h=745f7b7

The following commit has been merged in the master branch:
commit 745f7b787835b50e8acc278750c6b598f204d0e4
Author: Alessandro Ghersi <lex at pinocchio>
Date:   Fri Jul 10 17:49:21 2009 +0200

    kdeplasma-addons (4:4.2.96-0ubuntu1) UNRELEASED; urgency=low
    
      * New upstream release
        - Bump build-depend versions
        - Update plasma-widget-lancelot.installed
        - Update kubuntu_02_microblog_default_configuration.diff
        - Remove kubuntu_01_qt_phonon.diff no longer need
---
 debian/changelog                                   |  10 +
 debian/control                                     |   4 +-
 debian/patches/kubuntu_01_qt_phonon.diff           |  13 --
 ...kubuntu_02_microblog_default_configuration.diff | 245 +++++++++++----------
 debian/patches/series                              |   1 -
 debian/plasma-widget-lancelot.install              |  92 ++++++--
 6 files changed, 210 insertions(+), 155 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b8e4ace..c1cefca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+kdeplasma-addons (4:4.2.96-0ubuntu1) UNRELEASED; urgency=low
+
+  * New upstream release
+    - Bump build-depend versions
+    - Update plasma-widget-lancelot.installed
+    - Update kubuntu_02_microblog_default_configuration.diff
+    - Remove kubuntu_01_qt_phonon.diff no longer need
+
+ -- Alessandro Ghersi <alessandro-ghersi at kubuntu.org>  Fri, 10 Jul 2009 13:55:16 +0200
+
 kdeplasma-addons (4:4.2.95-0ubuntu1) karmic; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 61c8d53..367a6f2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.
 Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>, Sune Vuorela <debian at pusling.com>, Fathi Boudra <fabo at debian.org>,
  Armin Berres <trigger+debian at space-based.de>, Modestas Vainius <modestas at vainius.eu>
 Build-Depends: cdbs (>= 0.4.51), debhelper (>= 7), quilt, pkg-kde-tools (>= 0.4.2),
- kdelibs5-dev (>= 4:4.2.95), kdepimlibs5-dev (>= 4:4.2.95), libqt4-opengl-dev,
- kdebase-workspace-dev (>= 4:4.2.95), libboost1.38-dev, libkexiv2-7-dev, python,
+ kdelibs5-dev (>= 4:4.2.96), kdepimlibs5-dev (>= 4:4.2.96), libqt4-opengl-dev,
+ kdebase-workspace-dev (>= 4:4.2.96), libboost1.38-dev, libkexiv2-7-dev, python,
  libqimageblitz-dev, libeigen2-dev, libmarble-dev
 Standards-Version: 3.8.0
 Homepage: http://plasma.kde.org/
diff --git a/debian/patches/kubuntu_01_qt_phonon.diff b/debian/patches/kubuntu_01_qt_phonon.diff
deleted file mode 100644
index f3c2f5f..0000000
--- a/debian/patches/kubuntu_01_qt_phonon.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: kdeplasma-addons-4.2.85/applets/bball/bball.h
-===================================================================
---- kdeplasma-addons-4.2.85.orig/applets/bball/bball.h	2009-05-16 16:17:45.000000000 -0400
-+++ kdeplasma-addons-4.2.85/applets/bball/bball.h	2009-05-16 16:18:02.000000000 -0400
-@@ -32,7 +32,7 @@
- #include <Phonon/MediaObject>
- #include <Phonon/Path>
- #include <Phonon/AudioOutput>
--#include <Phonon/Global>
-+#include <Phonon/phononnamespace.h>
- 
- #include "ui_bballConfig.h"
- 
diff --git a/debian/patches/kubuntu_02_microblog_default_configuration.diff b/debian/patches/kubuntu_02_microblog_default_configuration.diff
index 6cfe337..f484d48 100644
--- a/debian/patches/kubuntu_02_microblog_default_configuration.diff
+++ b/debian/patches/kubuntu_02_microblog_default_configuration.diff
@@ -1,93 +1,7 @@
-diff -u kdeplasma-addons-4.2.90/dataengines/microblog/timelinesource.cpp kdeplasma-addons-4.2.90/dataengines/microblog/timelinesource.cpp
---- kdeplasma-addons-4.2.90/dataengines/microblog/timelinesource.cpp	2009-05-06 11:14:08.000000000 +0100
-+++ kdeplasma-addons-4.2.90/dataengines/microblog/timelinesource.cpp	2009-06-19 18:14:11.000000000 +0100
-@@ -91,6 +91,9 @@
-     case TimelineWithFriends:
-         m_url = KUrl(m_serviceBaseUrl, "statuses/friends_timeline.xml");
-         break;
-+    case NoAuth:
-+        m_url = KUrl(m_serviceBaseUrl, QString("statuses/user_timeline/%1.xml").arg(account.at(0)));
-+        break;
-     case Timeline:
-     default:
-         m_url = KUrl(m_serviceBaseUrl, "statuses/user_timeline.xml");
-@@ -134,7 +137,7 @@
- 
- void TimelineSource::update()
- {
--    if (m_job || (!account().isEmpty() && password().isEmpty())) {
-+    if (m_job) {
-         // We are already performing a fetch, let's not bother starting over
-         //kDebug() << "already updating....." << account() << password();
-         return;
-diff -u kdeplasma-addons-4.2.90/dataengines/microblog/timelinesource.h kdeplasma-addons-4.2.90/dataengines/microblog/timelinesource.h
---- kdeplasma-addons-4.2.90/dataengines/microblog/timelinesource.h	2009-02-04 18:19:46.000000000 +0000
-+++ kdeplasma-addons-4.2.90/dataengines/microblog/timelinesource.h	2009-06-19 16:54:17.000000000 +0100
-@@ -78,7 +78,8 @@
-     enum RequestType {
-         Timeline = 0,
-         TimelineWithFriends,
--        Profile
-+        Profile,
-+        NoAuth
-     };
- 
-     TimelineSource(const QString &who, RequestType requestType, QObject* parent);
-diff -u kdeplasma-addons-4.2.90/dataengines/microblog/twitterengine.cpp kdeplasma-addons-4.2.90/dataengines/microblog/twitterengine.cpp
---- kdeplasma-addons-4.2.90/dataengines/microblog/twitterengine.cpp	2009-02-04 18:19:46.000000000 +0000
-+++ kdeplasma-addons-4.2.90/dataengines/microblog/twitterengine.cpp	2009-06-19 18:15:32.000000000 +0100
-@@ -37,6 +37,7 @@
- const QString TwitterEngine::timelinePrefix("Timeline:");
- const QString TwitterEngine::timelineWithFriendsPrefix("TimelineWithFriends:");
- const QString TwitterEngine::profilePrefix("Profile:");
-+const QString TwitterEngine::noauthPrefix("NoAuth:");
- 
- TwitterEngine::TwitterEngine(QObject* parent, const QVariantList& args)
-     : Plasma::DataEngine(parent, args)
-@@ -56,7 +57,7 @@
-         return true;
-     }
- 
--    if (!name.startsWith(timelinePrefix) && !name.startsWith(timelineWithFriendsPrefix)  && !name.startsWith(profilePrefix)) {
-+    if (!name.startsWith(timelinePrefix) && !name.startsWith(timelineWithFriendsPrefix)  && !name.startsWith(profilePrefix) && !name.startsWith(noauthPrefix)) {
-         return false;
-     }
- 
-@@ -84,9 +85,8 @@
- //always returns false becaues everything is async
- bool TwitterEngine::updateSourceEvent(const QString &name)
- {
--    //kDebug() << name;
-     //right now it only makes sense to do an update on timelines
--    if (!name.startsWith(timelinePrefix) && !name.startsWith(timelineWithFriendsPrefix) && !name.startsWith(profilePrefix)) {
-+    if (!name.startsWith(timelinePrefix) && !name.startsWith(timelineWithFriendsPrefix) && !name.startsWith(profilePrefix) && !name.startsWith(noauthPrefix)) {
-         return false;
-     }
- 
-@@ -99,6 +99,9 @@
-     } else if (name.startsWith(profilePrefix)) {
-         requestType = TimelineSource::Profile;
-         who.remove(profilePrefix);
-+    } else if (name.startsWith(noauthPrefix)) {
-+        requestType = TimelineSource::NoAuth;
-+        who.remove(noauthPrefix);
-     }else{
-         requestType = TimelineSource::Timeline;
-         who.remove(timelinePrefix);
-diff -u kdeplasma-addons-4.2.90/dataengines/microblog/twitterengine.h kdeplasma-addons-4.2.90/dataengines/microblog/twitterengine.h
---- kdeplasma-addons-4.2.90/dataengines/microblog/twitterengine.h	2009-04-30 19:02:33.000000000 +0100
-+++ kdeplasma-addons-4.2.90/dataengines/microblog/twitterengine.h	2009-06-19 16:54:34.000000000 +0100
-@@ -70,6 +70,7 @@
- 	static const QString timelinePrefix;
- 	static const QString timelineWithFriendsPrefix;
- 	static const QString profilePrefix;
-+	static const QString noauthPrefix;
-         ImageSource *m_imageSource;
- 
- };
-diff -u kdeplasma-addons-4.2.90/applets/microblog/microblog.cpp kdeplasma-addons-4.2.90/applets/microblog/microblog.cpp
---- kdeplasma-addons-4.2.90/applets/microblog/microblog.cpp	2009-06-03 12:54:30.000000000 +0100
-+++ kdeplasma-addons-4.2.90/applets/microblog/microblog.cpp	2009-06-19 18:12:29.000000000 +0100
+Index: kdeplasma-addons-4.2.96/applets/microblog/microblog.cpp
+===================================================================
+--- kdeplasma-addons-4.2.96.orig/applets/microblog/microblog.cpp	2009-07-10 14:23:01.317966112 +0200
++++ kdeplasma-addons-4.2.96/applets/microblog/microblog.cpp	2009-07-10 14:41:55.064962161 +0200
 @@ -32,6 +32,7 @@
  #include <QGraphicsProxyWidget>
  #include <QAction>
@@ -96,7 +10,7 @@ diff -u kdeplasma-addons-4.2.90/applets/microblog/microblog.cpp kdeplasma-addons
  
  #include <KColorScheme>
  #include <KConfigDialog>
-@@ -170,7 +171,7 @@
+@@ -172,7 +173,7 @@
      m_serviceUrl = cg.readEntry("serviceUrl", "https://identi.ca/api/");
      m_username = cg.readEntry("username");
      m_password = KStringHandler::obscure(cg.readEntry("password"));
@@ -105,7 +19,7 @@ diff -u kdeplasma-addons-4.2.90/applets/microblog/microblog.cpp kdeplasma-addons
      m_historyRefresh = cg.readEntry("historyRefresh", 5);
      m_includeFriends = cg.readEntry("includeFriends", true);
  
-@@ -208,12 +209,12 @@
+@@ -210,12 +211,12 @@
  
      m_layout->addItem(flashLayout);
  
@@ -116,42 +30,43 @@ diff -u kdeplasma-addons-4.2.90/applets/microblog/microblog.cpp kdeplasma-addons
      m_headerLayout->setContentsMargins( 5, 5, 5, 10 );
      m_headerLayout->setSpacing( 5 );
 -    m_layout->addItem( headerFrame );
- 
+-
++    
 +    m_layout->addItem( m_headerFrame );
  
      m_icon = new Plasma::IconWidget(this);
      m_icon->setIcon(KIcon("user-identity"));
-@@ -257,6 +258,7 @@
+@@ -259,6 +260,7 @@
      //set things in motion
      if (m_username.isEmpty()) {
          setAuthRequired(true);
-+        downloadHistory();
++	downloadHistory();
      } else if (m_password.isEmpty()) {
          kDebug() << "started, password is not in config file, trying wallet";
          m_walletWait = Read;
-@@ -323,7 +325,9 @@
+@@ -325,7 +327,9 @@
      } else if (m_password.isEmpty()) {
          //FIXME: when out of string freeze, tell the user WHY they need
          //       to configure the widget;
 -        setConfigurationRequired(true);
-+        if (!QFile::exists("/usr/bin/ubiquity")) {  //don't show on live CD
-+            setConfigurationRequired(true);
-+        }
++        if (!QFile::exists("/usr/bin/ubiquity")) { //don't show on live CD
++	    setConfigurationRequired(true);
++	}
          kDebug() << "failed to read password";
      }
  
-@@ -348,7 +352,9 @@
+@@ -350,7 +354,9 @@
  
  void MicroBlog::setAuthRequired(bool required)
  {
 -    setConfigurationRequired(required);
 +    if (!QFile::exists("/usr/bin/ubiquity")) {
-+        setConfigurationRequired(required);
++	    setConfigurationRequired(true);
 +    }
      m_statusEdit->setEnabled(!required);
  }
  
-@@ -715,17 +721,25 @@
+@@ -773,19 +779,25 @@
  {
      //kDebug() ;
      if (m_username.isEmpty() || m_password.isEmpty()) {
@@ -162,41 +77,135 @@ diff -u kdeplasma-addons-4.2.90/applets/microblog/microblog.cpp kdeplasma-addons
          }
          return;
 +      */
-+        m_username = "kubuntu"; // default to show when unconfigured
-+        m_headerFrame->hide();
++      m_username = "kubuntu"; //default to show when unconfigured
++      m_headerFrame->hide();
 +    } else {
 +        m_headerFrame->show();
      }
  
-     m_flash->flash( i18n("Refreshing timeline..."), -1 );
+     m_flash->flash(i18n("Refreshing timeline..."), -1);
  
      QString query;
--    if( m_includeFriends) {
+-    if (m_includeFriends) {
+-        query = QString("TimelineWithFriends:%1@%2");
+-    } else {
 +    if (m_password.isEmpty()) {
 +        query = QString("NoAuth:%1@%2");
-+    } else if( m_includeFriends) {
-         query = QString("TimelineWithFriends:%1@%2");
-     } else {
++    } else if ( m_includeFriends ) {
          query = QString("Timeline:%1@%2");
-@@ -748,7 +762,9 @@
-     delete m_service;
-     m_service = m_engine->serviceForSource(query);
+     }
+ 
+@@ -813,7 +825,9 @@
+     m_service = m_engine->serviceForSource(m_curTimeline);
+     connect(m_service, SIGNAL(finished(Plasma::ServiceJob*)), this, SLOT(serviceFinished(Plasma::ServiceJob*)));
      KConfigGroup cg = m_service->operationDescription("auth");
 -    cg.writeEntry("password", m_password);
 +    if (!m_password.isEmpty()) {
 +        cg.writeEntry("password", m_password);
 +    }
      m_service->startOperationCall(cg);
-     connect(m_service, SIGNAL(finished(Plasma::ServiceJob*)), this, SLOT(serviceFinished(Plasma::ServiceJob*)));
  
-diff -u kdeplasma-addons-4.2.90/applets/microblog/microblog.h kdeplasma-addons-4.2.90/applets/microblog/microblog.h
---- kdeplasma-addons-4.2.90/applets/microblog/microblog.h	2009-05-27 20:54:08.000000000 +0100
-+++ kdeplasma-addons-4.2.90/applets/microblog/microblog.h	2009-06-19 18:10:36.000000000 +0100
-@@ -140,6 +140,7 @@
+     //get the profile to retrieve the user icon
+Index: kdeplasma-addons-4.2.96/applets/microblog/microblog.h
+===================================================================
+--- kdeplasma-addons-4.2.96.orig/applets/microblog/microblog.h	2009-07-10 14:42:11.037966917 +0200
++++ kdeplasma-addons-4.2.96/applets/microblog/microblog.h	2009-07-10 14:42:54.931087479 +0200
+@@ -142,6 +142,7 @@
          QGraphicsLinearLayout *m_tweetsLayout;
          QGraphicsLinearLayout *m_layout;
          QGraphicsLinearLayout *m_headerLayout;
-+        Plasma::Frame *m_headerFrame;
++	Plasma::Frame *m_headerFrame;
          QGraphicsWidget *m_graphicsWidget;
          QPixmap m_popupIcon;
  
+Index: kdeplasma-addons-4.2.96/dataengines/microblog/timelinesource.cpp
+===================================================================
+--- kdeplasma-addons-4.2.96.orig/dataengines/microblog/timelinesource.cpp	2009-07-10 14:43:26.698712347 +0200
++++ kdeplasma-addons-4.2.96/dataengines/microblog/timelinesource.cpp	2009-07-10 14:46:44.657836722 +0200
+@@ -91,6 +91,9 @@
+     case TimelineWithFriends:
+         m_url = KUrl(m_serviceBaseUrl, "statuses/friends_timeline.xml");
+         break;
++    case NoAuth:
++        m_url = KUrl(m_serviceBaseUrl, QString("statuses/user_timeline/%1.xml").arg(account.at(0)));
++	break;
+     case Timeline:
+     default:
+         m_url = KUrl(m_serviceBaseUrl, "statuses/user_timeline.xml");
+@@ -134,7 +137,7 @@
+ 
+ void TimelineSource::update()
+ {
+-    if (m_job || (!account().isEmpty() && password().isEmpty())) {
++    if (m_job) {
+         // We are already performing a fetch, let's not bother starting over
+         //kDebug() << "already updating....." << account() << password();
+         return;
+Index: kdeplasma-addons-4.2.96/dataengines/microblog/timelinesource.h
+===================================================================
+--- kdeplasma-addons-4.2.96.orig/dataengines/microblog/timelinesource.h	2009-07-10 14:46:53.585027477 +0200
++++ kdeplasma-addons-4.2.96/dataengines/microblog/timelinesource.h	2009-07-10 14:47:29.400961898 +0200
+@@ -78,7 +78,8 @@
+     enum RequestType {
+         Timeline = 0,
+         TimelineWithFriends,
+-        Profile
++        Profile,
++	NoAuth
+     };
+ 
+     TimelineSource(const QString &who, RequestType requestType, QObject* parent);
+Index: kdeplasma-addons-4.2.96/dataengines/microblog/twitterengine.cpp
+===================================================================
+--- kdeplasma-addons-4.2.96.orig/dataengines/microblog/twitterengine.cpp	2009-07-10 14:47:45.791711672 +0200
++++ kdeplasma-addons-4.2.96/dataengines/microblog/twitterengine.cpp	2009-07-10 14:53:01.429962505 +0200
+@@ -37,6 +37,7 @@
+ const QString TwitterEngine::timelinePrefix("Timeline:");
+ const QString TwitterEngine::timelineWithFriendsPrefix("TimelineWithFriends:");
+ const QString TwitterEngine::profilePrefix("Profile:");
++const QString TwitterEngine::noauthPrefix("NoAuth:");
+ 
+ TwitterEngine::TwitterEngine(QObject* parent, const QVariantList& args)
+     : Plasma::DataEngine(parent, args)
+@@ -56,7 +57,7 @@
+         return true;
+     }
+ 
+-    if (!name.startsWith(timelinePrefix) && !name.startsWith(timelineWithFriendsPrefix)  && !name.startsWith(profilePrefix)) {
++    if (!name.startsWith(timelinePrefix) && !name.startsWith(timelineWithFriendsPrefix)  && !name.startsWith(profilePrefix) && !name.startsWith(noauthPrefix)) {
+         return false;
+     }
+ 
+@@ -84,9 +85,8 @@
+ //always returns false becaues everything is async
+ bool TwitterEngine::updateSourceEvent(const QString &name)
+ {
+-    //kDebug() << name;
+     //right now it only makes sense to do an update on timelines
+-    if (!name.startsWith(timelinePrefix) && !name.startsWith(timelineWithFriendsPrefix) && !name.startsWith(profilePrefix)) {
++    if (!name.startsWith(timelinePrefix) && !name.startsWith(timelineWithFriendsPrefix) && !name.startsWith(profilePrefix) && !name.startsWith(noauthPrefix)) {
+         return false;
+     }
+ 
+@@ -99,6 +99,9 @@
+     } else if (name.startsWith(profilePrefix)) {
+         requestType = TimelineSource::Profile;
+         who.remove(profilePrefix);
++    } else if (name.startsWith(noauthPrefix)) {
++        requestType = TimelineSource::NoAuth;
++	who.remove(noauthPrefix);
+     }else{
+         requestType = TimelineSource::Timeline;
+         who.remove(timelinePrefix);
+Index: kdeplasma-addons-4.2.96/dataengines/microblog/twitterengine.h
+===================================================================
+--- kdeplasma-addons-4.2.96.orig/dataengines/microblog/twitterengine.h	2009-07-10 14:53:12.268837153 +0200
++++ kdeplasma-addons-4.2.96/dataengines/microblog/twitterengine.h	2009-07-10 14:53:56.846836911 +0200
+@@ -70,6 +70,7 @@
+ 	static const QString timelinePrefix;
+ 	static const QString timelineWithFriendsPrefix;
+ 	static const QString profilePrefix;
++	static const QString noauthPrefix;
+         ImageSource *m_imageSource;
+ 
+ };
diff --git a/debian/patches/series b/debian/patches/series
index 30a86b0..db800ef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-kubuntu_01_qt_phonon.diff
 kubuntu_02_microblog_default_configuration.diff
diff --git a/debian/plasma-widget-lancelot.install b/debian/plasma-widget-lancelot.install
index c62d497..7eb48c5 100644
--- a/debian/plasma-widget-lancelot.install
+++ b/debian/plasma-widget-lancelot.install
@@ -14,22 +14,6 @@ usr/share/icons/hicolor/48x48/apps/lancelot-part.png
 usr/share/icons/hicolor/48x48/apps/lancelot.png
 usr/share/icons/hicolor/64x64/apps/lancelot-part.png
 usr/share/icons/hicolor/64x64/apps/lancelot.png
-usr/share/kde4/apps/desktoptheme/air/lancelot/action-list-view-categories-extender.svgz
-usr/share/kde4/apps/desktoptheme/air/lancelot/action-list-view-categories.svgz
-usr/share/kde4/apps/desktoptheme/air/lancelot/action-list-view-headers.svgz
-usr/share/kde4/apps/desktoptheme/air/lancelot/action-list-view-items-extender.svgz
-usr/share/kde4/apps/desktoptheme/air/lancelot/action-list-view-items.svgz
-usr/share/kde4/apps/desktoptheme/air/lancelot/inner-background.svgz
-usr/share/kde4/apps/desktoptheme/air/lancelot/main-background.svgz
-usr/share/kde4/apps/desktoptheme/air/lancelot/passageway-view-buttons-extender.svgz
-usr/share/kde4/apps/desktoptheme/air/lancelot/passageway-view-buttons.svgz
-usr/share/kde4/apps/desktoptheme/air/lancelot/passageway-view-inactivebuttons.svgz
-usr/share/kde4/apps/desktoptheme/air/lancelot/passageway-view-spacer.svgz
-usr/share/kde4/apps/desktoptheme/air/lancelot/theme.config
-usr/share/kde4/apps/desktoptheme/air/lancelot/section-buttons.svgz
-usr/share/kde4/apps/desktoptheme/air/lancelot/system-buttons-extender.svgz
-usr/share/kde4/apps/desktoptheme/air/lancelot/system-buttons.svgz
-usr/share/kde4/apps/desktoptheme/air/lancelot/theme.config
 usr/share/kde4/apps/desktoptheme/Aya/lancelot/action-list-view-categories-applet.svgz
 usr/share/kde4/apps/desktoptheme/Aya/lancelot/action-list-view-categories-extender.svgz
 usr/share/kde4/apps/desktoptheme/Aya/lancelot/action-list-view-categories.svgz
@@ -47,22 +31,18 @@ usr/share/kde4/apps/desktoptheme/Aya/lancelot/section-buttons.svgz
 usr/share/kde4/apps/desktoptheme/Aya/lancelot/system-buttons-extender.svgz
 usr/share/kde4/apps/desktoptheme/Aya/lancelot/system-buttons.svgz
 usr/share/kde4/apps/desktoptheme/Aya/lancelot/theme.config
-usr/share/kde4/apps/desktoptheme/default/lancelot/action-list-view-categories-applet.svgz
 usr/share/kde4/apps/desktoptheme/default/lancelot/action-list-view-categories-extender.svgz
 usr/share/kde4/apps/desktoptheme/default/lancelot/action-list-view-categories.svgz
-usr/share/kde4/apps/desktoptheme/default/lancelot/action-list-view-headers-plasma-applet.svgz
 usr/share/kde4/apps/desktoptheme/default/lancelot/action-list-view-headers.svgz
 usr/share/kde4/apps/desktoptheme/default/lancelot/action-list-view-items-extender.svgz
 usr/share/kde4/apps/desktoptheme/default/lancelot/action-list-view-items.svgz
 usr/share/kde4/apps/desktoptheme/default/lancelot/extender-button-icon.svgz
 usr/share/kde4/apps/desktoptheme/default/lancelot/inner-background.svgz
-usr/share/kde4/apps/desktoptheme/default/lancelot/lancelot-context-extender.svgz
-usr/share/kde4/apps/desktoptheme/default/lancelot/lancelot-context.svgz
+usr/share/kde4/apps/desktoptheme/default/lancelot/main-background.svgz
 usr/share/kde4/apps/desktoptheme/default/lancelot/passageway-view-buttons-extender.svgz
 usr/share/kde4/apps/desktoptheme/default/lancelot/passageway-view-buttons.svgz
 usr/share/kde4/apps/desktoptheme/default/lancelot/passageway-view-inactivebuttons.svgz
 usr/share/kde4/apps/desktoptheme/default/lancelot/passageway-view-spacer.svgz
-usr/share/kde4/apps/desktoptheme/default/lancelot/theme.config
 usr/share/kde4/apps/desktoptheme/default/lancelot/section-buttons.svgz
 usr/share/kde4/apps/desktoptheme/default/lancelot/system-buttons-extender.svgz
 usr/share/kde4/apps/desktoptheme/default/lancelot/system-buttons.svgz
@@ -72,10 +52,80 @@ usr/share/kde4/apps/desktoptheme/Elegance/lancelot/theme.config
 usr/share/kde4/apps/desktoptheme/Elegance/lancelot/system-buttons.svgz
 usr/share/kde4/apps/desktoptheme/heron/lancelot/system-buttons.svgz
 usr/share/kde4/apps/desktoptheme/heron/lancelot/theme.config
+usr/share/kde4/apps/desktoptheme/heron/lancelot/action-list-view-categories-applet.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/action-list-view-categories-extender.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/action-list-view-categories.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/action-list-view-headers-plasma-applet.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/action-list-view-headers.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/action-list-view-items-extender.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/action-list-view-items.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/extender-button-icon.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/inner-background.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/lancelot-context-extender.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/lancelot-context.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/passageway-view-buttons-extender.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/passageway-view-buttons.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/passageway-view-inactivebuttons.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/passageway-view-spacer.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/section-buttons.svgz
+usr/share/kde4/apps/desktoptheme/heron/lancelot/system-buttons-extender.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/action-list-view-categories-applet.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/action-list-view-categories-extender.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/action-list-view-categories.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/action-list-view-headers-plasma-applet.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/action-list-view-headers.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/action-list-view-items-extender.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/action-list-view-items.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/extender-button-icon.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/inner-background.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/lancelot-context-extender.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/lancelot-context.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/passageway-view-buttons-extender.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/passageway-view-buttons.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/passageway-view-inactivebuttons.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/passageway-view-spacer.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/section-buttons.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/system-buttons-extender.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/system-buttons.svgz
+usr/share/kde4/apps/desktoptheme/oxygen/lancelot/theme.config
 usr/share/kde4/apps/desktoptheme/Silicon/lancelot/section-buttons.svgz
 usr/share/kde4/apps/desktoptheme/Silicon/lancelot/system-buttons.svgz
 usr/share/kde4/apps/desktoptheme/Silicon/lancelot/theme.config
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/action-list-view-categories-applet.svgz
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/action-list-view-categories-extender.svgz
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/action-list-view-categories.svgz
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/action-list-view-headers-plasma-applet.svgz
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/action-list-view-headers.svgz
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/action-list-view-items-extender.svgz
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/action-list-view-items.svgz
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/extender-button-icon.svgz
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/inner-background.svgz
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/lancelot-context-extender.svgz
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/lancelot-context.svgz
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/passageway-view-buttons-extender.svgz
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/passageway-view-buttons.svgz
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/passageway-view-inactivebuttons.svgz
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/passageway-view-spacer.svgz
+usr/share/kde4/apps/desktoptheme/Silicon/lancelot/system-buttons-extender.svgz
 usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/theme.config
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/action-list-view-categories-applet.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/action-list-view-categories-extender.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/action-list-view-categories.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/action-list-view-headers-plasma-applet.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/action-list-view-headers.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/action-list-view-items-extender.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/action-list-view-items.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/extender-button-icon.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/inner-background.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/lancelot-context-extender.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/lancelot-context.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/passageway-view-buttons-extender.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/passageway-view-buttons.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/passageway-view-inactivebuttons.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/passageway-view-spacer.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/section-buttons.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/system-buttons-extender.svgz
+usr/share/kde4/apps/desktoptheme/slim-glow/lancelot/system-buttons.svgz
 usr/share/kde4/apps/lancelot/lancelot.notifyrc
 usr/share/kde4/services/plasma-applet-lancelot-launcher.desktop
 usr/share/kde4/services/plasma-applet-lancelot-part.desktop

-- 
KDE Plasma Addons module packaging



More information about the pkg-kde-commits mailing list