Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
f74468c04b
!20 fixed kf5-kglobalaccel build failure in openEuler-24.03-LTS-SP1:epol
From: @chenyanpanX 
Reviewed-by: @misaka00251 
Signed-off-by: @misaka00251
2024-11-18 07:30:40 +00:00
ChenYanpan
22200ca6aa
adapt to the new CMake macros to fix build failure 2024-11-15 19:39:49 +08:00
openeuler-ci-bot
2f99b6afe0
!17 Update to upstream version 5.113.0
From: @haomi0602 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-01-10 07:12:07 +00:00
haomimi
31fae13366 Update to upstream version 5.113.0 2024-01-08 13:41:05 +08:00
openeuler-ci-bot
700d6fa247
!16 [sync] PR-14: Update to upstream version 5.108.0
From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2023-08-07 06:00:04 +00:00
ut004527
2317c6f265 Update to upstream version 5.108.0
(cherry picked from commit 13925a2254dbe9b37009cfe94179af0116532ad2)
2023-08-07 10:18:55 +08:00
openeuler-ci-bot
80086bc8ac
!10 Update package to version 5.100.0
From: @liqiuyu123 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-12-15 08:16:07 +00:00
liqiuyu123
de79699c2b Update package to version 5.100.0 2022-12-13 14:49:51 +08:00
openeuler-ci-bot
7952446ec8
!9 update to upstream version 5.97.0
From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-09-08 03:16:08 +00:00
leeffo
f9f489ec90 update to upstream version 5.97.0 2022-09-05 15:22:48 +08:00
3 changed files with 24 additions and 17 deletions

View File

@ -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

Binary file not shown.

Binary file not shown.