automatic version update by autodist [release 5.7.4-1mamba;Tue Aug 30 2016]
This commit is contained in:
parent
618004880a
commit
3e0f175459
18
breeze.spec
18
breeze.spec
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: breeze
|
Name: breeze
|
||||||
Version: 5.7.3
|
Version: 5.7.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Breeze Dark Desktop Design Language by the KDE VDG
|
Summary: Breeze Dark Desktop Design Language by the KDE VDG
|
||||||
Group: Graphical Desktop/Look 'n' feel
|
Group: Graphical Desktop/Look 'n' feel
|
||||||
@ -69,6 +69,12 @@ cd ..
|
|||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
%makeinstall -C build-kde4
|
%makeinstall -C build-kde4
|
||||||
|
|
||||||
|
install -d -m0755 %{buildroot}%{_kde4_datadir}/QtCurve
|
||||||
|
mv %{buildroot}%{_datadir}/QtCurve/Breeze.qtcurve %{buildroot}%{_kde4_datadir}/QtCurve/Breeze.qtcurve
|
||||||
|
|
||||||
|
install -d -m0755 %{buildroot}%{_kde4_libdir}/kconf_update_bin
|
||||||
|
ln -s %{_kde5_libdir}/kconf_update_bin/kde4breeze %{buildroot}%{_kde4_libdir}/kconf_update_bin/kde4breeze
|
||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -83,7 +89,7 @@ cd ..
|
|||||||
%{_libdir}/qt5/plugins/styles/breeze.so
|
%{_libdir}/qt5/plugins/styles/breeze.so
|
||||||
%dir %{_libdir}/qt5/qml/QtQuick/Controls/Styles/Breeze
|
%dir %{_libdir}/qt5/qml/QtQuick/Controls/Styles/Breeze
|
||||||
%{_libdir}/qt5/qml/QtQuick/Controls/Styles/Breeze/*
|
%{_libdir}/qt5/qml/QtQuick/Controls/Styles/Breeze/*
|
||||||
%{_datadir}/QtCurve/Breeze.qtcurve
|
%{_datadir}/metainfo/org.kde.breezedark.desktop.appdata.xml
|
||||||
%{_datadir}/color-schemes/Breeze.colors
|
%{_datadir}/color-schemes/Breeze.colors
|
||||||
%{_datadir}/color-schemes/BreezeDark.colors
|
%{_datadir}/color-schemes/BreezeDark.colors
|
||||||
%{_datadir}/color-schemes/BreezeHighContrast.colors
|
%{_datadir}/color-schemes/BreezeHighContrast.colors
|
||||||
@ -111,10 +117,18 @@ cd ..
|
|||||||
%files kde4
|
%files kde4
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde4_libdir}/kde4/kstyle_breeze_config.so
|
%{_kde4_libdir}/kde4/kstyle_breeze_config.so
|
||||||
|
%{_kde4_datadir}/QtCurve/Breeze.qtcurve
|
||||||
|
%{_kde4_libdir}/kconf_update_bin/kde4breeze
|
||||||
%{_kde4_pluginsdir}/styles/breeze.so
|
%{_kde4_pluginsdir}/styles/breeze.so
|
||||||
%{_kde4_datadir}/kstyle/themes/breeze.themerc
|
%{_kde4_datadir}/kstyle/themes/breeze.themerc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 30 2016 Automatic Build System <autodist@mambasoft.it> 5.7.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Aug 30 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.7.3-2mamba
|
||||||
|
- move or link components to support kde4/kde5 different prefixes
|
||||||
|
|
||||||
* Tue Aug 02 2016 Automatic Build System <autodist@mambasoft.it> 5.7.3-1mamba
|
* Tue Aug 02 2016 Automatic Build System <autodist@mambasoft.it> 5.7.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user