pidgin/pidgin

Take advantage of f-strings in Meson

19 months ago, Elliott Sales de Andrade
9db0b73c8fab
Take advantage of f-strings in Meson

They were added in 0.58, which is our minimum version
https://mesonbuild.com/Syntax.html#format-strings

Testing Done:
Reconfigured, ran tests, and checked a few generated files to be sure they looked okay.

Reviewed at https://reviews.imfreedom.org/r/2033/
---
id: im.pidgin.Finch3
runtime: org.gnome.Platform
runtime-version: '3.36'
sdk: org.gnome.Sdk
command: finch3
finish-args:
- --share=ipc
- --socket=x11
- --share=network
- --talk-name=org.freedesktop.Notifications
- --system-talk-name=org.freedesktop.Avahi
modules:
- packaging/flatpak/libpurple-common.yml
- packaging/flatpak/libgnt.yml
- name: finch3
buildsystem: meson
config-opts:
- -Dgtkui=false
- -Ddoc=false
sources:
- type: dir
path: '.'