diff -Nru kcm-touchpad-5.1.95/debian/changelog kcm-touchpad-5.1.95/debian/changelog --- kcm-touchpad-5.1.95/debian/changelog 2015-01-20 10:16:32.000000000 +0000 +++ kcm-touchpad-5.1.95/debian/changelog 2015-03-09 19:47:57.000000000 +0000 @@ -1,3 +1,9 @@ +kcm-touchpad (4:5.1.95-0ubuntu3) vivid; urgency=medium + + * Add kubuntu_disable-applet.diff to not install broken applet + + -- Jonathan Riddell Mon, 09 Mar 2015 20:41:40 +0100 + kcm-touchpad (4:5.1.95-0ubuntu2) vivid; urgency=medium * Add transitional package for kde-touchpad diff -Nru kcm-touchpad-5.1.95/debian/patches/kubuntu_disable-applet.diff kcm-touchpad-5.1.95/debian/patches/kubuntu_disable-applet.diff --- kcm-touchpad-5.1.95/debian/patches/kubuntu_disable-applet.diff 1970-01-01 00:00:00.000000000 +0000 +++ kcm-touchpad-5.1.95/debian/patches/kubuntu_disable-applet.diff 2015-03-09 19:42:42.000000000 +0000 @@ -0,0 +1,20 @@ +Description: don't install broken applet +Author: Jonathan Riddell +Origin: me +Forwarded: no, upstream fixed it in Plasma 5.3 +Last-Update: 2015-03-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: kcm-touchpad-5.1.95/src/CMakeLists.txt +=================================================================== +--- kcm-touchpad-5.1.95.orig/src/CMakeLists.txt ++++ kcm-touchpad-5.1.95/src/CMakeLists.txt +@@ -68,8 +68,6 @@ target_link_libraries(kded_touchpad + Qt5::X11Extras + ) + +-add_subdirectory(applet) +- + install(FILES kcm/kcm_touchpad.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + ) diff -Nru kcm-touchpad-5.1.95/debian/patches/series kcm-touchpad-5.1.95/debian/patches/series --- kcm-touchpad-5.1.95/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ kcm-touchpad-5.1.95/debian/patches/series 2015-03-09 19:41:16.000000000 +0000 @@ -0,0 +1 @@ +kubuntu_disable-applet.diff