diff --git a/org.kde.atelier.json b/org.kde.atelier.json index 6686807..78fa610 100644 --- a/org.kde.atelier.json +++ b/org.kde.atelier.json @@ -1,71 +1,55 @@ { "id": "org.kde.atelier", "branch": "master", "runtime": "org.kde.Platform", "runtime-version": "5.12", "sdk": "org.kde.Sdk", "command": "atelier", "tags": ["nightly"], "desktop-file-name-suffix": " (Nightly)", "finish-args": ["--share=ipc", "--socket=x11", "--share=network", "--socket=wayland", "--filesystem=host", "--device=all" ], "modules": [ - { - "name": "cmake", - "buildsystem":"cmake-ninja", - "cleanup": [ - "/bin", - "/doc", - "/share" - ], - "sources":[ - {"type":"archive","url":"https://cmake.org/files/v3.11/cmake-3.11.4.tar.gz","sha256":"8f864e9f78917de3e1483e256270daabc4a321741592c5b36af028e72bff87f5"} - ] - }, { "name": "qwt", - "buildsystem": "simple", - "build-commands": [ - "qmake qwt.pro", - "make install" - ], + "buildsystem": "qmake", "cleanup": [ "/doc", "/include", "/features", "/share", "/plugins" ], "sources": [ { "type": "archive", - "url": "https://cytranet.dl.sourceforge.net/project/qwt/qwt/6.1.3/qwt-6.1.3.tar.bz2", - "sha256":"f3ecd34e72a9a2b08422fb6c8e909ca76f4ce5fa77acad7a2883b701f4309733" + "url": "https://downloads.sourceforge.net/project/qwt/qwt/6.1.4/qwt-6.1.4.tar.bz2", + "sha256":"1529215329e51fc562e0009505a838f427919a18b362afff441f035b2d9b5bd9" }, { "type": "patch", "path": "qwtPatch.patch" } ] }, { "name": "atcore", "config-opts": ["-DBUILD_GUI=ON"], "buildsystem": "cmake-ninja", "cleanup": [ "/mkspecs", "/include", "/*/cmake" ], "sources": [ { "type": "git", "url": "git://anongit.kde.org/atcore.git" } ] }, { "name": "atelier", "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/atelier.git" } ] } ] }