SHA256
1
0
forked from pool/libreoffice

- Fix breeze icons handling, drop crystal icons.

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=291
This commit is contained in:
Tomáš Chvátal 2015-06-17 06:55:43 +00:00 committed by Git OBS Bridge
parent 4f835706b4
commit 071b897e7c
2 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 17 06:54:47 UTC 2015 - tchvatal@suse.com
- Fix breeze icons handling, drop crystal icons.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jun 13 13:23:20 UTC 2015 - tchvatal@suse.com Sat Jun 13 13:23:20 UTC 2015 - tchvatal@suse.com

View File

@ -377,20 +377,22 @@ BuildArch: noarch
%description branding-upstream %description branding-upstream
This package includes the original branding for the LibreOffice office suite. This package includes the original branding for the LibreOffice office suite.
%package icon-theme-crystal %package icon-theme-breeze
Summary: Crystal LibreOffice Icon Theme (KDE3 default) Summary: Breeze LibreOffice Icon Theme (KDE Frameworks default)
License: LGPL-2.1 License: LGPL-2.1
Group: Productivity/Office/Suite Group: Productivity/Office/Suite
Requires(post): %{name}-share-linker Requires(post): %{name}-share-linker
Requires(postun): %{name}-share-linker Requires(postun): %{name}-share-linker
Supplements: packageand(libreoffice:plasma5-workspace)
Provides: libreoffice-icon-themes = %{version} Provides: libreoffice-icon-themes = %{version}
Obsoletes: libreoffice-icon-themes < %{version} Obsoletes: libreoffice-icon-themes < %{version}
%if %{with noarch_subpkgs} %if %{with noarch_subpkgs}
BuildArch: noarch BuildArch: noarch
%endif %endif
%description icon-theme-crystal %description icon-theme-breeze
This package provides Crystal LibreOffice icon theme. It is used in KDE3 by default. This package provides Breeze LibreOffice icon theme. It is used in KDE
Frameworks by default.
%package icon-theme-galaxy %package icon-theme-galaxy
Summary: Galaxy LibreOffice Icon Theme (OOo-3.x default) Summary: Galaxy LibreOffice Icon Theme (OOo-3.x default)
@ -1555,12 +1557,12 @@ test -f /sbin/conf.d/SuSEconfig.glib2 && SuSEconfig --module glib2 > /dev/null |
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/%{name}/share/extensions/wiki-publisher %{_libdir}/%{name}/share/extensions/wiki-publisher
%files icon-theme-crystal %files icon-theme-breeze
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_datadir}/%{name} %dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/share %dir %{_datadir}/%{name}/share
%dir %{_datadir}/%{name}/share/config %dir %{_datadir}/%{name}/share/config
%{_datadir}/%{name}/share/config/images_crystal.zip %{_datadir}/%{name}/share/config/images_breeze.zip
%files icon-theme-galaxy %files icon-theme-galaxy
%defattr(-,root,root) %defattr(-,root,root)