diff --git a/org.kde.PlatformTheme.QGnomePlatform.json b/org.kde.PlatformTheme.QGnomePlatform.json index 4810a09..2443545 100644 --- a/org.kde.PlatformTheme.QGnomePlatform.json +++ b/org.kde.PlatformTheme.QGnomePlatform.json @@ -1,64 +1,64 @@ { "id": "org.kde.PlatformTheme.QGnomePlatform", "branch": "master", "runtime": "org.kde.Platform", "build-extension": true, "sdk": "org.kde.Sdk", "runtime-version": "master", "appstream-compose": false, "separate-locales": false, "build-options" : { - "prefix": "/usr/share/runtime/lib/plugins/QGnomePlatform", + "prefix": "/usr/share/runtime/lib/plugins/QGnomePlatform" }, "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": "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": "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" } ] } ] }