/* * 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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include "macros.inc" Module gid_Module_Optional_Systemintegration #ifdef WNT ParentID = gid_Module_Root; #else ParentID = gid_Module_Optional; #endif Sortkey = "800"; MOD_NAME_DESC(MODULE_OPTIONAL_SYSTEMINTEGRATION); #ifdef WNT Styles = (HIDDEN_ROOT); #else Styles = (SYSTEMMODULE,NOTRELOCATABLE,INSTALLCANFAIL,USEFORCE); #endif #if (defined(LINUX)) || (defined(SOLARIS)) PackageName = "${SYSTEMINTUNIXPACKAGENAME}-desktop-integration.tar.gz"; #else PackageName = ""; #endif InstallOrder = "desktop-integration:1050, freedesktop-menus:1250"; End -5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/distro-configs
AgeCommit message (Expand)Author
2020-07-01android: Add a CP x86 configuration too.Jan Holesovsky
2020-07-01Adapt Flatpak build to new Box2D external requirementStephan Bergmann
2020-06-29Initial WIP steps for building for macOS on Apple SiliconTor Lillqvist
2020-06-26android: Add a CP x86-64 configuration.Jan Holesovsky
2020-06-18use jdk11 also for the perfsuite jenkins configChristian Lohmaier
2020-06-18go for the easy fix and use internal python for the callgrind jobChristian Lohmaier
2020-05-26jenkins linux configs: use jdk 11 for masterChristian Lohmaier
2020-04-30tango theme was removedCaolán McNamara
2020-04-29Remove tango icon theme, tdf#132022Rizal Muttaqin
2020-04-22use without-latest-c++ in coverity confCaolán McNamara
2020-04-09Try --disable-split-debug for distro-configs/Jenkins/linux_clang_dbgutil_64Stephan Bergmann
2020-03-09Add --disable-compiler-plugins-analyzer-pch for Jenkins/linux_clang_dbgutil_64Stephan Bergmann