[SCM] kpimtextedit packaging branch, master, updated. debian/16.04.2-1-53-g4ef226c

Maximiliano Curia maxy at moszumanska.debian.org
Sat Sep 2 16:57:03 UTC 2017


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

The following commit has been merged in the master branch:
commit 644f4e6b87655f82fcbe8b45dc8c5b8c951c0668
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Mon Jan 23 14:25:43 2017 +0000

    remove patch now in repo
---
 debian/patches/series             |  1 -
 debian/patches/set_icontheme.diff | 43 ---------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a19feb9..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-set_icontheme.diff
diff --git a/debian/patches/set_icontheme.diff b/debian/patches/set_icontheme.diff
deleted file mode 100644
index eb7bac9..0000000
--- a/debian/patches/set_icontheme.diff
+++ /dev/null
@@ -1,43 +0,0 @@
-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 +
- src/texttospeech/autotests/texttospeechwidgettest.cpp  | 1 +
- 2 files changed, 2 insertions(+)
-
---- 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("breeze"));
- }
- 
- 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("breeze"));
- }
- 
- 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