diff --git a/org.kde.KStyle.Adwaita.json b/org.kde.KStyle.Adwaita.json index b5f2e1b..a5a208d 100644 --- a/org.kde.KStyle.Adwaita.json +++ b/org.kde.KStyle.Adwaita.json @@ -1,38 +1,38 @@ { "id": "org.kde.KStyle.Adwaita", - "branch": "5.9", + "branch": "5.10", "runtime": "org.kde.Platform", "build-extension": true, "sdk": "org.kde.Sdk", - "runtime-version": "5.9", + "runtime-version": "5.10", "appstream-compose": false, "separate-locales": false, "modules": [ { "name": "adwaita-qt", "cmake": true, "config-opts": ["-DQT_PLUGINS_DIR=/usr/share/runtime/lib/plugins/Adwaita"], "sources": [ { "type": "git", "url": "https://github.com/MartinBriza/adwaita-qt.git" } ] }, { "name": "appdata", "buildsystem": "simple", "build-commands": [ "mkdir -p ${FLATPAK_DEST}/share/appdata", "cp org.kde.KStyle.Adwaita.appdata.xml ${FLATPAK_DEST}/share/appdata", "appstream-compose --basename=org.kde.KStyle.Adwaita --prefix=${FLATPAK_DEST} --origin=flatpak org.kde.KStyle.Adwaita" ], "sources": [ { "type": "file", "path": "org.kde.KStyle.Adwaita.appdata.xml" } ] } ] } diff --git a/org.kde.KStyle.HighContrast.json b/org.kde.KStyle.HighContrast.json index 33cf9bc..0c03264 100644 --- a/org.kde.KStyle.HighContrast.json +++ b/org.kde.KStyle.HighContrast.json @@ -1,38 +1,38 @@ { "id": "org.kde.KStyle.HighContrast", - "branch": "5.9", + "branch": "5.10", "runtime": "org.kde.Platform", "build-extension": true, "sdk": "org.kde.Sdk", - "runtime-version": "5.9", + "runtime-version": "5.10", "appstream-compose": false, "separate-locales": false, "modules": [ { "name": "highcontrast-qt", "cmake": true, "config-opts": ["-DQT_PLUGINS_DIR=/usr/share/runtime/lib/plugins/HighContrast"], "sources": [ { "type": "git", "url": "https://github.com/MartinBriza/highcontrast-qt.git" } ] }, { "name": "appdata", "buildsystem": "simple", "build-commands": [ "mkdir -p ${FLATPAK_DEST}/share/appdata", "cp org.kde.KStyle.HighContrast.appdata.xml ${FLATPAK_DEST}/share/appdata", "appstream-compose --basename=org.kde.KStyle.HighContrast --prefix=${FLATPAK_DEST} --origin=flatpak org.kde.KStyle.HighContrast" ], "sources": [ { "type": "file", "path": "org.kde.KStyle.HighContrast.appdata.xml" } ] } ] } diff --git a/org.kde.PlatformTheme.QGnomePlatform.json b/org.kde.PlatformTheme.QGnomePlatform.json index 52b24d1..f6cdf2f 100644 --- a/org.kde.PlatformTheme.QGnomePlatform.json +++ b/org.kde.PlatformTheme.QGnomePlatform.json @@ -1,91 +1,91 @@ { "id": "org.kde.PlatformTheme.QGnomePlatform", - "branch": "5.9", + "branch": "5.10", "runtime": "org.kde.Platform", "build-extension": true, "sdk": "org.kde.Sdk", - "runtime-version": "5.9", + "runtime-version": "5.10", "appstream-compose": false, "separate-locales": false, "build-options" : { "prefix": "/usr/share/runtime/lib/plugins/QGnomePlatform", "env": { "PATH": "/usr/share/runtime/lib/plugins/QGnomePlatform/bin:/usr/bin:/app/bin:/bin" } }, "modules": [ { "name": "gsettings-desktop-schemas", "sources": [ { "type": "archive", "url": "https://download.gnome.org/sources/gsettings-desktop-schemas/3.24/gsettings-desktop-schemas-3.24.0.tar.xz", "sha256": "f6573a3f661d22ff8a001cc2421d8647717f1c0e697e342d03c6102f29bbbb90" } ] }, { "name": "vala", "cleanup-platform": [ "*" ], "config-opts": [ "--enable-vapigen", "--enable-unversioned" ], "sources": [ { "type": "archive", "url": "https://download.gnome.org/sources/vala/0.36/vala-0.36.3.tar.xz", "sha256": "ac8a4ecd01f62d0c5f62ba50b7290d8c5a1edb308eec772a65b8e79be68f061c" } ] }, { "name": "dconf", "buildsystem": "meson", "cleanup": [ "/libexec/dconf-service", "/share/dbus-1/services/*" ], "sources": [ { "type": "git", "url": "git://git.gnome.org/dconf", "branch": "0.27.1" } ] }, { "name": "qgnomeplatform", "sources": [ { "type": "git", "url": "https://github.com/MartinBriza/QGnomePlatform.git" }, { "type": "shell", "commands": [ "sed -i 's@\$\$\\[QT_INSTALL_PLUGINS\\]@/usr/share/runtime/lib/plugins/QGnomePlatform@' qgnomeplatform.pro" ] }, { "type": "patch", "path": "patch/qgnomeplatform.patch" }, { "type": "script", "commands": [ "qmake INCLUDEPATH=/usr/share/runtime/lib/plugins/QGnomePlatform/include/"], "dest-filename": "configure" } ] }, { "name": "appdata", "buildsystem": "simple", "build-commands": [ "mkdir -p ${FLATPAK_DEST}/share/appdata", "cp org.kde.PlatformTheme.QGnomePlatform.appdata.xml ${FLATPAK_DEST}/share/appdata", "appstream-compose --basename=org.kde.PlatformTheme.QGnomePlatform --prefix=${FLATPAK_DEST} --origin=flatpak org.kde.PlatformTheme.QGnomePlatform" ], "sources": [ { "type": "file", "path": "org.kde.PlatformTheme.QGnomePlatform.appdata.xml" } ] } ] }