public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fancontrol-gui] epel9: No plasma-settings package for kcm module dependency.
@ 2026-07-22  9:07 Vasiliy Glazov
  0 siblings, 0 replies; only message in thread
From: Vasiliy Glazov @ 2026-07-22  9:07 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/fancontrol-gui
Branch : epel9
Commit : d4a83d5067f1a12ab0ee12d1e4e87e0b7730db1c
Author : Vasiliy Glazov <v.glazov@1440.space>
Date   : 2026-07-22T12:07:48+03:00
Stats  : +1/-120 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/fancontrol-gui/c/d4a83d5067f1a12ab0ee12d1e4e87e0b7730db1c?branch=epel9

Log:
No plasma-settings package for kcm module dependency.

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index da749ba..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/5bfa8fa9c880db2374c75d2d25107da3926b8f29

diff --git a/README.md b/README.md
deleted file mode 100644
index 1c23c55..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# fancontrol-gui
-
-The fancontrol-gui package

diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..96b6c1d
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+No plasma-settings package for kcm module dependency.

diff --git a/fancontrol-gui.spec b/fancontrol-gui.spec
deleted file mode 100644
index b10cce7..0000000
--- a/fancontrol-gui.spec
+++ /dev/null
@@ -1,115 +0,0 @@
-%global gitcommit_full 5bfa8fa9c880db2374c75d2d25107da3926b8f29
-%global gitcommit %(c=%{gitcommit_full}; echo ${c:0:7})
-%global date 20220606
-
-Name:           fancontrol-gui
-Version:        0.8
-Release:        1.%{date}git%{gitcommit}%{?dist}
-Summary:        GUI for fancontrol
-
-License:        GPL-2.0-or-later
-URL:            https://github.com/Maldela/fancontrol-gui
-Source0:        %{url}/tarball/%{gitcommit_full}
-
-BuildRequires:  gcc-c++
-BuildRequires:  cmake >= 3.0.2
-BuildRequires:  extra-cmake-modules
-BuildRequires:  cmake(KF5Auth)
-BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5Package)
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5Notifications)
-BuildRequires:  cmake(Qt5QuickControls2)
-BuildRequires:  cmake(KF5ConfigWidgets)
-BuildRequires:  cmake(KF5KCMUtils)
-BuildRequires:  cmake(KF5Plasma)
-BuildRequires:  gettext
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(KF5Declarative)
-BuildRequires:  cmake(KF5Kirigami2)
-#BuildRequires:  cmake(Qt5QuickLayouts)
-#BuildRequires:  cmake(Qt5QuickDialogs)
-BuildRequires:  desktop-file-utils
-BuildRequires:  libappstream-glib
-
-Requires:       lm_sensors
-Requires:       hicolor-icon-theme
-Requires:       dbus-common
-Requires:       polkit
-
-%description
-GUI for fancontrol which is part of lm_sensors.
-It uses the KAuth module of the KDE Frameworks 5 to write the
-generated config file. Furthermore it communicates with systemd
-via dbus to control the fancontrol service.
-
-%package        kcm
-Summary:        KCM for %{name}
-Requires:       %{name}%{?_isa} = %{version}-%{release}
-Requires:       plasma-settings
-Requires:       kf5-filesystem
-Requires:       kf5-kcmutils
-
-%description    kcm
-KCM for %{name}.
-
-%package        plasmoid
-Summary:        Plasmoid for %{name}
-BuildArch:      noarch
-Requires:       %{name} = %{version}-%{release}
-Requires:       plasma-workspace
-Requires:       kf5-filesystem
-
-%description    plasmoid
-Plasmoid for %{name}.
-
-%prep
-%autosetup -n Maldela-%{name}-%{gitcommit}
-
-
-%build
-%cmake_kf5 -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_KCM=on -DBUILD_PLASMOID=on
-%cmake_build
-
-%install
-%cmake_install
-%find_lang fancontrol_kcm --all-name
-# Remove icon tag
-sed -i '/icon/d' %{buildroot}%{_metainfodir}/org.kde.fancontrol.gui.appdata.xml
-sed -i '/icon/d' %{buildroot}%{_metainfodir}/org.kde.fancontrol.kcm.appdata.xml
-sed -i '/icon/d' %{buildroot}%{_metainfodir}/org.kde.fancontrol.plasmoid.appdata.xml
-
-%check
-desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.fancontrol.gui.desktop
-appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.kde.fancontrol.*.appdata.xml
-
-%files -f fancontrol_kcm.lang
-%license LICENSE
-%doc README.md
-%{_bindir}/fancontrol_gui
-%{_qt5_qmldir}/Fancontrol
-%{_libexecdir}/kf5/kauth/fancontrol_gui-helper
-%{_datadir}/applications/org.kde.fancontrol.gui.desktop
-%{_datadir}/dbus-1/system-services/org.kde.fancontrol.gui.helper.service
-%{_datadir}/dbus-1/system.d/org.kde.fancontrol.gui.helper.conf
-%{_datadir}/icons/hicolor/scalable/apps/org.kde.fancontrol.gui.svg
-%{_metainfodir}/org.kde.fancontrol.gui.appdata.xml
-%{_datadir}/polkit-1/actions/org.kde.fancontrol.gui.helper.policy
-
-%files kcm
-%{_qt5_plugindir}/kcms/kcm_fancontrol.so
-%{_datadir}/kpackage/genericqml/org.kde.fancontrol.gui
-%{_datadir}/kpackage/kcms/org.kde.fancontrol.kcm
-%{_datadir}/kservices5/kcm_fancontrol.desktop
-%{_metainfodir}/org.kde.fancontrol.kcm.appdata.xml
-
-%files plasmoid
-%{_datadir}/kservices5/plasma-applet-org.kde.fancontrol.plasmoid.desktop
-%{_metainfodir}/org.kde.fancontrol.plasmoid.appdata.xml
-%{_datadir}/plasma/plasmoids/org.kde.fancontrol.plasmoid
-
-%changelog
-* Fri Jan 27 2023 Vasiliy Glazov <vascom2@gmail.com> 0.8-1.20220606git5bfa8fa
-- Initial packaging

diff --git a/sources b/sources
deleted file mode 100644
index 78935c7..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (5bfa8fa9c880db2374c75d2d25107da3926b8f29) = 91ada5e9fb8fa7a5e0f09f635cfa1a2769727d812298572ecbe7c494243f93ac1f6f5ef1a6c40607855d2c72e76e15c9b914bdbd29ea8a71aed368605f80d538

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-22  9:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22  9:07 [rpms/fancontrol-gui] epel9: No plasma-settings package for kcm module dependency Vasiliy Glazov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox