summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-21 01:34:26 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-22 11:08:32 +0200
commit764e688fcf497d4b44bcc4d4b009a0cc886b6c14 (patch)
tree20d1432f5624a3156dc716101b994db64ae1d200 /Repository.mk
parent814ec7640fc2a529343e358ab4fd3b9a59d645ca (diff)
desktop: soffice.bin and unopkg.bin cleanup
Clean up the horrible mess around unopkg.bin unopkg.com unopkg.exe and soffice.bin soffice.exe and crashrep.com executables and associated renaming via Packages in the desktop makefiles by simply using RepositoryFixes to correct the names. Change-Id: I4d3a549462cfa90a63d62b35db1b0407b25239f7
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/Repository.mk b/Repository.mk
index 497d8c8383ad..57c855460f15 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -85,7 +85,7 @@ $(eval $(call gb_Helper_register_executables,OOO, \
$(if $(ENABLE_NPAPI_INTO_BROWSER),nsplugin) \
$(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \
$(if $(ENABLE_NPAPI_FROM_BROWSER),pluginapp.bin) \
- $(if $(filter-out WNT,$(OS)),soffice.bin) \
+ soffice_bin \
spadmin.bin \
$(if $(filter $(GUIBASE)$(ENABLE_TDE),unxTRUE), \
tdefilepicker \
@@ -95,7 +95,7 @@ $(eval $(call gb_Helper_register_executables,OOO, \
kdefilepicker \
) \
ui-previewer \
- $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg.bin) \
+ $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
xpdfimport \
$(if $(filter WNT,$(OS)), \
crashrep_com \
@@ -108,13 +108,11 @@ $(eval $(call gb_Helper_register_executables,OOO, \
senddoc \
simpress \
soffice \
- soffice_bin \
smath \
sweb \
swriter \
unoinfo \
unopkg \
- unopkg_bin \
unopkg_com \
) \
))