[SCM] kidentitymanagement packaging branch, master, updated. debian/16.04.1-1-4-g9e77129
Maximiliano Curia
maxy at moszumanska.debian.org
Mon Jun 27 14:32:36 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kidentitymanagement.git;a=commitdiff;h=a89f806
The following commit has been merged in the master branch:
commit a89f8069b2ac4e25ca48d19ed17594267f48a10a
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Mon Jun 27 16:25:35 2016 +0200
Add new patch: set_icontheme.diff
---
debian/patches/series | 1 +
debian/patches/set_icontheme.diff | 13 +++++++++++++
2 files changed, 14 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..f4ad3f5
--- /dev/null
+++ b/debian/patches/set_icontheme.diff
@@ -0,0 +1,13 @@
+From: Maximiliano Curia <maxy at gnuservers.com.ar>
+Subject: Set the icontheme for the unit_tests
+
+--- a/autotests/signaturetest.cpp
++++ b/autotests/signaturetest.cpp
+@@ -182,6 +182,7 @@
+ void SignatureTester::testImages()
+ {
+ KPIMTextEdit::RichTextComposer edit;
++ QIcon::setThemeName(QStringLiteral("breeze"));
+ edit.createActions(new KActionCollection(this));
+ QString image1Path = KIconLoader::global()->iconPath(QStringLiteral("folder-new"), KIconLoader::Small, false);
+ QImage image1, image2;
--
kidentitymanagement packaging
More information about the pkg-kde-commits
mailing list