[SCM] kpimtextedit packaging branch, master, updated. debian/16.04.1-1-11-ge7de016

Maximiliano Curia maxy at moszumanska.debian.org
Mon Jun 27 11:00:45 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kpimtextedit.git;a=commitdiff;h=7927a17

The following commit has been merged in the master branch:
commit 7927a1782752c7e25f186c4da48cc49eab91140c
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat Jun 4 12:46:30 2016 +0200

    set_icontheme.diff: use breeze instead of oxygen
---
 debian/patches/set_icontheme.diff | 14 +++++++++-----
 debian/tests/control              |  2 +-
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/patches/set_icontheme.diff b/debian/patches/set_icontheme.diff
index 7c837be..4e3fada 100644
--- a/debian/patches/set_icontheme.diff
+++ b/debian/patches/set_icontheme.diff
@@ -1,6 +1,10 @@
-From: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Date: Wed, 15 Jun 2016 01:42:22 +0200
-Subject: set_icontheme
+From: Maximiliano Curia <maxy at gnuservers.com.ar>
+Date: Sun May 29 18:21:52 2016 +0200
+Subject: Set the icontheme for the unit_tests
+
+Currently kpimtextedit uses media-playback-stop icons that are not
+available in the hicolor icontheme (which is the default one for the
+unit tests environment).
 
 ---
  src/texttospeech/autotests/texttospeechactionstest.cpp | 1 +
@@ -15,7 +19,7 @@ index ab14c62..a5578ca 100644
      : QObject(parent)
  {
      qRegisterMetaType<KPIMTextEdit::TextToSpeechWidget::State>();
-+    QIcon::setThemeName(QStringLiteral("oxygen"));
++    QIcon::setThemeName(QStringLiteral("breeze"));
  }
  
  TextToSpeechActionsTest::~TextToSpeechActionsTest()
@@ -27,7 +31,7 @@ index 0ee53fc..401e5eb 100644
      : QObject(parent)
  {
      qRegisterMetaType<KPIMTextEdit::TextToSpeechWidget::State>();
-+    QIcon::setThemeName(QStringLiteral("oxygen"));
++    QIcon::setThemeName(QStringLiteral("breeze"));
  }
  
  void TextToSpeechWidgetTest::addInterface(KPIMTextEdit::TextToSpeechWidget *widget)
diff --git a/debian/tests/control b/debian/tests/control
index 57b3536..67c491a 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,6 @@
 Tests: testsuite
 Depends: @, @builddeps@, build-essential,
-         dbus-x11, xvfb, xauth, oxygen5-icon-theme, libgl1-mesa-dri, openbox
+         dbus-x11, xvfb, xauth, breeze-icon-theme, libgl1-mesa-dri, openbox
 Restrictions: build-needed
 
 Tests: acc

-- 
kpimtextedit packaging



More information about the pkg-kde-commits mailing list