diff --git a/org.kde.itinerary.json b/org.kde.itinerary.json index a425bc9..b787e07 100644 --- a/org.kde.itinerary.json +++ b/org.kde.itinerary.json @@ -1,135 +1,77 @@ { "id": "org.kde.itinerary", "branch": "master", "runtime": "org.kde.Platform", - "runtime-version": "5.12", + "runtime-version": "5.13", "sdk": "org.kde.Sdk", "command": "itinerary", "tags": ["nightly"], "desktop-file-name-suffix": " (Nightly)", "finish-args": [ "--share=ipc", "--socket=x11", "--socket=wayland", "--device=dri", "--share=network" ], "modules": [ "poppler.json", - { - "name": "prison", - "config-opts": [ "-DENABLE_TESTING=OFF" ], - "buildsystem": "cmake-ninja", - "builddir": true, - "sources": [ { "type": "git", "url": "git://anongit.kde.org/prison.git", "branch": "v5.59.0" } ], - "modules": [ - { - "name": "qrencode", - "buildsystem": "cmake-ninja", - "config-opts": [ "-DBUILD_SHARED_LIBS=ON", "-DWITH_TOOLS=OFF" ], - "builddir": true, - "sources": [ { "type": "git", "url": "https://github.com/fukuchi/libqrencode.git" } ], - "cleanup": [ "/include", "/lib/pkgconfig", "/share/man" ] - } - ], - "cleanup": [ "/include", "/lib/cmake", "/mkspecs", "/etc/xdg/*categories" ] - }, { "name": "kitinerary", "config-opts": [ "-DENABLE_TESTING=OFF" ], "buildsystem": "cmake-ninja", "builddir": true, "sources": [ { "type": "git", "url": "git://anongit.kde.org/kitinerary.git" } ], "modules": [ - { - "name": "kcontacts", - "config-opts": [ "-DBUILD_TESTING=OFF", "-DCMAKE_BUILD_TYPE=RelWithDebInfo" ], - "buildsystem": "cmake-ninja", - "builddir": true, - "sources": [ { "type": "git", "url": "https://anongit.kde.org/kcontacts.git" } ], - "cleanup": [ "/include", "/lib/cmake", "/mkspecs", "/etc/xdg/*categories" ] - }, { "name": "kpkpass", "config-opts": [ "-DBUILD_TESTING=OFF", "-DCMAKE_BUILD_TYPE=RelWithDebInfo" ], "buildsystem": "cmake-ninja", "builddir": true, "sources": [ { "type": "git", "url": "https://anongit.kde.org/kpkpass.git" } ], "cleanup": [ "/include", "/lib/cmake", "/mkspecs", "/etc/xdg/*categories" ] }, - { - "name": "kcalendarcore", - "config-opts": [ "-DBUILD_TESTING=OFF", "-DCMAKE_BUILD_TYPE=RelWithDebInfo" ], - "builddir": true, - "buildsystem": "cmake-ninja", - "sources": [ { "type": "git", "url": "https://anongit.kde.org/kcalendarcore.git" } ], - "modules": [ - { - "name": "libical", - "buildsystem": "cmake-ninja", - "builddir": true, - "config-opts": [ "-DCMAKE_BUILD_TYPE=RelWithDebInfo", "-DICAL_BUILD_DOCS=OFF", "-DICAL_GLIB=OFF", "-DWITH_CXX_BINDINGS=OFF", "-DSHARED_ONLY=ON" ], - "sources": [ - { - "type": "archive", - "url": "https://github.com/libical/libical/releases/download/v3.0.4/libical-3.0.4.tar.gz", - "sha256": "72b216e10233c3f60cb06062facf41f3b0f70615e5a60b47f9853341a0d5d145" - } - ], - "cleanup": [ "/include", "/lib/cmake", "/lib/pkgconfig" ] - } - ], - "cleanup": [ "/include", "/lib/cmake", "/mkspecs", "/etc/xdg/*categories" ] - }, { "name": "kmime", "config-opts": [ "-DBUILD_TESTING=OFF", "-DCMAKE_BUILD_TYPE=RelWithDebInfo" ], "buildsystem": "cmake-ninja", "builddir": true, "sources": [ { "type": "git", "url": "https://anongit.kde.org/kmime.git" } ], "cleanup": [ "/include", "/lib/cmake", "/mkspecs", "/etc/xdg/*categories" ] }, { "name": "zxing", "config-opts": [ "-DBUILD_SHARED_LIBS=ON" ], "buildsystem": "cmake-ninja", "builddir": true, "sources": [ { "type": "git", "url": "https://github.com/nu-book/zxing-cpp" } ], "cleanup": [ "/include", "/lib/cmake", "/mkspecs", "/etc/xdg/*categories" ] } ], "cleanup": [ "/include", "/lib/cmake", "/mkspecs", "/etc/xdg/*categories", "/lib/libexec" ] }, - { - "name": "kholidays", - "config-opts": [ "-DENABLE_TESTING=OFF" ], - "buildsystem": "cmake-ninja", - "builddir": true, - "sources": [ { "type": "git", "url": "git://anongit.kde.org/kholidays.git", "branch": "v5.59.0" } ], - "cleanup": [ "/include", "/lib/cmake", "/mkspecs", "/etc/xdg/*categories" ] - }, { "name": "kpublictransport", "config-opts": [ "-DENABLE_TESTING=OFF" ], "buildsystem": "cmake-ninja", "builddir": true, "sources": [ { "type": "git", "url": "git://anongit.kde.org/kpublictransport.git" } ], "cleanup": [ "/include", "/lib/cmake", "/mkspecs", "/etc/xdg/*categories" ] }, { "name": "icon", "buildsystem": "simple", "build-commands": [ "mkdir -p /app/share/icons/hicolor/32x32/apps/", "install -D /usr/share/icons/breeze/actions/22/map-globe.svg /app/share/icons/hicolor/32x32/apps/" ] }, { "name": "itinerary", "buildsystem": "cmake-ninja", "builddir": true, "sources": [ { "type": "git", "url": "https://anongit.kde.org/itinerary.git" } ], "cleanup": [ "/etc/xdg/*categories" ] } ] }