scp2/InstallModule_ooo.mk                        |    1 
 scp2/source/ooo/module_libreofficekit.scp        |   59 +++++++++++++++++++++++
 setup_native/source/packinfo/packinfo_office.txt |   14 +++++
 3 files changed, 74 insertions(+)

New commits:
commit 85b46f51928dc17cda1bc974bca9159de9221b4d
Author: Pranav Kant <pran...@libreoffice.org>
Date:   Tue Jan 19 19:05:40 2016 +0530

    lokdocview: Add scp files for selection handle PNGs
    
    Change-Id: I4d3eab1f16751a1b3f24a995e3d28322fd2f510b
    Reviewed-on: https://gerrit.libreoffice.org/21606
    Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk>
    Tested-by: Miklos Vajna <vmik...@collabora.co.uk>

diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index c9e4199..77b865c 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -102,6 +102,7 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/ooo,\
                scp2/source/ooo/mingw_dlls \
        ) \
     scp2/source/ooo/module_filter \
+    scp2/source/ooo/module_libreofficekit \
 ))
 
 $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/ooo,\
diff --git a/scp2/source/ooo/module_libreofficekit.scp 
b/scp2/source/ooo/module_libreofficekit.scp
new file mode 100644
index 0000000..e66331f
--- /dev/null
+++ b/scp2/source/ooo/module_libreofficekit.scp
@@ -0,0 +1,59 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * 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/.
+ */
+
+#include "macros.inc"
+
+Module gid_Module_Libreofficekit
+    Name = "Libreofficekit Data";
+    Description = "Libreofficekit Data";
+    PackageInfo = "packinfo_office.txt";
+    ParentID = gid_Module_Root_Brand;
+    Styles = (HIDDEN_ROOT);
+    Dirs = (gid_Dir_Share_Libreofficekit);
+    Files = (
+        gid_File_Dat_HandleImageStart,
+        gid_File_Dat_HandleImageMiddle,
+        gid_File_Dat_HandleImageEnd,
+        gid_File_Dat_HandleGraphic);
+End
+
+Directory gid_Dir_Share_Libreofficekit
+    ParentID = gid_Brand_Dir_Share;
+    DosName = "libreofficekit";
+End
+
+File gid_File_Dat_HandleImageStart
+    TXT_FILE_BODY;
+    Dir = gid_Dir_Share_Libreofficekit;
+    Name = "handle_image_start.png";
+    Styles = (PACKED);
+End
+
+File gid_File_Dat_HandleImageMiddle
+    TXT_FILE_BODY;
+    Dir = gid_Dir_Share_Libreofficekit;
+    Name = "handle_image_middle.png";
+    Styles = (PACKED);
+End
+
+File gid_File_Dat_HandleImageEnd
+    TXT_FILE_BODY;
+    Dir = gid_Dir_Share_Libreofficekit;
+    Name = "handle_image_end.png";
+    Styles = (PACKED);
+End
+
+File gid_File_Dat_HandleGraphic
+    TXT_FILE_BODY;
+    Dir = gid_Dir_Share_Libreofficekit;
+    Name = "handle_graphic.png";
+    Styles = (PACKED);
+End
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/setup_native/source/packinfo/packinfo_office.txt 
b/setup_native/source/packinfo/packinfo_office.txt
index 8bc7ed8..a097481 100644
--- a/setup_native/source/packinfo/packinfo_office.txt
+++ b/setup_native/source/packinfo/packinfo_office.txt
@@ -1177,3 +1177,17 @@ destpath = "/opt"
 packageversion = "%PACKAGEVERSION"
 End
 
+Start
+module = "gid_Module_Libreofficekit"
+solarispackagename = 
"%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-libreofficekit-data"
+solarisrequires = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core 
(Name="Core module for %PRODUCTNAME %PRODUCTVERSION")"
+packagename = "%BASISPACKAGEPREFIX%PRODUCTVERSION-libreofficekit-data"
+requires = "%BASISPACKAGEPREFIX%PRODUCTVERSION-core %PACKAGEVERSION 
%PACKAGEVERSION-%PACKAGEREVISION"
+linuxpatchrequires = ""
+copyright = "2016 The Document Foundation"
+solariscopyright = "solariscopyrightfile"
+vendor = "The Document Foundation"
+description = "Libreofficekit data files for %PRODUCTNAME %PRODUCTVERSION"
+destpath = "/opt"
+packageversion = "%PACKAGEVERSION"
+End
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to