Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
1c15d509
Kaydet (Commit)
1c15d509
authored
Tem 03, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tubes: add Collaborate menu item only in telepathy enabled build
Change-Id: Ibfd90941a64540d0e59f1e884a0992758cbc3bb8
üst
347caf6e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
2 deletions
+27
-2
CustomTarget_uiconfig.mk
sc/CustomTarget_uiconfig.mk
+22
-0
Module_sc.mk
sc/Module_sc.mk
+1
-0
Package_uiconfig.mk
sc/Package_uiconfig.mk
+2
-0
menubar.xml
sc/uiconfig/scalc/menubar/menubar.xml
+1
-2
CustomTarget.mk
solenv/gbuild/CustomTarget.mk
+1
-0
No files found.
sc/CustomTarget_uiconfig.mk
0 → 100644
Dosyayı görüntüle @
1c15d509
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_CustomTarget_CustomTarget,sc/uiconfig))
ifeq ($(ENABLE_TELEPATHY),TRUE)
$(call gb_CustomTarget_get_target,sc/uiconfig) : \
$(OUTDIR)/xml/uiconfig/modules/scalc/menubar/menubar.xml
$(OUTDIR)/xml/uiconfig/modules/scalc/menubar/menubar.xml : $(SRCDIR)/sc/uiconfig/scalc/menubar/menubar.xml \
| $(OUTDIR)/xml/uiconfig/modules/scalc/menubar/.dir
sed 's/.*.uno:Collaborate.*/ <menu:menuseparator\/>\n <menu:menuitem menu:id=".uno:Collaborate"\/>/' $< > $@
endif
# vim: set noet sw=4 ts=4:
sc/Module_sc.mk
Dosyayı görüntüle @
1c15d509
...
...
@@ -25,6 +25,7 @@ $(eval $(call gb_Module_Module,sc))
$(eval $(call gb_Module_add_targets,sc,\
AllLangResTarget_sc \
CustomTarget_uiconfig \
Library_sc \
Library_scd \
Library_scfilt \
...
...
sc/Package_uiconfig.mk
Dosyayı görüntüle @
1c15d509
...
...
@@ -21,7 +21,9 @@
# instead of those above.
$(eval $(call gb_Package_Package,sc_uiconfig,$(SRCDIR)/sc/uiconfig))
ifneq ($(ENABLE_TELEPATHY),TRUE)
$(eval $(call gb_Package_add_file,sc_uiconfig,xml/uiconfig/modules/scalc/menubar/menubar.xml,scalc/menubar/menubar.xml))
endif
$(eval $(call gb_Package_add_file,sc_uiconfig,xml/uiconfig/modules/scalc/statusbar/statusbar.xml,scalc/statusbar/statusbar.xml))
$(eval $(call gb_Package_add_file,sc_uiconfig,xml/uiconfig/modules/scalc/toolbar/alignmentbar.xml,scalc/toolbar/alignmentbar.xml))
$(eval $(call gb_Package_add_file,sc_uiconfig,xml/uiconfig/modules/scalc/toolbar/arrowshapes.xml,scalc/toolbar/arrowshapes.xml))
...
...
sc/uiconfig/scalc/menubar/menubar.xml
Dosyayı görüntüle @
1c15d509
...
...
@@ -15,8 +15,7 @@
<menu:menuseparator/>
<menu:menuitem
menu:id=
".uno:Reload"
/>
<menu:menuitem
menu:id=
".uno:VersionDialog"
/>
<menu:menuseparator/>
<menu:menuitem
menu:id=
".uno:Collaborate"
/>
<!-- .uno:Collaborate menuitem, see CustomTarget_uiconfig.mk -->
<menu:menuseparator/>
<menu:menuitem
menu:id=
".uno:ExportTo"
/>
<menu:menuitem
menu:id=
".uno:ExportToPDF"
/>
...
...
solenv/gbuild/CustomTarget.mk
Dosyayı görüntüle @
1c15d509
...
...
@@ -43,6 +43,7 @@ $(call gb_CustomTarget_get_clean_target,%) :
define gb_CustomTarget_CustomTarget
$(eval $(call gb_Module_register_target,$(call gb_CustomTarget_get_target,$(1)),$(call gb_CustomTarget_get_clean_target,$(1))))
$(call gb_CustomTarget_get_target,$(1)) :| $(dir $(call gb_CustomTarget_get_target,$(1))).dir
endef
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment