Bug 57631 - hardinfo2: отключить бенчмарки на qt5
Summary: hardinfo2: отключить бенчмарки на qt5
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: hardinfo2 (show other bugs)
Version: unstable
Hardware: all Linux
: P5 enhancement
Assignee: Vladislav Glinkin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-01-24 16:09 MSK by Антон Мидюков
Modified: 2026-01-24 16:09 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Антон Мидюков 2026-01-24 16:09:16 MSK
Предлагаю отключить в hardinfo2 бенчмарки на qt5, так как qt5 пора считать устаревшей библиотекой, к тому же нежелательной в gtk приложениях.
Ниже diff требуемых изменений:

@@ -26,7 +26,6 @@ Requires: vulkan-tools
 BuildRequires(pre): rpm-macros-cmake
 BuildRequires: cmake
 BuildRequires: gcc-c++
-BuildRequires: qt5-base-devel
 BuildRequires: libgtk+3-devel
 BuildRequires: libcairo-devel
 BuildRequires: glib2-devel
@@ -48,7 +47,7 @@ It can benchmark your system and compare to other machines online.
 %setup
 
 %build
-%cmake -DHARDINFO2_QT5_MOCQT5=1
+%cmake -DHARDINFO2_QT5=0
 %cmake_build
 
 %install