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

[SCM] LibreOffice packaging repository branch, debian-experimental-3.5, updated. libreoffice_3.5.0_beta2-2-46-ga429566



The following commit has been merged in the debian-experimental-3.5 branch:
commit a429566a3d32a1f1eb54396ba94447b8eae551d7
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Fri Jan 13 00:07:58 2012 +0100

    adapt --with-images/--with-themes change to configure

diff --git a/rules b/rules
index 26bc4fb..57301a9 100755
--- a/rules
+++ b/rules
@@ -953,7 +953,7 @@ endif
 ifeq "$(BUILD_KDE)" "n"
 	CONFIGURE_FLAGS+= --disable-kde
 	CONFIGURE_FLAGS-= --disable-kde4
-	CONFIGURE_FLAGS+= --with-images="$(IMAGES)"
+	CONFIGURE_FLAGS+= --with-theme="$(patsubst galaxy,default,$(IMAGES))"
 else
 	CONFIGURE_FLAGS += --disable-kde
 	CONFIGURE_FLAGS += --enable-kde4
@@ -982,7 +982,7 @@ endif
 ifeq "$(BUILD_GTK)" "n"
 	CONFIGURE_FLAGS+= --disable-gtk
 	DEBHELPER_OPTIONS+= -Nlibreoffice$(VER)-gtk -Nlibreoffice$(VER)-gnome
-	CONFIGURE_FLAGS+= --with-images="$(IMAGES)"
+	CONFIGURE_FLAGS+= --with-theme="$(patsubst galaxy,default,$(IMAGES))"
 else
 	BUILD_DEPS += , libgtk2.0-dev (>= 2.10)
 endif

-- 
LibreOffice packaging repository


Reply to: