[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:44 UTC 2016


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

The following commit has been merged in the master branch:
commit 0a50cf9ae97d541ff835c2d955adb83facb2671c
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sun May 29 18:17:22 2016 +0200

    Add new patch: set_icontheme.diff
---
 debian/patches/series             |  1 +
 debian/patches/set_icontheme.diff | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a19feb9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+set_icontheme.diff
diff --git a/debian/patches/set_icontheme.diff b/debian/patches/set_icontheme.diff
new file mode 100644
index 0000000..b5ac45d
--- /dev/null
+++ b/debian/patches/set_icontheme.diff
@@ -0,0 +1,20 @@
+--- a/src/texttospeech/autotests/texttospeechactionstest.cpp
++++ b/src/texttospeech/autotests/texttospeechactionstest.cpp
+@@ -27,6 +27,7 @@
+     : QObject(parent)
+ {
+     qRegisterMetaType<KPIMTextEdit::TextToSpeechWidget::State>();
++    QIcon::setThemeName(QStringLiteral("oxygen"));
+ }
+ 
+ TextToSpeechActionsTest::~TextToSpeechActionsTest()
+--- a/src/texttospeech/autotests/texttospeechwidgettest.cpp
++++ b/src/texttospeech/autotests/texttospeechwidgettest.cpp
+@@ -30,6 +30,7 @@
+     : QObject(parent)
+ {
+     qRegisterMetaType<KPIMTextEdit::TextToSpeechWidget::State>();
++    QIcon::setThemeName(QStringLiteral("oxygen"));
+ }
+ 
+ void TextToSpeechWidgetTest::addInterface(KPIMTextEdit::TextToSpeechWidget *widget)

-- 
kpimtextedit packaging



More information about the pkg-kde-commits mailing list