Compare commits
10 Commits
41eeff2f2a
...
f74468c04b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f74468c04b | ||
|
|
22200ca6aa | ||
|
|
2f99b6afe0 | ||
|
|
31fae13366 | ||
|
|
700d6fa247 | ||
|
|
2317c6f265 | ||
|
|
80086bc8ac | ||
|
|
de79699c2b | ||
|
|
7952446ec8 | ||
|
|
f9f489ec90 |
@ -1,20 +1,16 @@
|
||||
%global framework kglobalaccel
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.95.0
|
||||
Release: 1
|
||||
Version: 5.113.0
|
||||
Release: 2
|
||||
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 LicenseRef-KDE-Accepted-LGPL
|
||||
URL: https://invent.kde.org/frameworks/%{framework}
|
||||
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
%global revision %(echo %{version} | cut -d. -f3)
|
||||
%if %{revision} >= 50
|
||||
%global stable unstable
|
||||
%else
|
||||
%global stable stable
|
||||
%endif
|
||||
%global majmin %majmin_ver_kf5
|
||||
%global stable %stable_kf5
|
||||
|
||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||
@ -57,15 +53,12 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
%{cmake_kf5} ..
|
||||
popd
|
||||
%make_build -C %{_target_platform}
|
||||
%{cmake_kf5}
|
||||
%{cmake_build}
|
||||
|
||||
|
||||
%install
|
||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
%{cmake_install}
|
||||
|
||||
# unpackaged files
|
||||
%if 0%{?flatpak:1}
|
||||
@ -102,6 +95,21 @@ rm -fv %{buildroot}%{_prefix}/lib/systemd/user/plasma-kglobalaccel.service
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.113.0-2
|
||||
- adapt to the new CMake macros to fix build failure
|
||||
|
||||
* Mon Jan 08 2024 haomimi <haomimi@uniontech.com> - 5.113.0-1
|
||||
- Update to upstream version 5.113.0
|
||||
|
||||
* Thu Aug 03 2023 wangqia <wangqia@uniontech.com> - 5.108.0-1
|
||||
- Update to upstream version 5.108.0
|
||||
|
||||
* Tue Dec 13 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.100.0-1
|
||||
- Update package to version 5.100.0
|
||||
|
||||
* Mon Sep 05 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
|
||||
- update to upstream version 5.97.0
|
||||
|
||||
* Tue Jul 05 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 5.95.0-1
|
||||
- update to upstream version 5.95.0
|
||||
|
||||
@ -113,4 +121,3 @@ rm -fv %{buildroot}%{_prefix}/lib/systemd/user/plasma-kglobalaccel.service
|
||||
|
||||
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||
- Initial release for OpenEuler
|
||||
|
||||
|
||||
BIN
kglobalaccel-5.113.0.tar.xz
Normal file
BIN
kglobalaccel-5.113.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user