[Libreoffice-commits] core.git: extras/Gallery_bpmn.mk extras/Module_extras.mk extras/source scp2/source

andreas kainz (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 12 06:56:06 UTC 2020


 extras/Gallery_bpmn.mk                        |   18 ++++++++++++++++++
 extras/Module_extras.mk                       |    1 +
 extras/source/gallery/bpmn/bpmn.sdg           |binary
 extras/source/gallery/bpmn/bpmn.sdv           |binary
 extras/source/gallery/bpmn/bpmn.str           |    2 ++
 extras/source/gallery/bpmn/bpmn.thm           |binary
 extras/source/gallery/share/gallery_names.ulf |    3 +++
 scp2/source/ooo/file_extra_ooo.scp            |    1 +
 8 files changed, 25 insertions(+)

New commits:
commit 2e74fdc559eb1b7bab1a6661203400017f93b234
Author:     andreas kainz <kainz.a at gmail.com>
AuthorDate: Thu Aug 15 01:21:24 2019 +0200
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Thu Mar 12 07:55:30 2020 +0100

    Resolves tdf#99675: Add BPMN images to the gallery
    
    Sources provided at the bugzilla ticket
    
    Change-Id: Ibef652980f307272278722d85322db81d3682c0a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/77480
    Tested-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

diff --git a/extras/Gallery_bpmn.mk b/extras/Gallery_bpmn.mk
new file mode 100644
index 000000000000..3da98d178e58
--- /dev/null
+++ b/extras/Gallery_bpmn.mk
@@ -0,0 +1,18 @@
+# -*- 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_Gallery_Gallery,bpmn,extras/source/gallery/bpmn))
+
+$(eval $(call gb_Gallery_add_files,bpmn,$(LIBO_SHARE_FOLDER)/gallery/bpmn,\
+	extras/source/gallery/bpmn/bpmn.sdg \
+	extras/source/gallery/bpmn/bpmn.sdv \
+	extras/source/gallery/bpmn/bpmn.thm \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/Module_extras.mk b/extras/Module_extras.mk
index 534fb2814de2..656d93bb93fd 100644
--- a/extras/Module_extras.mk
+++ b/extras/Module_extras.mk
@@ -59,6 +59,7 @@ $(eval $(call gb_Module_add_l10n_targets,extras,\
 ifneq ($(WITH_GALLERY_BUILD),)
 $(eval $(call gb_Module_add_targets,extras,\
 	Gallery_arrows \
+	Gallery_bpmn \
 	Gallery_backgrounds \
 	Gallery_computers \
 	Gallery_diagrams \
diff --git a/extras/source/gallery/bpmn/bpmn.sdg b/extras/source/gallery/bpmn/bpmn.sdg
new file mode 100644
index 000000000000..b937c02f3d9d
Binary files /dev/null and b/extras/source/gallery/bpmn/bpmn.sdg differ
diff --git a/extras/source/gallery/bpmn/bpmn.sdv b/extras/source/gallery/bpmn/bpmn.sdv
new file mode 100644
index 000000000000..483ef14af3db
Binary files /dev/null and b/extras/source/gallery/bpmn/bpmn.sdv differ
diff --git a/extras/source/gallery/bpmn/bpmn.str b/extras/source/gallery/bpmn/bpmn.str
new file mode 100644
index 000000000000..bae770e142d2
--- /dev/null
+++ b/extras/source/gallery/bpmn/bpmn.str
@@ -0,0 +1,2 @@
+# Translated by desktop-translate and ulfex
+name = "see extras/source/gallery/share/gallery_names.ulf"
diff --git a/extras/source/gallery/bpmn/bpmn.thm b/extras/source/gallery/bpmn/bpmn.thm
new file mode 100644
index 000000000000..b25ac6ea9472
Binary files /dev/null and b/extras/source/gallery/bpmn/bpmn.thm differ
diff --git a/extras/source/gallery/share/gallery_names.ulf b/extras/source/gallery/share/gallery_names.ulf
index 0d1da8dbec8a..d9ca45ba6d97 100644
--- a/extras/source/gallery/share/gallery_names.ulf
+++ b/extras/source/gallery/share/gallery_names.ulf
@@ -10,6 +10,9 @@
 [arrows]
 en-US = "Arrows"
 
+[bpmn]
+en-US = "BPMN"
+
 [backgrounds]
 en-US = "Backgrounds"
 
diff --git a/scp2/source/ooo/file_extra_ooo.scp b/scp2/source/ooo/file_extra_ooo.scp
index b752d79d283f..978852eacf50 100644
--- a/scp2/source/ooo/file_extra_ooo.scp
+++ b/scp2/source/ooo/file_extra_ooo.scp
@@ -39,6 +39,7 @@ End
 #if defined (WITH_GALLERY_BUILD)
 
 GALLERY_FILELIST(arrows)
+GALLERY_FILELIST(bpmn)
 GALLERY_FILELIST(computers)
 GALLERY_FILELIST(diagrams)
 GALLERY_FILELIST(education)


More information about the Libreoffice-commits mailing list