Kaydet (Commit) 85b46f51 authored tarafından Pranav Kant's avatar Pranav Kant Kaydeden (comit) Miklos Vajna

lokdocview: Add scp files for selection handle PNGs

Change-Id: I4d3eab1f16751a1b3f24a995e3d28322fd2f510b
Reviewed-on: https://gerrit.libreoffice.org/21606Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst 11a34494
......@@ -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,\
......
/* -*- 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: */
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment