[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, ubuntu-quantal-3.6, updated. libreoffice_3.5.4-5-167-g797d8ff



The following commit has been merged in the ubuntu-quantal-3.6 branch:
commit b46a12db6e7f7be9f4ec821eb91fbd66d1e68c05
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Wed Aug 8 09:49:54 2012 +0200

    lp#1026059: pure white progress bar

diff --git a/changelog b/changelog
index ef67ebe..e5b8517 100644
--- a/changelog
+++ b/changelog
@@ -1,8 +1,9 @@
 libreoffice (1:3.6.0~rc4-0ubuntu2) precise; urgency=low
 
   * backport patch to evade fdo#51324 (LP: #1017125) 
+  * pure white progress bar is better for now (LP: #1026059)
 
- -- Bjoern Michaelsen <bjoern.michaelsen@canonical.com>  Wed, 08 Aug 2012 09:40:58 +0200
+ -- Bjoern Michaelsen <bjoern.michaelsen@canonical.com>  Wed, 08 Aug 2012 09:46:41 +0200
 
 libreoffice (1:3.6.0~rc4-0ubuntu1) quantal-proposed; urgency=low
 
diff --git a/rules b/rules
index 5bf5a1c..f35eb13 100755
--- a/rules
+++ b/rules
@@ -502,7 +502,8 @@ ifeq "$(DEB_VENDOR)" "Ubuntu"
   CONFIGURE_FLAGS+= --with-theme="$(patsubst galaxy,default,$(IMAGES))"
   # lucene has too heavy deps for main, internal copy does only build parts
   SYSTEM_STUFF := $(filter-out graphite libcdr libvisio lpsolve lucene, $(SYSTEM_STUFF))
-  CONFIGURE_FLAGS += --with-intro-progressbar-color=221,72,20
+  # lp#1026059 -- pure white is better for now
+  CONFIGURE_FLAGS += --with-intro-progressbar-color=255,255,255
   # do not run checks on armel armhf powerpc for now as they fail with "debug output level 11 is too high"
   ifneq (,$(filter armhf armel powerpc,$(DEB_HOST_ARCH)))
     RUN_MAKE_CHECK:=n

-- 
LibreOffice packaging repository


Reply to: