diff --git a/org.kde.kdevelop.json b/org.kde.kdevelop.json index 6adb60f..115da41 100644 --- a/org.kde.kdevelop.json +++ b/org.kde.kdevelop.json @@ -1,46 +1,32 @@ { "id": "org.kde.kdevelop", "branch": "master", "runtime": "org.kde.Platform", "runtime-version": "5.12", "sdk": "org.kde.Sdk", "command": "kdevelop", "tags": ["nightly"], "desktop-file-name-suffix": " (Nightly)", - "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland", "--filesystem=host" ], + "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland", "--filesystem=host", "--allow=devel" ], "modules": [ "boost.json", { "name": "grantlee", "config-opts": [ "-DENABLE_TESTING=OFF" ], "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "https://github.com/steveire/grantlee.git" } ] }, { "name": "libkomparediff2", "config-opts": [ "-DENABLE_TESTING=OFF" ], "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/libkomparediff2.git" } ] }, - { - "name": "llvmclang", - "buildsystem": "cmake-ninja", - "builddir": true, - "config-opts": ["-DLLVM_BUILD_LLVM_DYLIB=ON", "-DLLVM_LINK_LLVM_DYLIB=ON"], - "cleanup": [ "/lib/*.a" ], - "sources": [ - { "type": "git", "url": "http://llvm.org/git/llvm.git", "branch": "release_70" }, - { - "type": "git", "url": "http://llvm.org/git/clang.git", "branch": "release_70", - "dest": "llvm/tools" - } - ] - }, { "name": "kdevelop", "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/kdevelop.git", "branch": "master" } ] } ] }