im.pidgin.Finch3.yml

Thu, 25 Aug 2022 22:31:58 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Thu, 25 Aug 2022 22:31:58 -0500
branch
gtk4
changeset 41595
61d8f39f3d70
parent 40513
6d79c7cf9699
permissions
-rw-r--r--

Port about dialog to GTK4

Testing Done:
Opened the dialog, clicked the various options.

There is currently a warning about `markdown_link_target`, but that seems to be a bug in Talkatu (and the links all mush together, which I think is the same problem.) Also, strangely, the dialog sometimes opens exactly as wide as the bottom button box, but sometimes it opens a little bit wider (not sure if it's also Talkatu wrapping causing minor size request changes, or something else).

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

---
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: '.'

mercurial