Skip to content

Commit

Permalink
Use the master branch of org.gnome.Platform
Browse files Browse the repository at this point in the history
We need the GNOME 45 runtime to work around an error involving WebKitGtk
and Kolibri 0.16.

#7
  • Loading branch information
dylanmccall committed Sep 8, 2023
1 parent 7550763 commit cbf6ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-aux/flatpak/modules/python3-setproctitle.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/78/9a/cf6bf4c472b59aef3f3c0184233eeea8938d3366bcdd93d525261b1b9e0a/setproctitle-1.2.3.tar.gz",
"sha256": "ecf28b1c07a799d76f4326e508157b71aeda07b84b90368ea451c0710dbd32c0"
"url": "https://files.pythonhosted.org/packages/b5/47/ac709629ddb9779fee29b7d10ae9580f60a4b37e49bce72360ddf9a79cdc/setproctitle-1.3.2.tar.gz",
"sha256": "b9fb97907c830d260fa0658ed58afd48a86b2b88aac521135c352ff7fd3477fd"
}
]
}
4 changes: 2 additions & 2 deletions build-aux/flatpak/org.endlessos.Key.Devel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id" : "org.endlessos.Key.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "44",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "/app/bin/kolibri-gnome",
"desktop-file-name-suffix" : " ☢️",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"build-options": {
"env": {
"KOLIBRI_MODULE_PATH": "/app/lib/python3.10/site-packages/kolibri"
"KOLIBRI_MODULE_PATH": "/app/lib/python3.11/site-packages/kolibri"
},
"test-args" : [
"--socket=fallback-x11",
Expand Down

0 comments on commit cbf6ef1

Please sign in to comment.