|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%global kf5_version 5.82.0
|
|
|
|
|
|
|
|
|
|
Name: powerdevil
|
|
|
|
|
Version: 5.27.6
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 5.27.11
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Manages the power consumption settings of a Plasma Shell
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -19,18 +19,16 @@ URL: https://invent.kde.org/plasma/%{name}
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/plasma/%{plasma_version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
## upstream patches
|
|
|
|
|
|
|
|
|
|
## upstreamable patches
|
|
|
|
|
# Upstream patches
|
|
|
|
|
|
|
|
|
|
# filter plugin provides
|
|
|
|
|
%global __provides_exclude_from ^(%{_kf5_qtplugindir}/.*\\.so)$
|
|
|
|
|
|
|
|
|
|
# plasma deps
|
|
|
|
|
# Plasma Dependencies
|
|
|
|
|
BuildRequires: plasma-workspace-devel >= %{plasma_version}
|
|
|
|
|
Requires: libkworkspace5%{?_isa} >= %{plasma_version}
|
|
|
|
|
|
|
|
|
|
# kf5
|
|
|
|
|
# KDE Frameworks 5
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: kf5-bluez-qt-devel
|
|
|
|
|
BuildRequires: kf5-kactivities-devel
|
|
|
|
@ -46,25 +44,27 @@ BuildRequires: kf5-kirigami2-devel
|
|
|
|
|
BuildRequires: kf5-knotifyconfig-devel
|
|
|
|
|
BuildRequires: kf5-kwayland-devel
|
|
|
|
|
BuildRequires: kf5-kwindowsystem-devel
|
|
|
|
|
BuildRequires: kf5-networkmanager-qt-devel >= %{kf5_version}
|
|
|
|
|
BuildRequires: kf5-networkmanager-qt-devel
|
|
|
|
|
BuildRequires: kf5-plasma-devel
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
|
BuildRequires: kf5-solid-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
|
BuildRequires: libcap-devel
|
|
|
|
|
BuildRequires: libkscreen-qt5-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
|
BuildRequires: systemd-devel
|
|
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
|
BuildRequires: xcb-util-image-devel
|
|
|
|
|
BuildRequires: xcb-util-keysyms-devel
|
|
|
|
|
BuildRequires: xcb-util-wm-devel
|
|
|
|
|
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
|
BuildRequires: libddcutil-devel
|
|
|
|
|
# udev rules
|
|
|
|
|
Requires: ddcutil
|
|
|
|
|
%global DDCUTIL ON
|
|
|
|
|
%else
|
|
|
|
|
%global DDCUTIL OFF
|
|
|
|
@ -134,9 +134,48 @@ rm -fv %{buildroot}/%{_libdir}/libpowerdevil{configcommonprivate,core,ui}.so
|
|
|
|
|
%{_kf5_qtplugindir}/powerdevil/action/powerdevil_*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Feb 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 5.27.6-3
|
|
|
|
|
* Sat Mar 09 2024 Alessandro Astone <ales.astone@gmail.com> - 5.27.11-1
|
|
|
|
|
- 5.27.11
|
|
|
|
|
|
|
|
|
|
* Fri Feb 23 2024 Alessandro Astone <ales.astone@gmail.com> - 5.27.10-3
|
|
|
|
|
- Require ddcutil for udev rules
|
|
|
|
|
|
|
|
|
|
* Mon Feb 19 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.10-2
|
|
|
|
|
- Backport keyboard backlit patch from upstream
|
|
|
|
|
|
|
|
|
|
* Mon Feb 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 5.27.10-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Sat Dec 16 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.10-1
|
|
|
|
|
- 5.27.10
|
|
|
|
|
|
|
|
|
|
* Sat Oct 28 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.9-2
|
|
|
|
|
- Rebuild(ddcutil)
|
|
|
|
|
|
|
|
|
|
* Tue Oct 24 2023 Steve Cossette <farchord@gmail.com> - 5.27.9-1
|
|
|
|
|
- 5.27.9
|
|
|
|
|
|
|
|
|
|
* Tue Sep 12 2023 justin.zobel@gmail.com - 5.27.8-1
|
|
|
|
|
- 5.27.8
|
|
|
|
|
|
|
|
|
|
* Mon Sep 04 2023 Adam Williamson <awilliam@redhat.com> - 5.27.7-5
|
|
|
|
|
- Update patch again to check systemd interface is there
|
|
|
|
|
|
|
|
|
|
* Sun Sep 03 2023 Adam Williamson <awilliam@redhat.com> - 5.27.7-4
|
|
|
|
|
- Update patch again to also disable lid suspend on VMs (per Natalie)
|
|
|
|
|
|
|
|
|
|
* Fri Sep 01 2023 Adam Williamson <awilliam@redhat.com> - 5.27.7-3
|
|
|
|
|
- Fix a bug in the backported patch (thanks Natalie, the original author)
|
|
|
|
|
|
|
|
|
|
* Fri Sep 01 2023 Adam Williamson <awilliam@redhat.com> - 5.27.7-2
|
|
|
|
|
- Backport MR #230 to disable auto-suspend on VMs (#2232711)
|
|
|
|
|
|
|
|
|
|
* Tue Aug 01 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.7-1
|
|
|
|
|
- 5.27.7
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.27.6-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 26 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.6-3
|
|
|
|
|
- Exclude enabling ddcutil on s390/s390x arches
|
|
|
|
|
|
|
|
|
|