[Libreoffice-commits] .: sdext/source

Andras Timar timar at kemper.freedesktop.org
Thu Oct 20 06:07:37 PDT 2011


 sdext/source/presenter/description.txt    |    2 --
 sdext/source/presenter/description.xml    |    2 +-
 sdext/source/presenter/help/component.txt |    2 ++
 sdext/source/presenter/makefile.mk        |   18 +++++++-----------
 4 files changed, 10 insertions(+), 14 deletions(-)

New commits:
commit bce48fb94b1ff2f87fac7185ff5a9904bcf83484
Author: Andras Timar <atimar at suse.com>
Date:   Thu Oct 20 15:07:50 2011 +0200

    Revert "localize description.xml of presenter-screen extension"
    
    This reverts commit 89f7e17692d019a68d251d39bcc592a4ee8ba0dc.

diff --git a/sdext/source/presenter/description.txt b/sdext/source/presenter/description.txt
deleted file mode 100644
index 26a10c6..0000000
--- a/sdext/source/presenter/description.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-The Presenter Console Extension provides more control over your slide show presentation, such as the ability to see the upcoming slide, the slide notes, and a presentation timer whereas the audience see only the current slide.
-To avoid confusions by displaying a large number of presentation elements, the Presenter Console displays the elements on three different easily changeable views.
diff --git a/sdext/source/presenter/description.xml b/sdext/source/presenter/description.xml
index 14a8a18..bf9ce72 100644
--- a/sdext/source/presenter/description.xml
+++ b/sdext/source/presenter/description.xml
@@ -28,7 +28,7 @@
   </icon>
 
   <extension-description>
-    <src xlink:href="description.txt" lang="en-US" />
+    <src xlink:href="help/component.txt" lang="en-US" />
   </extension-description>
 
 </description>
diff --git a/sdext/source/presenter/help/component.txt b/sdext/source/presenter/help/component.txt
new file mode 100755
index 0000000..26a10c6
--- /dev/null
+++ b/sdext/source/presenter/help/component.txt
@@ -0,0 +1,2 @@
+The Presenter Console Extension provides more control over your slide show presentation, such as the ability to see the upcoming slide, the slide notes, and a presentation timer whereas the audience see only the current slide.
+To avoid confusions by displaying a large number of presentation elements, the Presenter Console displays the elements on three different easily changeable views.
diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk
index df6c633..1afbb1e 100644
--- a/sdext/source/presenter/makefile.mk
+++ b/sdext/source/presenter/makefile.mk
@@ -247,12 +247,9 @@ COMPONENT_LIBRARY= 								\
 PLATFORMID:=$(RTL_OS:l)_$(RTL_ARCH:l)
 
 COMPONENT_HELP= 								\
+    $(ZIP1DIR)$/help/component.txt				\
     $(foreach,l,$(alllangiso) $(ZIP1DIR)$/help$/$l$/com.sun.PresenterScreen-$(PLATFORMID)$/presenter.xhp)
 
-COMPONENT_DESCRIPTION=                                                          \
-    $(foreach,l,$(alllangiso:s/en-US//) $(ZIP1DIR)$/$l-description.txt) \
-    $(ZIP1DIR)$/description.txt
-
 ZIP1DEPS=					\
     $(DESCRIPTION)			\
     $(COMPONENT_MANIFEST)	\
@@ -260,8 +257,7 @@ ZIP1DEPS=					\
     $(COMPONENT_BITMAPS)	\
     $(COMPONENT_IMAGES)    	\
     $(COMPONENT_LIBRARY)	\
-    $(COMPONENT_HELP)           \
-    $(COMPONENT_DESCRIPTION)
+    $(COMPONENT_HELP)
 
 LINKNAME:=help
 XHPLINKSRC:=$(ZIP1DIR)/help
@@ -288,6 +284,10 @@ $(COMPONENT_MANIFEST) : $$(@:f)
     @-$(MKDIRHIER) $(@:d)
     +$(TYPE) $< | $(SED) "s/SHARED_EXTENSION/$(DLLPOST)/" > $@
 
+$(ZIP1DIR)$/help$/component.txt : help$/$$(@:f)
+    @@-$(MKDIRHIER) $(@:d)
+    $(COPY) $< $@
+
 $(ZIP1DIR)$/help$/%$/com.sun.PresenterScreen-$(PLATFORMID)$/presenter.xhp : $(COMMONMISC)$/%$/com.sun.PresenterScreen$/presenter.xhp
     @echo creating $@
     @-$(MKDIRHIER) $(@:d)
@@ -368,11 +368,7 @@ PHONYDESC=.PHONY
 $(DESCRIPTION) $(PHONYDESC) : $$(@:f)
     @-$(MKDIRHIER) $(@:d)
     @echo LAST_WITH_LANG=$(WITH_LANG) > $(ZIP1DIR)_lang_track.mk
-    $(GNUCOPY) description.txt $(ZIP1DIR)/description.txt
-    $(XRMEX) -p $(PRJNAME) -i description.xml -o $@ -m $(LOCALIZESDF) -l all
-    $(TYPE) $@ | sed s/UPDATED_PLATFORM/$(PLATFORMID)/ > $@.new
-    mv $@.new $@
-
+    $(TYPE) description.xml | sed s/UPDATED_PLATFORM/$(PLATFORMID)/ > $@
 
 ALLTAR: $(MISC)/../bin/presenter-screen.oxt
 # hotfix to missing localizations


More information about the Libreoffice-commits mailing list