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

./packages/openofficeorg/3.2/experimental r1690: + - add conditional to disable the layout dialogues. Disable it as it



------------------------------------------------------------
revno: 1690
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Thu 2009-11-05 15:19:36 +0100
message:
  +    - add conditional to disable the layout dialogues. Disable it as it
  +      still has some bugs (closes: #554274)
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2009-11-02 12:02:13 +0000
+++ b/changelog	2009-11-05 14:19:36 +0000
@@ -3,10 +3,13 @@
   * debian/control.in:
     - make -core conflict against -style-* (<< 1:3.2.0~beta) 
     - make all styles depends on -core (>= 1:3.2.0~beta)
+    Thanks Mechtilde Stehmann for pointing this out.
     (Strictly not needed as it should find the old ones, too, but *shrugs*)
-    Thanks Mechtilde Stehmann for pointing this out.
+  * debian/rules:
+    - add conditional to disable the layout dialogues. Disable it as it
+      still has some bugs (closes: #554274) 
 
- -- Rene Engelhard <rene@debian.org>  Mon, 02 Nov 2009 12:36:56 +0100
+ -- Rene Engelhard <rene@debian.org>  Wed, 04 Nov 2009 11:15:21 +0100
 
 openoffice.org (1:3.2.0~beta-1) experimental; urgency=low
 

=== modified file 'rules'
--- a/rules	2009-10-31 17:05:15 +0000
+++ b/rules	2009-11-05 14:19:36 +0000
@@ -229,6 +229,7 @@
 # broken!
 ENABLE_GIO=n
 ENABLE_RANDR=y
+ENABLE_LAYOUT=n
 ifeq "$(BUILD_GTK)" "y"
   PACKAGE_NPSOPLUGIN=y
 endif
@@ -997,6 +998,10 @@
 	CONFIGURE_FLAGS += --disable-randr
 endif
 
+ifneq "$(ENABLE_LAYOUT)" "y"
+	CONFIGURE_FLAGS += --disable-layout
+endif
+
 ifeq "$(BUILD_BINFILTERS)" "y"
 	CONFIGURE_FLAGS+= --enable-binfilter
 	OOO_BINFILTER_DEP = openoffice.org$(VER)-filter-binfilter


Reply to: