diff --git a/Apps/Examples/common/Packaging_the_App.txt b/Apps/Examples/common/Packaging_the_App.txt index d2c15e7fc793542298c630fa6525c28e7819eb20..dc023e97ae2d7bbb65f19551b934457cd3ec68a3 100644 --- a/Apps/Examples/common/Packaging_the_App.txt +++ b/Apps/Examples/common/Packaging_the_App.txt @@ -78,7 +78,7 @@ to install the runtime and SDK that the application depends on. These are the same as those mentioned in :ref:`flatpak_setup_gnome` except that we need the ones for the aarch64 architecture:: - flatpak --user install flathub org.gnome.Platform/aarch64/3.30 org.gnome.Sdk/aarch64/3.30 + flatpak --user install flathub org.gnome.Platform/aarch64/3.32 org.gnome.Sdk/aarch64/3.32 After installing these, build the application with ``flatpak-builder``: diff --git a/Apps/GNOME/Flatpak_setup.rst b/Apps/GNOME/Flatpak_setup.rst index 13dae7ee82f43861bd4d41bf3f64fdd719603ffa..f3e8787988260c48a77822af150f78607aa9d422 100644 --- a/Apps/GNOME/Flatpak_setup.rst +++ b/Apps/GNOME/Flatpak_setup.rst @@ -16,7 +16,7 @@ development system:: purism@pureos:~$ sudo apt-get install flatpak flatpak-builder purism@pureos:~$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - purism@pureos:~$ flatpak install flathub org.gnome.Platform//3.30 + purism@pureos:~$ flatpak install flathub org.gnome.Platform//3.32 You will also need to install a version of the `qemu`_ emulator that can be used to assist with cross-compilation. This is described in diff --git a/Apps/Guides/Design/Adaptive_UI/index.rst b/Apps/Guides/Design/Adaptive_UI/index.rst index 0efd2c640779ac373f9d3e27188473ff3406020b..71905b1babd3aa87692ee1d07105b2f24f09ecee 100644 --- a/Apps/Guides/Design/Adaptive_UI/index.rst +++ b/Apps/Guides/Design/Adaptive_UI/index.rst @@ -8,7 +8,7 @@ This guide aims to show developers and designers how to use the components provi .. contents:: :local: -This guide assumes that you are familiar with the basics of GTK application development. It also assumes you are using GTK 3.30 or newer and libhandy 0.0.9 or newer as these versions have improved support for adaptive apps over previous versions. +This guide assumes that you are familiar with the basics of GTK application development. It also assumes you are using GTK 3.32 or newer and libhandy 0.0.10 or newer as these versions have improved support for adaptive apps over previous versions. Introduction ------------ diff --git a/Apps/Tutorials/common/Packaging_the_App.txt b/Apps/Tutorials/common/Packaging_the_App.txt index 725382f2dece7b8c5ab016d013770624ccc13ad3..b00d77dd9de0c7f2c487ecd57943e6419d139482 100644 --- a/Apps/Tutorials/common/Packaging_the_App.txt +++ b/Apps/Tutorials/common/Packaging_the_App.txt @@ -85,7 +85,7 @@ to install the runtime and SDK that the application depends on. These are the same as those mentioned in :ref:`flatpak_setup_gnome` except that we need the ones for the aarch64 architecture:: - flatpak --user install flathub org.gnome.Platform/aarch64/3.30 org.gnome.Sdk/aarch64/3.30 + flatpak --user install flathub org.gnome.Platform/aarch64/3.32 org.gnome.Sdk/aarch64/3.32 After installing these, build the application with ``flatpak-builder``: diff --git a/Apps/Tutorials/common/Packaging_the_Apps.txt b/Apps/Tutorials/common/Packaging_the_Apps.txt index 82e67ada281e1df66ad21fcd9bcc31b3f49ca1a5..87b4b0f8cfe367e850bb1406cd459766499045d7 100644 --- a/Apps/Tutorials/common/Packaging_the_Apps.txt +++ b/Apps/Tutorials/common/Packaging_the_Apps.txt @@ -18,7 +18,7 @@ to install the runtime and SDK that the application depends on. These are the same as those mentioned in :ref:`flatpak_setup_gnome` except that we need the ones for the aarch64 architecture:: - flatpak --user install flathub org.gnome.Platform/aarch64/3.30 org.gnome.Sdk/aarch64/3.30 + flatpak --user install flathub org.gnome.Platform/aarch64/3.32 org.gnome.Sdk/aarch64/3.32 After installing these, build the application with ``flatpak-builder``. For example, here is how to build the |app-name| application from the |app-dir|