From eea6080b285b771c9ecb3c55660e69e10da2404353e5555961ce8e38a7859642 Mon Sep 17 00:00:00 2001 From: R N Date: Wed, 29 Jan 2025 20:23:31 +0000 Subject: [PATCH] - 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 --- supergfxctl-plasmoid.changes | 5 +++++ supergfxctl-plasmoid.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/supergfxctl-plasmoid.changes b/supergfxctl-plasmoid.changes index e28b229..201760d 100644 --- a/supergfxctl-plasmoid.changes +++ b/supergfxctl-plasmoid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 29 20:18:24 UTC 2025 - RN + +- Fix dependency issue in .spec with hicolor-icon-theme + ------------------------------------------------------------------- Thu Nov 21 15:54:50 UTC 2024 - RN diff --git a/supergfxctl-plasmoid.spec b/supergfxctl-plasmoid.spec index ef2f4b5..4696871 100644 --- a/supergfxctl-plasmoid.spec +++ b/supergfxctl-plasmoid.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ Summary: KDE Plasma plasmoid for supergfxctl License: MPL-2.0 URL: https://gitlab.com/Jhyub/supergfxctl-plasmoid Source0: %{name}-%{version}.tar.xz -BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} BuildRequires: fdupes +BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} BuildRequires: cmake(KF6Config) >= %{kf6_version} BuildRequires: cmake(KF6I18n) >= %{kf6_version} BuildRequires: cmake(KF6Solid) >= %{kf6_version} @@ -36,7 +36,7 @@ BuildRequires: cmake(Qt6Core) >= %{qt6_version} BuildRequires: cmake(Qt6DBus) >= %{qt6_version} BuildRequires: cmake(Qt6Gui) >= %{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-ksvg-imports >= %{kf6_version} Requires: qt6-declarative-imports >= %{qt6_version}