[libreoffice] 10/152: lp#1506544: switch to breeze theme by default

Rene Engelhard rene at moszumanska.debian.org
Thu Jul 27 19:16:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to tag libreoffice_3.5.0_rc3-0ubuntu2
in repository libreoffice.

commit 7610698fb5463541d4ff08a25e4153827531126a
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Tue Oct 27 01:07:35 2015 +0100

    lp#1506544: switch to breeze theme by default
---
 changelog                        | 3 ++-
 control.in                       | 4 ++--
 patches/unity-default-human.diff | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/changelog b/changelog
index c572134..b6e29fe 100644
--- a/changelog
+++ b/changelog
@@ -1,8 +1,9 @@
 libreoffice (1:5.0.2-0ubuntu4) xenial; urgency=medium
 
   * disable collada, gltf and coinmp on xenial
+  * switch to breeze theme by default (lp: #1506544)
 
- -- Bjoern Michaelsen <bjoern.michaelsen at canonical.com>  Tue, 27 Oct 2015 00:59:27 +0100
+ -- Bjoern Michaelsen <bjoern.michaelsen at canonical.com>  Tue, 27 Oct 2015 01:05:39 +0100
 
 libreoffice (1:5.0.2-0ubuntu3) wily; urgency=medium
 
diff --git a/control.in b/control.in
index 5bea367..8dafe09 100644
--- a/control.in
+++ b/control.in
@@ -539,7 +539,7 @@ Architecture: %OOO_ARCHS%
 Depends: libreoffice-core (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
-Recommends: libreoffice-style-human | libreoffice-style-tango
+Recommends: libreoffice-style-breeze | libreoffice-style-tango
 Section: gnome
 Enhances: libreoffice
 Conflicts: libgtk2.0-0 (= 2.12.10-1) [amd64], lo-menubar
@@ -559,7 +559,7 @@ Architecture: %OOO_ARCHS%
 Depends: libreoffice-core (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
-Recommends: libreoffice-style-human | libreoffice-style-tango
+Recommends: libreoffice-style-breeze | libreoffice-style-tango
 Section: gnome
 Enhances: libreoffice
 Description: office productivity suite -- GTK+ 3.0 integration
diff --git a/patches/unity-default-human.diff b/patches/unity-default-human.diff
index d657c76..8dce116 100644
--- a/patches/unity-default-human.diff
+++ b/patches/unity-default-human.diff
@@ -14,7 +14,7 @@ diff --git a/vcl/source/app/IconThemeSelector.cxx b/vcl/source/app/IconThemeSele
          r = "breeze";
      }
 +    else if ( desktopEnvironment.equalsIgnoreAsciiCase("unity") ) {
-+        r = "human";
++        r = "breeze";
 +    }
      else {
          r = FALLBACK_ICON_THEME_ID;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list