diff --git a/org.kde.kdenlive.json b/org.kde.kdenlive.json index f012451..7bc5093 100644 --- a/org.kde.kdenlive.json +++ b/org.kde.kdenlive.json @@ -1,76 +1,41 @@ { "id": "org.kde.kdenlive", "branch": "master", "runtime": "org.kde.Platform", "runtime-version": "5.9", "sdk": "org.kde.Sdk", "command": "kdenlive", "tags": ["nightly"], "desktop-file-name-prefix": "(Nightly) ", "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland", "--env=QT_QPA_PLATFORM=flatpak" ], "modules": [ { "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib"], "name": "kfilemetadata", "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/kfilemetadata.git", "branch": "v5.36.0" } ] }, - { - "name": "glib", - "config-opts": [ "--with-pcre=system" ], - "cleanup-platform": [ "/share/glib-2.0/codegen", - "/bin/gdbus-codegen", - "/bin/glib-*", - "/bin/gobject-query", - "/bin/gresource", - "/bin/gtester*" - ], - "sources": [ - { - "type": "git", - "url": "git://git.gnome.org/glib" - } - ] - }, - { - "name": "pango", - "sources": [ - { - "type": "git", - "url": "git://git.gnome.org/pango" - } - ] - }, - { - "name": "atk", - "sources": [ - { - "type": "git", - "url": "git://git.gnome.org/atk" - } - ] - }, { "name": "gtk2", "config-opts": ["--disable-man", "--with-xinput=xfree"], "sources": [ { "type": "git", "url": "git://git.gnome.org/gtk+", "branch": "gtk-2-24" } ] }, { "name": "mlt", "sources": [ { "type": "git", "url": "https://github.com/mltframework/mlt.git", "branch": "v6.4.1" } ] }, { "name": "kdenlive", "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/kdenlive.git" } ] } ] }