[SCM] kcalutils packaging branch, master, updated. debian/15.12.1-1-20-g23044cc

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jun 28 07:58:21 UTC 2016


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

The following commit has been merged in the master branch:
commit 074101ec34829129512427215b07dc11d76a13d3
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Jun 28 09:56:24 2016 +0200

    Add new testsuite patch: set_icontheme.diff
---
 debian/patches/series             |  1 +
 debian/patches/set_icontheme.diff | 11 +++++++++++
 2 files changed, 12 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..7ff04b5
--- /dev/null
+++ b/debian/patches/set_icontheme.diff
@@ -0,0 +1,11 @@
+--- a/autotests/testincidenceformatter.cpp
++++ b/autotests/testincidenceformatter.cpp
+@@ -50,6 +50,8 @@
+     QStandardPaths::setTestModeEnabled(true);
+     GrantleeTemplateManager::instance()->setTemplatePath(QStringLiteral(TEST_TEMPLATE_PATH));
+     GrantleeTemplateManager::instance()->setPluginPath(QStringLiteral(TEST_PLUGIN_PATH));
++    // This test only works using the oxygen icon theme
++    QIcon::setThemeName(QStringLiteral("oxygen"));
+ }
+ 
+ void IncidenceFormatterTest::testRecurrenceString()

-- 
kcalutils packaging



More information about the pkg-kde-commits mailing list