- Fix dependency issue in .spec with hicolor-icon-theme

OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/supergfxctl-plasmoid?expand=0&rev=7
This commit is contained in:
R N 2025-01-29 20:23:31 +00:00 committed by Git OBS Bridge
parent ffeafba097
commit eea6080b28
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 29 20:18:24 UTC 2025 - RN <R_Nik_C@proton.me>
- Fix dependency issue in .spec with hicolor-icon-theme
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 21 15:54:50 UTC 2024 - RN <R_Nik_C@proton.me> Thu Nov 21 15:54:50 UTC 2024 - RN <R_Nik_C@proton.me>

View File

@ -1,7 +1,7 @@
# #
# spec file for package supergfxctl-plasmoid # spec file for package supergfxctl-plasmoid
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -26,8 +26,8 @@ Summary: KDE Plasma plasmoid for supergfxctl
License: MPL-2.0 License: MPL-2.0
URL: https://gitlab.com/Jhyub/supergfxctl-plasmoid URL: https://gitlab.com/Jhyub/supergfxctl-plasmoid
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: cmake(KF6Config) >= %{kf6_version} BuildRequires: cmake(KF6Config) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version} BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6Solid) >= %{kf6_version} BuildRequires: cmake(KF6Solid) >= %{kf6_version}
@ -36,7 +36,7 @@ BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6DBus) >= %{qt6_version} BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
BuildRequires: cmake(Qt6Gui) >= %{qt6_version} BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
BuildRequires: cmake(Qt6Qml) >= %{qt6_version} BuildRequires: cmake(Qt6Qml) >= %{qt6_version}
Requires: hicolor-icon-theme = 0.17 Requires: hicolor-icon-theme >= 0.17
Requires: kf6-kirigami-imports >= %{kf6_version} Requires: kf6-kirigami-imports >= %{kf6_version}
Requires: kf6-ksvg-imports >= %{kf6_version} Requires: kf6-ksvg-imports >= %{kf6_version}
Requires: qt6-declarative-imports >= %{qt6_version} Requires: qt6-declarative-imports >= %{qt6_version}