Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
8e4a2919a1
!26 fixed kf5-kwidgetsaddons build failure in openEuler-24.03-LTS-SP1:epol
From: @chenyanpanX 
Reviewed-by: @misaka00251 
Signed-off-by: @misaka00251
2024-11-18 06:56:38 +00:00
ChenYanpan
7559c84c54
adapt to the new CMake macros to fix build failure 2024-11-15 19:43:51 +08:00
openeuler-ci-bot
205872c71e
!23 Update to upstream version 5.113.0
From: @dedv_dwe 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-01-08 03:01:43 +00:00
ut004527
d4df65cff5 Update to upstream version 5.113.0 2024-01-08 10:28:12 +08:00
openeuler-ci-bot
ce941e0a27
!19 update version to 5.108.0
From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2023-08-04 05:58:59 +00:00
peijiankang
13a767acc2 update version to 5.108.0 2023-08-03 17:09:31 +08:00
openeuler-ci-bot
297e50dd5b
!16 update to upstream version 5.100.0
From: @jianli-97 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-12-13 09:25:50 +00:00
jianli-97
6a858d4407 update to upstream version 5.100.0 2022-12-12 10:49:48 +08:00
openeuler-ci-bot
65e453ace4
!15 update to upstream version 5.97.0
From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-09-08 01:20:19 +00:00
leeffo
81309f7107 update to upstream version 5.97.0 2022-09-05 17:33:08 +08:00
3 changed files with 26 additions and 19 deletions

View File

@ -2,20 +2,15 @@
%global framework kwidgetsaddons
Name: kf5-%{framework}
Version: 5.95.0
Release: 1
Version: 5.113.0
Release: 2
Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtWidgets
License: GPLv2+ and LGPLv2+
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}
@ -43,16 +38,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}
%find_lang_kf5 kwidgetsaddons5_qt
@ -68,6 +59,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_kf5_qtplugindir}/designer/*5widgets.so
%files devel
%{_kf5_includedir}/KWidgetsAddons/
%{_kf5_libdir}/libKF5WidgetsAddons.so
%{_kf5_libdir}/cmake/KF5WidgetsAddons/
@ -75,17 +67,32 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.113.0-2
- adapt to the new CMake macros to fix build failure
* Tue Jan 02 2024 wangqia <wangqia@uniontech.com> - 5.113.0-1
- Update to upstream version 5.113.0
* Thu Aug 03 2023 peijiankang <peijiankang@kylinos.cn> - 5.108.0-1
- update to upstream version 5.108.0
* Mon Dec 12 2022 lijian <lijian2@kylinos.cn> - 5.100.0-1
- update to upstream 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 loong_C <loong_c@yeah.net> - 5.95.0-1
- update to upstream version 5.95.0
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-1
* Sat Feb 12 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.90.0-1
- update to upstream version 5.90.0
* Fri Jan 14 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
* Fri Jan 14 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.88.0-1
- update to upstream version 5.88.0
* Mon Dec 13 2021 wangqing <wangqing@uniontech.com> - 5.55.0-2
- delete %dist
* Thu Jul 23 2020 wangmian<wangmian@kylinos.cn> - 5.55.0-1
* Thu Jul 23 2020 wangmian <wangmian@kylinos.cn> - 5.55.0-1
- Init kf5-kwidgetsaddons project

Binary file not shown.

Binary file not shown.