upstream version 5.27.6
This commit is contained in:
parent
b4f5822633
commit
9dadbb9b02
Binary file not shown.
@ -6,21 +6,15 @@
|
||||
%global base_name breeze
|
||||
|
||||
Name: plasma-breeze
|
||||
Version: 5.26.4
|
||||
Version: 5.27.6
|
||||
Release: 1
|
||||
Summary: Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://cgit.kde.org/%{base_name}.git
|
||||
|
||||
%global revision %(echo %{version} | cut -d. -f3)
|
||||
%if %{revision} >= 50
|
||||
%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
|
||||
%global majmin %majmin_ver_kf5
|
||||
%global stable %stable_kf5
|
||||
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{base_name}-%{version}.tar.xz
|
||||
|
||||
# filter plugin provides
|
||||
@ -105,11 +99,14 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
%license LICENSES/*.txt
|
||||
%{_kf5_qtplugindir}/org.kde.kdecoration2/breezedecoration.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_qtplugindir}/kstyle_breeze_config.so
|
||||
%{_kf5_datadir}/kconf_update/breezehighcontrasttobreezedark.upd
|
||||
%{_kf5_datadir}/kconf_update/breezetobreezeclassic.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/breezetobreezeclassic
|
||||
%{_kf5_libdir}/kconf_update_bin/breezetobreezelight
|
||||
@ -117,8 +114,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
%{_libdir}/libbreezecommon5.so.5*
|
||||
%{_bindir}/breeze-settings5
|
||||
%{_datadir}/icons/hicolor/*/apps/breeze-settings.*
|
||||
%{_kf5_datadir}/kservices5/breezedecorationconfig.desktop
|
||||
%{_kf5_datadir}/kservices5/breezestyleconfig.desktop
|
||||
# fedora does autodep on cmake-filesystem, others?
|
||||
%if ! 0%{?fedora}
|
||||
%dir %{_libdir}/cmake/
|
||||
%endif
|
||||
%{_libdir}/cmake/Breeze/
|
||||
|
||||
%files common -f breeze.lang
|
||||
@ -138,6 +137,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
|
||||
%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
|
||||
- update to upstream version 5.26.4
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user