|
|
|
@ -1,11 +1,13 @@
|
|
|
|
|
%bcond kf6_compat %[0%{?fedora} >= 40 || 0%{?rhel} >= 10]
|
|
|
|
|
|
|
|
|
|
%global framework kglobalaccel
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.108.0
|
|
|
|
|
Version: 5.115.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 integration module for global shortcuts
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
License: CC0-1.0 AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only)
|
|
|
|
|
URL: https://invent.kde.org/frameworks/%{framework}
|
|
|
|
|
|
|
|
|
|
%global majmin %majmin_ver_kf5
|
|
|
|
@ -35,6 +37,10 @@ BuildRequires: libxcb-devel
|
|
|
|
|
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%if %{without kf6_compat}
|
|
|
|
|
Conflicts: kglobalacceld
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
@ -58,8 +64,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake_kf5
|
|
|
|
|
|
|
|
|
|
%cmake_kf5 %{?with_kf6_compat:-DBUILD_RUNTIME=OFF}
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -79,22 +84,23 @@ rm -fv %{buildroot}%{_prefix}/lib/systemd/user/plasma-kglobalaccel.service
|
|
|
|
|
%doc README.md
|
|
|
|
|
%license LICENSES/*.txt
|
|
|
|
|
%{_kf5_datadir}/qlogging-categories5/%{framework}*
|
|
|
|
|
%if %{without kf6_compat}
|
|
|
|
|
%{_kf5_bindir}/kglobalaccel5
|
|
|
|
|
%{_kf5_datadir}/kservices5/kglobalaccel5.desktop
|
|
|
|
|
%{_datadir}/dbus-1/services/org.kde.kglobalaccel.service
|
|
|
|
|
%if ! 0%{?flatpak:1}
|
|
|
|
|
%{_userunitdir}/plasma-kglobalaccel.service
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
|
%{_kf5_libdir}/libKF5GlobalAccel.so.*
|
|
|
|
|
%if %{without kf6_compat}
|
|
|
|
|
%{_kf5_libdir}/libKF5GlobalAccelPrivate.so.*
|
|
|
|
|
%{_kf5_qtplugindir}/org.kde.kglobalaccel5.platforms/
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
|
|
|
|
|
%{_kf5_includedir}/KGlobalAccel/
|
|
|
|
|
%{_kf5_libdir}/libKF5GlobalAccel.so
|
|
|
|
|
%{_kf5_libdir}/cmake/KF5GlobalAccel/
|
|
|
|
@ -103,6 +109,66 @@ rm -fv %{buildroot}%{_prefix}/lib/systemd/user/plasma-kglobalaccel.service
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Feb 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.115.0-1
|
|
|
|
|
- 5.115.0
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.113.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.113.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Dec 08 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.113.0-1
|
|
|
|
|
- 5.113.0
|
|
|
|
|
|
|
|
|
|
* Sun Dec 03 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-10
|
|
|
|
|
- Don't require kglobalacceld
|
|
|
|
|
|
|
|
|
|
* Mon Nov 20 2023 Steve Cossette <farchord@gmail.com> - 5.111.0-9
|
|
|
|
|
- Preparation for Plasma 6
|
|
|
|
|
|
|
|
|
|
* Mon Nov 20 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-8
|
|
|
|
|
- Conflicts kglobalacceld
|
|
|
|
|
|
|
|
|
|
* Mon Nov 20 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-7
|
|
|
|
|
- Remove Obsoletes kglobalacceld
|
|
|
|
|
|
|
|
|
|
* Tue Oct 24 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-6
|
|
|
|
|
- Add Obsoletes: to upgrade from the compat build
|
|
|
|
|
|
|
|
|
|
* Tue Oct 24 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-5
|
|
|
|
|
- Re-enable the daemon until Plasma 6
|
|
|
|
|
|
|
|
|
|
* Wed Oct 18 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-4
|
|
|
|
|
- Require the new kglobalacceld if compat build
|
|
|
|
|
|
|
|
|
|
* Mon Oct 16 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-3
|
|
|
|
|
- Require kf6-kglobalaccel if compat build
|
|
|
|
|
|
|
|
|
|
* Thu Oct 12 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-2
|
|
|
|
|
- Backport patch for KF6 coinstallability
|
|
|
|
|
|
|
|
|
|
* Tue Oct 10 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.111.0-1
|
|
|
|
|
- 5.111.0
|
|
|
|
|
|
|
|
|
|
* Mon Oct 09 2023 Neal Gompa <ngompa@fedoraproject.org> - 5.110.0-4
|
|
|
|
|
- Re-enable building kglobalaccel runtime code
|
|
|
|
|
|
|
|
|
|
* Sun Oct 08 2023 Steve Cossette <farchord@gmail.com> - 5.110.0-3
|
|
|
|
|
- Added logic and build flag for co-installation with KF6
|
|
|
|
|
|
|
|
|
|
* Tue Sep 05 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.110.0-1
|
|
|
|
|
- 5.110.0
|
|
|
|
|
|
|
|
|
|
* Sat Aug 05 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.109.0-1
|
|
|
|
|
- 5.109.0
|
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 5.108.0-2
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.108.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jul 02 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.108.0-1
|
|
|
|
|
- 5.108.0
|
|
|
|
|
|