[Libreoffice-commits] .: mysqlc/source reportbuilder/util sdext/source
Sebastian Spaeth
spaetz at kemper.freedesktop.org
Thu Nov 18 02:05:11 PST 2010
mysqlc/source/makefile.mk | 4 +---
reportbuilder/util/makefile.mk | 3 +--
sdext/source/minimizer/makefile.mk | 3 +--
sdext/source/pdfimport/makefile.mk | 3 +--
sdext/source/presenter/makefile.mk | 3 +--
5 files changed, 5 insertions(+), 11 deletions(-)
New commits:
commit 074a6089b28f290e497dba97bd656f84cc49cae9
Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date: Thu Nov 18 11:04:30 2010 +0100
Don't require extension_32_h.png in extensions
diff --git a/mysqlc/source/makefile.mk b/mysqlc/source/makefile.mk
index 49c6734..4685049 100755
--- a/mysqlc/source/makefile.mk
+++ b/mysqlc/source/makefile.mk
@@ -225,9 +225,7 @@ COMPONENT_LIBRARIES=\
$(COMPONENT_LIBRARY)
COMPONENT_IMAGES= \
- $(EXTENSIONDIR)$/images$/extension_32.png \
- $(EXTENSIONDIR)$/images$/extension_32_h.png
-
+ $(EXTENSIONDIR)$/images$/extension_32.png
# ........ component description ........
# one file for each WITH_LANG token
diff --git a/reportbuilder/util/makefile.mk b/reportbuilder/util/makefile.mk
index c52e858..c299ce5 100755
--- a/reportbuilder/util/makefile.mk
+++ b/reportbuilder/util/makefile.mk
@@ -76,8 +76,7 @@ COMPONENT_OTR_FILES= \
$(EXTENSIONDIR)$/template$/en-US$/wizard$/report$/default.otr
COMPONENT_IMAGES= \
- $(EXTENSIONDIR)$/images$/extension_32.png \
- $(EXTENSIONDIR)$/images$/extension_32_h.png
+ $(EXTENSIONDIR)$/images$/extension_32.png
COMPONENT_HTMLFILES = $(EXTENSIONDIR)$/THIRDPARTYREADMELICENSE.html \
$(EXTENSIONDIR)$/readme_en-US.html \
diff --git a/sdext/source/minimizer/makefile.mk b/sdext/source/minimizer/makefile.mk
index 969a0cb..2993e50 100755
--- a/sdext/source/minimizer/makefile.mk
+++ b/sdext/source/minimizer/makefile.mk
@@ -104,8 +104,7 @@ COMPONENT_BITMAPS= \
$(EXTENSIONDIR)$/bitmaps$/minimizepresi_80_h.png
COMPONENT_IMAGES=\
- $(EXTENSIONDIR)$/bitmaps$/extension_32.png \
- $(EXTENSIONDIR)$/bitmaps$/extension_32_h.png
+ $(EXTENSIONDIR)$/bitmaps$/extension_32.png
# rather freestyle or common to all?
COMPONENT_HELP= \
diff --git a/sdext/source/pdfimport/makefile.mk b/sdext/source/pdfimport/makefile.mk
index 8a7f7de..2a9697f 100755
--- a/sdext/source/pdfimport/makefile.mk
+++ b/sdext/source/pdfimport/makefile.mk
@@ -125,8 +125,7 @@ COMPONENT_LIBRARIES= \
$(EXTENSIONDIR)$/$(SHL1TARGET)$(DLLPOST)
COMPONENT_IMAGES=\
- $(EXTENSIONDIR)$/images$/extension_32.png \
- $(EXTENSIONDIR)$/images$/extension_32_h.png
+ $(EXTENSIONDIR)$/images$/extension_32.png
EXTENSION_PACKDEPS=$(CONVERTER_FILE) $(COMPONENT_DIALOGS) $(COMPONENT_HELP) $(COMPONENT_IMAGES) makefile.mk
diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk
index ef8e255..501c99e 100755
--- a/sdext/source/presenter/makefile.mk
+++ b/sdext/source/presenter/makefile.mk
@@ -239,8 +239,7 @@ COMPONENT_BITMAPS= \
$(ZIP1DIR)$/bitmaps$/LabelMouseOverRight.png
COMPONENT_IMAGES=\
- $(ZIP1DIR)$/bitmaps$/extension_32.png \
- $(ZIP1DIR)$/bitmaps$/extension_32_h.png
+ $(ZIP1DIR)$/bitmaps$/extension_32.png
COMPONENT_MANIFEST= \
$(ZIP1DIR)$/META-INF$/manifest.xml
More information about the Libreoffice-commits
mailing list