From 0db42fcee000cf457299dc422cfd683a19035cf9 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Tue, 6 Aug 2019 14:38:19 +0200 Subject: [PATCH] Update GNOME version to 3.32, update libhandy version to 0.0.10 --- Apps/Examples/common/Packaging_the_App.txt | 2 +- Apps/GNOME/Flatpak_setup.rst | 2 +- Apps/Guides/Design/Adaptive_UI/index.rst | 2 +- Apps/Tutorials/common/Packaging_the_App.txt | 2 +- Apps/Tutorials/common/Packaging_the_Apps.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Apps/Examples/common/Packaging_the_App.txt b/Apps/Examples/common/Packaging_the_App.txt index d2c15e7..dc023e9 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 13dae7e..f3e8787 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 0efd2c6..71905b1 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 725382f..b00d77d 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 82e67ad..87b4b0f 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| -- GitLab