Skip to content

Commit 7d0cd4e

Browse files
committed
flatpak: upgrade runtime to v42
- Updated some dependencies. - Added Zenity, which is no longer in the runtime. - Includes libpalaso keyboarding fixes, both for the new runtime as well as for Ubuntu 22.04. - Remove no longer used permission: talk org.gnome.Shell. Change-Id: I5a1f80a96a277ab70d691f3cff121e2f0b82a771
1 parent 54e4da9 commit 7d0cd4e

File tree

6 files changed

+105
-104
lines changed

6 files changed

+105
-104
lines changed

.github/workflows/flatpak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ jobs:
110110
sudo flatpak remote-add --if-not-exists flathub \
111111
https://flathub.org/repo/flathub.flatpakrepo
112112
sudo flatpak install --noninteractive flathub \
113-
org.gnome.Platform//3.36 \
114-
org.gnome.Sdk//3.36
113+
org.gnome.Platform//42 \
114+
org.gnome.Sdk//42
115115
# Work around submodule file: problem until .deb package includes
116116
# the fix for https://github.com/flatpak/flatpak-builder/issues/495 .
117117
git config --global protocol.file.allow always

Build/mkall.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
<PalasoBuildType Condition="'$(OS)'=='Windows_NT' AND '$(arch)'=='x64'">Libpalaso_PalasoWin60Continuous</PalasoBuildType>
292292
<!-- bt322 is the master branch build of Palaso for Linux development. Update when appropriate. -->
293293
<PalasoBuildType Condition="'$(OS)'=='Unix'">Libpalaso_Palaso60linuxContinuous</PalasoBuildType>
294-
<PalasoBuildTag>fw-9.0.18.2.tcbuildtag</PalasoBuildTag>
294+
<PalasoBuildTag>fw-9.0.18.3.tcbuildtag</PalasoBuildTag>
295295
<!--Todo: use PalasoBuildType, when it refers to somewhere that has the IPCFramework.-->
296296
<!-- bt278 is the develop branch build of IPCFramework for Windows development. Update when appropriate. -->
297297
<IPCFrameworkBuildType Condition="'$(OS)'=='Windows_NT'">bt278</IPCFrameworkBuildType>

flatpak/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sudo add-apt-repository ppa:flatpak/stable
1313
sudo apt install flatpak-builder flatpak
1414
flatpak --user remote-add --if-not-exists flathub \
1515
https://flathub.org/repo/flathub.flatpakrepo
16-
flatpak --user install flathub org.gnome.Platform//3.36 org.gnome.Sdk//3.36
16+
flatpak --user install flathub org.gnome.Platform//42 org.gnome.Sdk//42
1717
# Use flatpak-builder from flathub since the fix at
1818
# https://github.com/flatpak/flatpak-builder/pull/497 is not yet available in
1919
# the .deb package.

flatpak/fieldworks-sources-urls-input.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: libpalaso
2-
baseurl: https://build.palaso.org/guestAuth/repository/download/Libpalaso_Palaso60linuxContinuous/fw-9.0.18.2.tcbuildtag/
2+
baseurl: https://build.palaso.org/guestAuth/repository/download/Libpalaso_Palaso60linuxContinuous/fw-9.0.18.3.tcbuildtag/
33
dest: fw/Downloads
44
files:
55
- SIL.Core.dll

0 commit comments

Comments
 (0)