Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
47826d0652
!21 fixed kf5-kxmlgui build failure in openEuler-24.03-LTS-SP1:epol
From: @chenyanpanX 
Reviewed-by: @misaka00251 
Signed-off-by: @misaka00251
2024-11-18 06:54:23 +00:00
ChenYanpan
41470e8df0
adapt to the new CMake macros to fix build failure 2024-11-15 19:43:54 +08:00
openeuler-ci-bot
d7119c09b4
!17 Update to upstream version 5.113.0
From: @dedv_dwe 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2024-01-11 06:32:43 +00:00
ut004527
1bc2b4f8c7 Update to upstream version 5.113.0 2024-01-04 14:45:48 +08:00
openeuler-ci-bot
0290c86ecf
!16 [sync] PR-15: Update version to 5.108.0
From: @openeuler-sync-bot 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-08-08 03:17:05 +00:00
wangce1988
fc696718cb update version 5.108.0
(cherry picked from commit 981a5dc9f9cbf7e9fcc2ff1fd47ef704298d551e)
2023-08-07 11:21:47 +08:00
openeuler-ci-bot
f6747dc711
!10 Update package to version 5.100.0
From: @liqiuyu123 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-12-23 01:31:22 +00:00
liqiuyu123
bdaca974cb Update package to version 5.100.0 2022-12-13 14:56:29 +08:00
openeuler-ci-bot
74f03e1a82
!9 update to upstream version 5.97.0
From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-09-08 06:56:54 +00:00
leeffo
8b086b0a80 update to upstream version 5.97.0 2022-09-05 17:40:19 +08:00
3 changed files with 26 additions and 15 deletions

View File

@ -1,14 +1,14 @@
%undefine __cmake_in_source_build %undefine __cmake_in_source_build
%global framework kxmlgui %global framework kxmlgui
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.95.0 Version: 5.113.0
Release: 1 Release: 2
Summary: KDE Frameworks 5 Tier 3 solution for user-configurable main windows Summary: KDE Frameworks 5 Tier 3 solution for user-configurable main windows
# Library LGPLv2+, ksendbugmail is GPLv2+ # Library LGPLv2+, ksendbugmail is GPLv2+
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
URL: https://invent.kde.org/frameworks/%{framework} URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2) %global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3) %global revision %(echo %{version} | cut -d. -f3)
@ -60,16 +60,12 @@ developing applications that use %{name}.
%build %build
mkdir %{_target_platform} %{cmake_kf5}
pushd %{_target_platform} %{cmake_build}
%{cmake_kf5} ..
popd
%make_build -C %{_target_platform}
%install %install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{cmake_install}
# Own the kxmlgui directory # Own the kxmlgui directory
mkdir -p %{buildroot}%{_kf5_datadir}/kxmlgui5/ mkdir -p %{buildroot}%{_kf5_datadir}/kxmlgui5/
@ -98,13 +94,28 @@ mkdir -p %{buildroot}%{_kf5_datadir}/kxmlgui5/
%changelog %changelog
* Tue Jul 5 2022 huayadong<huayadong@kylinos.cn> - 5.95.0-1 * Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.113.0-2
- adapt to the new CMake macros to fix build failure
* Thu Jan 04 2024 wangqia <wangqia@uniontech.com> - 5.113.0-1
- Update to upstream version 5.113.0
* Fri Aug 04 2023 wangce <wangce@uniontech.com> - 5.108.0-1
- Update package to 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 huayadong <huayadong@kylinos.cn> - 5.95.0-1
- update to upstream version 5.95.0 - update to upstream version 5.95.0
* Sat Feb 12 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1 * Sat Feb 12 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
- update to upstream version 5.90.0 - update to upstream version 5.90.0
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1 * Sun Jan 16 2022 pei-jiankang <peijiankang@kylinos.com> - 5.88.0-1
- update to upstream version 5.88.0 - update to upstream version 5.88.0
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1 * Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1

BIN
kxmlgui-5.113.0.tar.xz Normal file

Binary file not shown.

Binary file not shown.