Advertisement
Guest User

Untitled

a guest
Jun 14th, 2017
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ## This is the settings file for use with powershell.
  2. ## Copy it to your craft/../etc and call ". .\kdeenv.ps1" or "kdeenv.bat" in your craft checkout.
  3. ## You can use cmake like variables for values in the same section.
  4. ## See Paths/${DOWNLOADDIR}
  5.  
  6. [General]
  7.  
  8. ## Here you set the compiler to be used.
  9. ## mingw4   - use the mingw gcc compiler (recommended)
  10. ## msvc2010, msvc2012, msvc2013 or msvc2015 - use the Microsoft Visual C++ compiler
  11. KDECompiler = msvc2015
  12. ##  possible values x86 or x64
  13. Architecture = x64
  14. ## This option should be set to False if you use the msvc 201X Express Edition 64bit compiler
  15. ## in all other cases, simply keep this option commented out
  16. #Native=False
  17.  
  18. ## This option can be used to enable a notification backend.
  19. ## As soon as the buildprocess of a project has finished a notification will be displayed.
  20. ## Possible Backends:
  21. ## Snore https://commits.kde.org/snorenotify. Snore supports multiple backends.
  22. ### To configure it call craft --snore-settings
  23. ### You might need to install snorenotify
  24. EMERGE_USE_NOTIFY = Snore
  25.  
  26. ## Speed up the merging of packages by using hard links
  27. UseHardlinks = True
  28.  
  29.  
  30. [Paths]
  31. ## This is the location of your python installation.
  32. ## This value must be set.
  33. Python = C:\PROGRA~1\Python36
  34.  
  35. ## Some applications may need python 2.7
  36. #Python27 = C:\python27
  37.  
  38. ## Here you change the download directory.
  39. ## If you want, so you can share the same download directory between
  40. ## mingw and msvc.
  41. ## The default value is craft/../download
  42. #DownloadDir = C:\kde\download
  43.  
  44. ## This option defines the location for git checkouts.
  45. ## The default value is craft/../download/git
  46. #KDEGitDir = ${DOWNLOADDIR}\git
  47.  
  48. ## This option defines the location for svn checkouts.
  49. ## The default value is craft/../download/svn
  50. #KDESVNDir = ${DOWNLOADDIR}\svn
  51.  
  52. ## This option defines the location where the ccache files are stored.
  53. ## The default location is KDEROOT/build/ccache
  54. #CCACHE_DIR = C:\CCACHE\kf5
  55.  
  56. [Compile]
  57. ## Whether to build tests (default: True)
  58. #BuildTests = False
  59.  
  60. ## the buildtype of this installation
  61. ## Possible Values:
  62. ## Release
  63. ## RelWithDebInfo
  64. ## Debug
  65. ## MinSizeRel
  66. BuildType = Release
  67.  
  68. ## Whether to use ninja (default: False)
  69. UseNinja = True
  70.  
  71. ## Whether to use ccache (only avalible with mingw compiler)
  72. #UseCCache = True
  73.  
  74. ## This option can be used to override the default make program
  75. ## change the value to the path of the executable you want to use instead.
  76. MakeProgram = jom
  77.  
  78. [ShortPath]
  79. ## substitute pathes by drives
  80. ## This option is needed to avoid path limit problems in case of long base pathes
  81. ## and compiling big packages like qt
  82. ## If you disable it do _not_ use any paths longer than 6 letters in the
  83. ## directory settings
  84. EMERGE_USE_SHORT_PATH = True
  85.  
  86. ## each drive could be commented out to skip substution
  87. EMERGE_ROOT_DRIVE = r:
  88. EMERGE_GIT_DRIVE = q:
  89. #EMERGE_DOWNLOAD_DRIVE = t:
  90.  
  91.  
  92. [Portage]
  93. ## This adds the possibility to disable cretin packages
  94. ## For portage recipes configure options can be added by
  95. ## "if self.subinfo.options.isActive("binary/mysql-pkg"):"
  96. ## Ignores = dev-util/git;dev-util/msys;kdesupport/kdewin;win32libs/boost/boost-python
  97. Ignores = binary/mysql-pkg
  98.  
  99. [PortageVersions]
  100. ## Override the default target if this version is available.
  101. #DefaultTarget = 5.0
  102.  
  103. ## Overide the default version for a package.
  104. ## For a normal package add category/package, like win32libs/libpng and set the Version
  105. ## For meta packages like Qt5 you can directly set the version for the whole package
  106. #libs/craft = master
  107. #Qt5 = 5.2.1
  108. #KF5 = 5.2.0
  109. #KDE = 4.89.0
  110. #Boost = 1_55_0
  111. #win32libs/libpng = 1.2.43
  112. #binary/vlc = 3.0.0-git
  113.  
  114. [Packager]
  115. ## The archive type for packages.
  116. ## Possible values are: zip, 7z
  117. ## Todo: rename
  118. 7ZipArchiveType = 7z
  119.  
  120. ## If set this will override the default package type.
  121. ## Possible values are: SevenZipPackager,  MSIFragmentPackager,
  122. ##                      InnoSetupPackager, NullsoftInstallerPackager
  123. #PackageType = SevenZipPackager
  124.  
  125. ## Package the Source files too.
  126. PackageSrc=False
  127.  
  128. ## A url to a Craft cache repository
  129. RepositoryUrl = https://files.kde.org/craft/stable/2017.05
  130.  
  131. ## Enable to fatch packages from a Craft cache repository
  132. ## See --use-cache and --no-cache in the Craft help.
  133. UseCache = True
  134.  
  135. [CraftDebug]
  136. ## If you want to have verbose output, uncomment the following option
  137. ## and set it to positive integer for verbose output and to 0
  138. ## (or disable it) for normal output. Currently the highest verbosity level
  139. ## is 3 (equal to 'craft -v -v -v'). level -1 equals 'craft -q'
  140. ## Default is Verbose = 0
  141. #Verbose = 1
  142.  
  143. ## Prints time spend on various craft tasks
  144. MeasureTime = False
  145.  
  146. ## Dump internal state of craftSettings to kdesettings.ini.dump
  147. #DumpSettings = True
  148.  
  149. [Environment]
  150. ## All values defined here will be populated to the environment
  151. #GIT_COMMITTER_EMAIL = foo@bar.com
  152.  
  153. ## Set the ssh client for git and svn.
  154. #GIT_SSH = plink
  155. #SVN_SSH = plink
  156.  
  157.  
  158. [QtSDK]
  159. ## This is higly experimental and you will miss certain features like dbus or mysql support.
  160. ## Whether to use prebuild Qt binaries.
  161. Enabled = False
  162. ## The path to the Qt sdk.
  163. Path = D:\Qt
  164. ## The version of Qt.
  165. Version = 5.3
  166. ## The compiler version, if you are not sure what to use, have a look into the derectory set in QtSDK/Path.
  167. ## The compiler must be of the same type as General/KDECOMPILER.
  168. ## If you are using mingw please make sure you have installed the mingw using the Qt installer.
  169. Compiler = mingw482_32
  170.  
  171. [Version]
  172. EMERGE_SETTINGS_VERSION = 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement