[SCM] kpimtextedit packaging branch, master, updated. debian/16.04.2-1-8-g140fbb9

Maximiliano Curia maxy at moszumanska.debian.org
Sat Sep 10 16:49:34 UTC 2016


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

The following commit has been merged in the master branch:
commit b78618bad34dd13881e64be0566ed93bc4200923
Author: Automatic packaging <maxy+jenkins at gnuservers.com.ar>
Date:   Thu Jul 14 13:42:11 2016 +0200

    Refresh patches
---
 debian/patches/set_icontheme.diff | 36 +++++++++++++++++++++---------------
 1 file changed, 21 insertions(+), 15 deletions(-)

diff --git a/debian/patches/set_icontheme.diff b/debian/patches/set_icontheme.diff
index eb7bac9..4a0e54c 100644
--- a/debian/patches/set_icontheme.diff
+++ b/debian/patches/set_icontheme.diff
@@ -1,19 +1,33 @@
 From: Maximiliano Curia <maxy at gnuservers.com.ar>
-Date: Sun May 29 18:21:52 2016 +0200
+Date: Sun, 29 May 2016 18:21:52 +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/composer-ng/autotests/richtextcomposertest.cpp     | 1 +
  src/texttospeech/autotests/texttospeechactionstest.cpp | 1 +
  src/texttospeech/autotests/texttospeechwidgettest.cpp  | 1 +
- 2 files changed, 2 insertions(+)
+ 3 files changed, 3 insertions(+)
 
+diff --git a/src/composer-ng/autotests/richtextcomposertest.cpp b/src/composer-ng/autotests/richtextcomposertest.cpp
+index 96654dd..63880e8 100644
+--- a/src/composer-ng/autotests/richtextcomposertest.cpp
++++ b/src/composer-ng/autotests/richtextcomposertest.cpp
+@@ -41,6 +41,7 @@ RichTextComposerTest::RichTextComposerTest(QObject *parent)
+     : QObject(parent)
+ {
+     qRegisterMetaType<KPIMTextEdit::RichTextComposer::Mode>();
++    QIcon::setThemeName(QStringLiteral("breeze"));
+ }
+ 
+ RichTextComposerTest::~RichTextComposerTest()
+diff --git a/src/texttospeech/autotests/texttospeechactionstest.cpp b/src/texttospeech/autotests/texttospeechactionstest.cpp
+index ab14c62..b4ee106 100644
 --- a/src/texttospeech/autotests/texttospeechactionstest.cpp
 +++ b/src/texttospeech/autotests/texttospeechactionstest.cpp
-@@ -27,6 +27,7 @@
+@@ -27,6 +27,7 @@ TextToSpeechActionsTest::TextToSpeechActionsTest(QObject *parent)
      : QObject(parent)
  {
      qRegisterMetaType<KPIMTextEdit::TextToSpeechWidget::State>();
@@ -21,9 +35,11 @@ unit tests environment).
  }
  
  TextToSpeechActionsTest::~TextToSpeechActionsTest()
+diff --git a/src/texttospeech/autotests/texttospeechwidgettest.cpp b/src/texttospeech/autotests/texttospeechwidgettest.cpp
+index 0ee53fc..74c0fee 100644
 --- a/src/texttospeech/autotests/texttospeechwidgettest.cpp
 +++ b/src/texttospeech/autotests/texttospeechwidgettest.cpp
-@@ -30,6 +30,7 @@
+@@ -30,6 +30,7 @@ TextToSpeechWidgetTest::TextToSpeechWidgetTest(QObject *parent)
      : QObject(parent)
  {
      qRegisterMetaType<KPIMTextEdit::TextToSpeechWidget::State>();
@@ -31,13 +47,3 @@ unit tests environment).
  }
  
  void TextToSpeechWidgetTest::addInterface(KPIMTextEdit::TextToSpeechWidget *widget)
---- a/src/composer-ng/autotests/richtextcomposertest.cpp
-+++ b/src/composer-ng/autotests/richtextcomposertest.cpp
-@@ -41,6 +41,7 @@
-     : QObject(parent)
- {
-     qRegisterMetaType<KPIMTextEdit::RichTextComposer::Mode>();
-+    QIcon::setThemeName(QStringLiteral("breeze"));
- }
- 
- RichTextComposerTest::~RichTextComposerTest()

-- 
kpimtextedit packaging



More information about the pkg-kde-commits mailing list