Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
b54810688d
!19 upgrade to version 5.113.0
From: @hou-hongxun 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2024-01-15 01:45:42 +00:00
HouHongxun
8f18344976 Upgrade to version 5.113.0
Signed-off-by: HouHongxun <houhongxun@kylinos.cn>
2024-01-15 09:19:55 +08:00
openeuler-ci-bot
a634160297
!18 【轻量级 PR】:update kf5-plasma.yaml.
From: @licihua 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-01-08 03:42:52 +00:00
Monday
5ed0a83b0f
update kf5-plasma.yaml.
#https://gitee.com/openeuler/openEuler-Advisor/issues/I8SYE0?from=project-issue

Signed-off-by: Monday <licihua@huawei.com>
2024-01-04 09:24:52 +00:00
zhangkea
90641f3bf3 !14 upgrade version to 5.108.0
From: @zhangkea 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-08-11 08:51:56 +00:00
openeuler-ci-bot
77634c5d90
!10 Upgrade to latest release [kf5-plasma -> 5.100.0]
From: @Wangjunqi123 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-12-26 03:29:22 +00:00
Wangjunqi123
2aaaffc46a update version to 5.100.0 2022-12-13 15:36:35 +08:00
openeuler-ci-bot
1689f2703c
!9 update to upstream version 5.97.0
From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-09-21 08:51:55 +00:00
leeffo
1436dff9ba update to upstream version 5.97.0 2022-09-05 17:55:13 +08:00
openeuler-ci-bot
2f0e9bb1ac
!7 [sync] PR-6: update to upstream version 5.95.0
From: @openeuler-sync-bot 
Reviewed-by: @panchenbo 
Signed-off-by: @panchenbo
2022-07-29 05:55:39 +00:00
peijiankang
b0e2338aea update to upstream version 5.95.0
(cherry picked from commit 6dff8c7c3a750331a6e6845a358cb1ee1eb6d91a)
2022-07-29 09:59:59 +08:00
4 changed files with 32 additions and 29 deletions

View File

@ -1,20 +1,16 @@
%global framework plasma
%global framework plasma-framework
Name: kf5-%{framework}
Version: 5.90.0
Name: kf5-plasma
Version: 5.113.0
Release: 1
Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface
License: GPLv2+ and LGPLv2+ and BSD
URL: https://invent.kde.org/frameworks/%{framework}
License: GPL-2.0-or-later and LGPL-2.0-or-later and BSD
URL: https://invent.kde.org/frameworks/plasma
%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
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-framework-%{version}.tar.xz
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
%global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$
@ -84,19 +80,15 @@ developing applications that use %{name}.
%prep
%autosetup -n %{framework}-framework-%{version} -p1
%autosetup -n %{framework}-%{version} -p1
%build
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%make_build -C %{_target_platform}
%cmake_kf5
%make_build
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%make_install
%find_lang %{name} --all-name --with-man --all-name
@ -114,7 +106,7 @@ mkdir -p %{buildroot}%{_kf5_qmldir}/org/kde/private
%{_kf5_bindir}/plasmapkg2
%{_kf5_libdir}/libKF5Plasma.so.*
%{_kf5_libdir}/libKF5PlasmaQuick.so.*
%{_kf5_datadir}/qlogging-categories5/*%{framework}*
%{_kf5_datadir}/qlogging-categories5/*plasma*
%dir %{_kf5_qmldir}/org/
%dir %{_kf5_qmldir}/org/kde/
%dir %{_kf5_qmldir}/org/kde/private/
@ -126,18 +118,14 @@ mkdir -p %{buildroot}%{_kf5_qmldir}/org/kde/private
%{_kf5_qtplugindir}/kpackage/packagestructure/*.so
%{_kf5_plugindir}/kirigami/
%{_kf5_datadir}/plasma/
%{_kf5_datadir}/kservices5/*.desktop
%{_kf5_datadir}/kservicetypes5/*.desktop
%{_kf5_mandir}/man1/plasmapkg2.1.*
# can find_lang handle this too somehow? -- rex
%lang(lt) %{_datadir}/locale/lt/LC_SCRIPTS/libplasma5/
%files devel
%{_kf5_libdir}/cmake/KF5Plasma/
%{_kf5_libdir}/cmake/KF5PlasmaQuick/
%{_kf5_libdir}/libKF5Plasma.so
%{_kf5_libdir}/libKF5PlasmaQuick.so
%{_kf5_includedir}/plasma_version.h
%{_kf5_includedir}/plasma/
%{_kf5_includedir}/Plasma/
%{_kf5_includedir}/PlasmaQuick/
@ -147,10 +135,25 @@ mkdir -p %{buildroot}%{_kf5_qmldir}/org/kde/private
%changelog
* Mon Feb 14 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-1
* Mon Jan 08 2024 houhongxun <houhongxun@kylinos.cn> - 5.113.0-1
- Upgrade to version 5.113.0
* Thu Aug 03 2023 zhangkea <zhangkea@uniontech.cn> - 5.108.0-1
- Update version to 5.108.0
* Tue Dec 13 2022 wangjunqi <wangjunqi@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 peijiankang <peijiankang@kylinos.cn> - 5.95.0-1
- update to upstream version 5.95.0
* Mon Feb 14 2022 peijiankang <peijiankang@kylinos.cn> - 5.90.0-1
- update to upstream version 5.90.0
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
* Sun Jan 16 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.88.0-1
- update to upstream version 5.88.0
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1

View File

@ -1,4 +1,4 @@
version_control: github
src_repo: KDE/plasma
src_repo: KDE/plasma-framework
tag_prefix: "^v"
separator: "."

Binary file not shown.

Binary file not shown.