!14 upstream version 5.27.6
From: @jackwike Reviewed-by: @peijiankang Signed-off-by: @peijiankang
This commit is contained in:
commit
7329989040
Binary file not shown.
@ -6,21 +6,15 @@
|
|||||||
%global base_name breeze
|
%global base_name breeze
|
||||||
|
|
||||||
Name: plasma-breeze
|
Name: plasma-breeze
|
||||||
Version: 5.26.4
|
Version: 5.27.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
|
Summary: Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://cgit.kde.org/%{base_name}.git
|
URL: https://cgit.kde.org/%{base_name}.git
|
||||||
|
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
%global majmin %majmin_ver_kf5
|
||||||
%if %{revision} >= 50
|
%global stable %stable_kf5
|
||||||
%global majmin_ver %(echo %{version} | cut -d. -f1,2).50
|
|
||||||
%global stable unstable
|
|
||||||
%else
|
|
||||||
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
|
|
||||||
%global stable stable
|
|
||||||
%endif
|
|
||||||
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{base_name}-%{version}.tar.xz
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{base_name}-%{version}.tar.xz
|
||||||
|
|
||||||
# filter plugin provides
|
# filter plugin provides
|
||||||
@ -105,11 +99,14 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
%license LICENSES/*.txt
|
%license LICENSES/*.txt
|
||||||
%{_kf5_qtplugindir}/org.kde.kdecoration2/breezedecoration.so
|
%{_kf5_qtplugindir}/org.kde.kdecoration2/breezedecoration.so
|
||||||
%{_kf5_qtplugindir}/styles/breeze.so
|
%{_kf5_qtplugindir}/styles/breeze.so
|
||||||
|
%{_kf5_qtplugindir}/plasma/kcms/breeze/kcm_breezedecoration.so
|
||||||
|
%{_kf5_qtplugindir}/plasma/kcms/systemsettings_qwidgets/breezestyleconfig.so
|
||||||
%{_kf5_datadir}/kstyle/themes/breeze.themerc
|
%{_kf5_datadir}/kstyle/themes/breeze.themerc
|
||||||
%{_kf5_qtplugindir}/kstyle_breeze_config.so
|
|
||||||
%{_kf5_datadir}/kconf_update/breezehighcontrasttobreezedark.upd
|
%{_kf5_datadir}/kconf_update/breezehighcontrasttobreezedark.upd
|
||||||
%{_kf5_datadir}/kconf_update/breezetobreezeclassic.upd
|
%{_kf5_datadir}/kconf_update/breezetobreezeclassic.upd
|
||||||
%{_kf5_datadir}/kconf_update/breezetobreezelight.upd
|
%{_kf5_datadir}/kconf_update/breezetobreezelight.upd
|
||||||
|
%{_kf5_datadir}/applications/breezestyleconfig.desktop
|
||||||
|
%{_kf5_datadir}/applications/kcm_breezedecoration.desktop
|
||||||
%{_kf5_libdir}/kconf_update_bin/breezehighcontrasttobreezedark
|
%{_kf5_libdir}/kconf_update_bin/breezehighcontrasttobreezedark
|
||||||
%{_kf5_libdir}/kconf_update_bin/breezetobreezeclassic
|
%{_kf5_libdir}/kconf_update_bin/breezetobreezeclassic
|
||||||
%{_kf5_libdir}/kconf_update_bin/breezetobreezelight
|
%{_kf5_libdir}/kconf_update_bin/breezetobreezelight
|
||||||
@ -117,8 +114,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
%{_libdir}/libbreezecommon5.so.5*
|
%{_libdir}/libbreezecommon5.so.5*
|
||||||
%{_bindir}/breeze-settings5
|
%{_bindir}/breeze-settings5
|
||||||
%{_datadir}/icons/hicolor/*/apps/breeze-settings.*
|
%{_datadir}/icons/hicolor/*/apps/breeze-settings.*
|
||||||
%{_kf5_datadir}/kservices5/breezedecorationconfig.desktop
|
# fedora does autodep on cmake-filesystem, others?
|
||||||
%{_kf5_datadir}/kservices5/breezestyleconfig.desktop
|
%if ! 0%{?fedora}
|
||||||
|
%dir %{_libdir}/cmake/
|
||||||
|
%endif
|
||||||
%{_libdir}/cmake/Breeze/
|
%{_libdir}/cmake/Breeze/
|
||||||
|
|
||||||
%files common -f breeze.lang
|
%files common -f breeze.lang
|
||||||
@ -138,6 +137,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 04 2023 yajun<yajun@kylinos.cn> - 5.27.6-1
|
||||||
|
- update to upstream version 5.27.6
|
||||||
|
|
||||||
* Tue Dec 13 2022 lijian <lijian2@kylinos.cn> - 5.26.4-1
|
* Tue Dec 13 2022 lijian <lijian2@kylinos.cn> - 5.26.4-1
|
||||||
- update to upstream version 5.26.4
|
- update to upstream version 5.26.4
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user