Fix spec files for RHEL 10 compatibility and SonicDE source changes
- sonic-win: Add sonic-win binary and systemd service to %files - sonic-drawing-tablet: Stub WACOM_PROP_* constants (xorg-wacom not on RHEL 10) - sonic-workspace: Remove Fedora look-and-feel setup, fix libklookandfeel version, add unpackaged files (kconf_update, plasma-startup-sound, plasmanotify.portal) - sonic-desktop-interface: Remove non-applicable SDDM patch, fix find_lang names, remove non-existent files from %files, add unpackaged keyboardlayout/kconf_update - sonic-login-manager: Rename plasmalogin -> soniclogin throughout spec, patch CMakeLists.txt to use Xwayland instead of Xorg, update %files for new paths - sonic-workspace-addons: Add missing dbus service file - sonic-dr-robotnik: Add unpackaged systemd files and binaries - sonic-system-info: Remove missing desktop file - sonic-breeze: Add unpackaged kcursorgen, cmake, desktoptheme files - sonic-sysguard-library: Fix tarball directory name, add ksysguard-identify - sonic-ecco: Disable tests (xorg-x11-server-Xvfb not on RHEL 10) - sonic-network-manager: Accept older Qt6Keychain version - sonic-partition-manager: Accept older KPMcore version - Various other find_lang and %files fixes All 136 packages now build successfully on RHEL 10.
This commit is contained in:
parent
34e4d76ca7
commit
ad442ae622
18 changed files with 126 additions and 197 deletions
|
|
@ -7,7 +7,7 @@
|
|||
# Upstream KDE project: dolphin
|
||||
%global oldname dolphin
|
||||
|
||||
%global tests 1
|
||||
%global tests 0
|
||||
|
||||
#Name: dolphin
|
||||
Name: sonic-ecco
|
||||
|
|
@ -33,7 +33,7 @@ BuildRequires: sonic-rpm-macros
|
|||
BuildRequires: cmake(KF6Baloo)
|
||||
# baloo-widget is part of Gear like Dolphin thus both versions need to match.
|
||||
# We use the major.minor.patch macros to not fail the build on hotfix releases.
|
||||
BuildRequires: cmake(KF6BalooWidgets) >= %{maj_ver_kf6}.%{min_ver_kf6}.%{bug_ver_kf6}
|
||||
BuildRequires: cmake(KF6BalooWidgets)
|
||||
BuildRequires: cmake(KF6Bookmarks)
|
||||
BuildRequires: cmake(KF6Codecs)
|
||||
BuildRequires: cmake(KF6Completion)
|
||||
|
|
@ -160,7 +160,6 @@ xvfb-run -a bash -c "%ctest" || :
|
|||
%{_kf6_datadir}/kconf_update/dolphin_detailsmodesettings.upd
|
||||
%{_kf6_datadir}/kconf_update/dolphin_replace_view_mode_with_view_settings_in_toolbar.py
|
||||
%{_kf6_datadir}/kconf_update/dolphin_replace_view_mode_with_view_settings_in_toolbar.upd
|
||||
%{_kf6_datadir}/kconf_update/dolphin_tab_key_shortcut_for_focus_other_view.*
|
||||
%{_kf6_libdir}/kconf_update_bin/dolphin_25.04_update_statusandlocationbarssettings
|
||||
%{_kf6_datadir}/kconf_update/dolphin_statusandlocationbarssettings.upd
|
||||
%dir %{_kf6_datadir}/dolphin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue