plasma-desktop: make build at 5.27.10

master
Mark Davies 2024-02-12 16:59:02 +13:00
parent 47d721f808
commit c8e8d05f38
3 changed files with 538 additions and 249 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,4 +3,4 @@ $NetBSD$
BLAKE2s (plasma-desktop-5.27.10.tar.xz) = 9d9b18d3d714b2e8ef1e79a839f9f6a0d4cbea1c3e1770ae48e6c22fac6d4ef1
SHA512 (plasma-desktop-5.27.10.tar.xz) = 88d0aa3d4d57aa9286d1d45c1908c5a2fcc7005cc39105085c19cd22657b72b1ea4bfef5be59d3e68fe3851acb68d1b8ac8d4d33305e22c70877d66c266b03e9
Size (plasma-desktop-5.27.10.tar.xz) = 14724388 bytes
SHA1 (patch-kcms_CMakeLists.txt) = 7a2fa7b00c1319e3e0acf499875431aa5e60aeb7
SHA1 (patch-kcms_CMakeLists.txt) = fdc1d6791239da052030d69f350407f5ba1e0cd4

View File

@ -1,15 +1,24 @@
$NetBSD$
Need newer kwin than 5.12.5 for tablet
Need newer kwin than 5.12.5 for tablet, touchscreen and libkwindevices
--- kcms/CMakeLists.txt.orig 2022-07-11 10:55:42.000000000 +0000
--- kcms/CMakeLists.txt.orig 2023-12-05 19:21:12.000000000 +0000
+++ kcms/CMakeLists.txt
@@ -30,7 +30,7 @@ add_subdirectory(kded)
@@ -1,6 +1,6 @@
remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_STRICT_ITERATORS -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_KEYWORDS)
-add_subdirectory(libkwindevices)
+#add_subdirectory(libkwindevices)
if(X11_Xkb_FOUND AND XCB_XKB_FOUND)
add_subdirectory( keyboard )
@@ -32,7 +32,7 @@ add_subdirectory(kded)
add_subdirectory(runners)
add_subdirectory(spellchecking)
add_subdirectory(qtquicksettings)
-add_subdirectory(tablet)
-add_subdirectory(touchscreen)
+#add_subdirectory(tablet)
+#add_subdirectory(touchscreen)
add_subdirectory(workspaceoptions)
if (KF5Baloo_FOUND)