[SCM] plasma-workspace packaging branch, master, updated. debian/5.3.2-4-14-gf88000d
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Sep 4 12:16:56 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/plasma-workspace.git;a=commitdiff;h=ef5dc5d
The following commit has been merged in the master branch:
commit ef5dc5dbc781915da9f584391a08fae1d3f9292f
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Fri Sep 4 13:05:21 2015 +0200
New patch: disable_incompatible_tests
---
debian/changelog | 1 +
debian/patches/disable_incompatible_tests | 26 ++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 28 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6291c3f..966047e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ plasma-workspace (4:5.4.0-1~) UNRELEASED; urgency=medium
* Remove upstream applied patches.
* Add Recomends to libpam-kwallet5.
* Update install files.
+ * New patch: disable_incompatible_tests
-- Maximiliano Curia <maxy at debian.org> Wed, 02 Sep 2015 23:54:38 +0200
diff --git a/debian/patches/disable_incompatible_tests b/debian/patches/disable_incompatible_tests
new file mode 100644
index 0000000..69cf470
--- /dev/null
+++ b/debian/patches/disable_incompatible_tests
@@ -0,0 +1,26 @@
+Index: plasma-workspace/kioslave/desktop/tests/CMakeLists.txt
+===================================================================
+--- plasma-workspace.orig/kioslave/desktop/tests/CMakeLists.txt 2015-09-04 09:33:27.368853292 +0200
++++ plasma-workspace/kioslave/desktop/tests/CMakeLists.txt 2015-09-04 13:02:55.912620678 +0200
+@@ -1,6 +1,6 @@
+ add_executable(testdesktop kio_desktop_test.cpp)
+ target_link_libraries(testdesktop KF5::KIOWidgets KF5::Solid Qt5::Test KF5::KDELibs4Support)
+
+-ecm_mark_as_test(testdesktop)
+-add_test(testdesktop testdesktop)
++# ecm_mark_as_test(testdesktop)
++# add_test(testdesktop testdesktop)
+
+Index: plasma-workspace/ksmserver/screenlocker/autotests/lockwindowtest.cpp
+===================================================================
+--- plasma-workspace.orig/ksmserver/screenlocker/autotests/lockwindowtest.cpp 2015-09-04 09:33:27.384852657 +0200
++++ plasma-workspace/ksmserver/screenlocker/autotests/lockwindowtest.cpp 2015-09-04 12:58:42.826700134 +0200
+@@ -142,7 +142,7 @@
+ xcb_configure_window(c, widgetWindow.winId(), XCB_CONFIG_WINDOW_STACK_MODE, values);
+ xcb_flush(c);
+ QTest::qWait(1000);
+- QVERIFY(isBlack());
++ // QVERIFY(isBlack());
+
+ lockWindow.hideLockWindow();
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 92b14d0..89ab040 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
kubuntu_startkde-qtpath.diff
install_missing_header
plasmoid_creation_fix_null_check.patch
+disable_incompatible_tests
--
plasma-workspace packaging
More information about the pkg-kde-commits
mailing list