Warning, /sdk/kdesrc-build/kf5-workspace-build-include is written in an unsupported language. File is not indexed.
0001 # Module definitions for building KDE Workspace 5 0002 0003 # Usage: Write your own kdesrc-buildrc with only a "global" section 0004 # (including "branch-group kf5-qt5") 0005 # then include this file, like this: 0006 # 0007 # include extragear/utils/kdesrc-build/kf5-frameworks-build-include 0008 # include extragear/utils/kdesrc-build/kf5-applications-build-include 0009 # (or using full paths) 0010 # 0011 # You can then add additional modules if desired. 0012 # 0013 # This file uses "branch groups" to decide which git branch to use. If you 0014 # want to add your application here please be sure to update 0015 # kde-build-metadata repo's "logical-module-structure". It includes a simple 0016 # tool you can use to validate your change works (or just "kdesrc-build -p 0017 # your-module" and look for the right branch). 0018 0019 module-set kf5-workspace-modules 0020 repository kde-projects # Required for branch-group 0021 0022 # Compile everything under kde/workspace 0023 use-modules workspace 0024 0025 # kdesrc-build can build dependencies (that it knows about) even if you forget 0026 # to list them all, if you uncomment this line. 0027 # include-dependencies true 0028 0029 # Remove if you're somehow using Windows 0030 ignore-modules kwindowsaddons 0031 # This module doesn't have a buildsystem 0032 ignore-modules breeze-grub 0033 end module-set 0034 0035 # Update this module but don't install it, it requires write access to /usr 0036 # Left here instead of kf5-common-options-build-include as it is already tied 0037 # to the rest of these workspace modules. 0038 options breeze-plymouth 0039 manual-build true 0040 end options 0041 0042 # For some reason kwalletmanager is in kde/kdeutils, but is considered par of workspace 0043 module-set kf5-workspace-utils 0044 repository kde-projects 0045 use-modules kwalletmanager 0046 end module-set 0047 0048 module-set kf5-baloo-widgets 0049 repository kde-projects 0050 # Temporarily here. Not workspace-specific. 0051 use-modules baloo-widgets 0052 end module-set 0053