Update the flatpak to use gnome 47

Thu, 19 Sep 2024 21:40:07 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 19 Sep 2024 21:40:07 -0500
changeset 42957
8645679eee55
parent 42956
445c8ac8139f
child 42958
5086e3c19207

Update the flatpak to use gnome 47

Testing Done:
Built and ran the flatpak localy.

Bugs closed: PIDGIN-17964

Reviewed at https://reviews.imfreedom.org/r/3513/

README file | annotate | diff | comparison | revisions
im.pidgin.Pidgin3.yml file | annotate | diff | comparison | revisions
--- a/README	Thu Sep 19 21:27:25 2024 -0500
+++ b/README	Thu Sep 19 21:40:07 2024 -0500
@@ -35,7 +35,7 @@
 install for your user.
 
 ```
-flatpak install --user org.gnome.Sdk//46
+flatpak install --user org.gnome.Sdk//47
 ```
 
 Finally, you can build and install Pidgin3 with this command:
--- a/im.pidgin.Pidgin3.yml	Thu Sep 19 21:27:25 2024 -0500
+++ b/im.pidgin.Pidgin3.yml	Thu Sep 19 21:40:07 2024 -0500
@@ -1,6 +1,6 @@
 id: im.pidgin.Pidgin3
 runtime: org.gnome.Platform
-runtime-version: '46'
+runtime-version: '47'
 sdk: org.gnome.Sdk
 command: pidgin3
 separate-locales: false

mercurial