diff --git a/craft/configs/prebuilt/CraftBinaryCache.ini b/craft/configs/prebuilt/CraftBinaryCache.ini index bd7efa7..520a1a7 100644 --- a/craft/configs/prebuilt/CraftBinaryCache.ini +++ b/craft/configs/prebuilt/CraftBinaryCache.ini @@ -1,70 +1,73 @@ [General] Branch = master ShallowClone = True [Variables] Msys = C:/Craft/Msys DownloadDir = C:/Craft/Downloads #Values need to be overwritten to create a cache CreateCache = False UseCache = True # Settings applicable for all Crafts matrices # Settings are Category/key=value # Category is case sensitive [GeneralSettings] Paths/Python = C:/Program Files/Python36-32/ Paths/Python27 = C:/Program Files (x86)/Python27-13 Paths/DownloadDir = ${Variables:DownloadDir} Paths/Msys = ${Variables:Msys} ShortPath/Enabled = False ShortPath/EnableJunctions = True ShortPath/JunctionDir = C:/_ Packager/CacheDir = ${Variables:Root}/cache Packager/UseCache = ${Variables:UseCache} Packager/CreateCache = ${Variables:CreateCache} Blueprints/BlueprintRoot = ${Variables:Root}/blueprints ContinuousIntegration/Enabled = True ContinuousIntegration/ClearBuildFolder = True ContinuousIntegration/UpdateRepository = True CodeSigning/Enabled = True CodeSigning/CommonName = K Desktop Environment e.V. CodeSigning/Organization = K Desktop Environment e.V. CodeSigning/Locality = Berlin CodeSigning/Country = DE Packager/AppxPublisherId = CN=98B52D9A-DF7C-493E-BADC-37004A92EFC8 +Packager/RepositoryUrl = https://files.kde.org/craft/master/;https://files.kde.org/craft/prebuilt/ +[BlueprintSettings] +libs/gpgme.enableCPP = False [windows-msvc2019_64-cl] General/ABI = windows-msvc2019_64-cl Compile/BuildType = RelWithDebInfo [windows-msvc2019_32-cl] General/ABI = windows-msvc2019_62-cl Compile/BuildType = RelWithDebInfo [windows-mingw_32-gcc] General/ABI = windows-mingw_32-gcc Compile/MakeProgram = mingw32-make Compile/BuildType = RelWithDebInfo [windows-mingw_64-gcc] General/ABI = windows-mingw_64-gcc Compile/MakeProgram = mingw32-make Compile/BuildType = RelWithDebInfo [linux-64-gcc] Paths/Python = General/ABI = linux-64-gcc Compile/MakeProgram = make Compile/BuildType = RelWithDebInfo Paths/DownloadDir = ${Variables:Root}/downloads [macos-64-clang] Paths/Python = General/ABI = macos-64-clang Compile/MakeProgram = make Compile/BuildType = RelWithDebInfo Packager/PackageType = MacDMGPackager Paths/DownloadDir = ${Variables:Root}/downloads