mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 10:32:59 +00:00
Use breeze icons theme as fallback instead of tango
This commit is contained in:
parent
e4153d25a0
commit
0d8d59ece4
2 changed files with 15 additions and 1 deletions
12
libreoffice-5.4.3.1-breeze-fallback-theme.patch
Normal file
12
libreoffice-5.4.3.1-breeze-fallback-theme.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff -urN libreoffice-5.4.3.1/vcl/source/app/IconThemeSelector.cxx libreoffice-5.4.3.1-patched/vcl/source/app/IconThemeSelector.cxx
|
||||
--- libreoffice-5.4.3.1/vcl/source/app/IconThemeSelector.cxx 2017-10-18 04:42:39.000000000 +1000
|
||||
+++ libreoffice-5.4.3.1-patched/vcl/source/app/IconThemeSelector.cxx 2017-11-16 00:25:30.922971263 +1000
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
namespace vcl {
|
||||
|
||||
-/*static*/ const OUStringLiteral IconThemeSelector::FALLBACK_ICON_THEME_ID("tango");
|
||||
+/*static*/ const OUStringLiteral IconThemeSelector::FALLBACK_ICON_THEME_ID("breeze");
|
||||
|
||||
namespace {
|
||||
|
|
@ -42,7 +42,7 @@ Summary: Office suite
|
|||
Name: libreoffice
|
||||
Epoch: 1
|
||||
Version: 5.4.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic
|
||||
Group: Office
|
||||
Url: http://www.libreoffice.org
|
||||
|
@ -98,6 +98,8 @@ Patch100: libreoffice-4.1-vendor.patch
|
|||
Patch101: libreoffice-5.3.1.1-desktop-categories.patch
|
||||
Patch102: libreoffice-5.2.1.2-desktop-protocols.patch
|
||||
Patch104: libreoffice-5.1.2.2-desktop-startcenter-nomate.patch
|
||||
# Use breeze icons theme as fallback instead of tango
|
||||
Patch105: libreoffice-5.4.3.1-breeze-fallback-theme.patch
|
||||
|
||||
BuildRequires: bison
|
||||
BuildRequires: bsh
|
||||
|
|
Loading…
Add table
Reference in a new issue