Compare commits
11 Commits
d787a64563
...
b54810688d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b54810688d | ||
|
|
8f18344976 | ||
|
|
a634160297 | ||
|
|
5ed0a83b0f | ||
|
|
90641f3bf3 | ||
|
|
77634c5d90 | ||
|
|
2aaaffc46a | ||
|
|
1689f2703c | ||
|
|
1436dff9ba | ||
|
|
2f0e9bb1ac | ||
|
|
b0e2338aea |
@ -1,20 +1,16 @@
|
|||||||
%global framework plasma
|
%global framework plasma-framework
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-plasma
|
||||||
Version: 5.90.0
|
Version: 5.113.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface
|
Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface
|
||||||
License: GPLv2+ and LGPLv2+ and BSD
|
License: GPL-2.0-or-later and LGPL-2.0-or-later and BSD
|
||||||
URL: https://invent.kde.org/frameworks/%{framework}
|
URL: https://invent.kde.org/frameworks/plasma
|
||||||
|
|
||||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
%global majmin %majmin_ver_kf5
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
%global stable %stable_kf5
|
||||||
%if %{revision} >= 50
|
|
||||||
%global stable unstable
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||||
%else
|
|
||||||
%global stable stable
|
|
||||||
%endif
|
|
||||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-framework-%{version}.tar.xz
|
|
||||||
|
|
||||||
%global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$
|
%global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$
|
||||||
|
|
||||||
@ -84,19 +80,15 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{framework}-framework-%{version} -p1
|
%autosetup -n %{framework}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
%cmake_kf5
|
||||||
pushd %{_target_platform}
|
|
||||||
%{cmake_kf5} ..
|
|
||||||
popd
|
|
||||||
|
|
||||||
%make_build -C %{_target_platform}
|
|
||||||
|
|
||||||
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
%make_install
|
||||||
|
|
||||||
%find_lang %{name} --all-name --with-man --all-name
|
%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_bindir}/plasmapkg2
|
||||||
%{_kf5_libdir}/libKF5Plasma.so.*
|
%{_kf5_libdir}/libKF5Plasma.so.*
|
||||||
%{_kf5_libdir}/libKF5PlasmaQuick.so.*
|
%{_kf5_libdir}/libKF5PlasmaQuick.so.*
|
||||||
%{_kf5_datadir}/qlogging-categories5/*%{framework}*
|
%{_kf5_datadir}/qlogging-categories5/*plasma*
|
||||||
%dir %{_kf5_qmldir}/org/
|
%dir %{_kf5_qmldir}/org/
|
||||||
%dir %{_kf5_qmldir}/org/kde/
|
%dir %{_kf5_qmldir}/org/kde/
|
||||||
%dir %{_kf5_qmldir}/org/kde/private/
|
%dir %{_kf5_qmldir}/org/kde/private/
|
||||||
@ -126,18 +118,14 @@ mkdir -p %{buildroot}%{_kf5_qmldir}/org/kde/private
|
|||||||
%{_kf5_qtplugindir}/kpackage/packagestructure/*.so
|
%{_kf5_qtplugindir}/kpackage/packagestructure/*.so
|
||||||
%{_kf5_plugindir}/kirigami/
|
%{_kf5_plugindir}/kirigami/
|
||||||
%{_kf5_datadir}/plasma/
|
%{_kf5_datadir}/plasma/
|
||||||
%{_kf5_datadir}/kservices5/*.desktop
|
|
||||||
%{_kf5_datadir}/kservicetypes5/*.desktop
|
%{_kf5_datadir}/kservicetypes5/*.desktop
|
||||||
%{_kf5_mandir}/man1/plasmapkg2.1.*
|
%{_kf5_mandir}/man1/plasmapkg2.1.*
|
||||||
# can find_lang handle this too somehow? -- rex
|
|
||||||
%lang(lt) %{_datadir}/locale/lt/LC_SCRIPTS/libplasma5/
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_kf5_libdir}/cmake/KF5Plasma/
|
%{_kf5_libdir}/cmake/KF5Plasma/
|
||||||
%{_kf5_libdir}/cmake/KF5PlasmaQuick/
|
%{_kf5_libdir}/cmake/KF5PlasmaQuick/
|
||||||
%{_kf5_libdir}/libKF5Plasma.so
|
%{_kf5_libdir}/libKF5Plasma.so
|
||||||
%{_kf5_libdir}/libKF5PlasmaQuick.so
|
%{_kf5_libdir}/libKF5PlasmaQuick.so
|
||||||
%{_kf5_includedir}/plasma_version.h
|
|
||||||
%{_kf5_includedir}/plasma/
|
%{_kf5_includedir}/plasma/
|
||||||
%{_kf5_includedir}/Plasma/
|
%{_kf5_includedir}/Plasma/
|
||||||
%{_kf5_includedir}/PlasmaQuick/
|
%{_kf5_includedir}/PlasmaQuick/
|
||||||
@ -147,10 +135,25 @@ mkdir -p %{buildroot}%{_kf5_qmldir}/org/kde/private
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
- 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
|
- 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
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: github
|
version_control: github
|
||||||
src_repo: KDE/plasma
|
src_repo: KDE/plasma-framework
|
||||||
tag_prefix: "^v"
|
tag_prefix: "^v"
|
||||||
separator: "."
|
separator: "."
|
||||||
|
|||||||
BIN
plasma-framework-5.113.0.tar.xz
Normal file
BIN
plasma-framework-5.113.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user