summaryrefslogtreecommitdiff
path: root/im.pidgin.Pidgin3.yml
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-08-16 03:30:06 -0500
committerGary Kramlich <grim@reaperworld.com>2020-08-16 03:30:06 -0500
commitc007e392bc5bbac8faf5db5f2e04ec23fe4e7243 (patch)
treeb31563476a4b3a053d5c7d9ff321325b35e77685 /im.pidgin.Pidgin3.yml
parent5ee0b03554ba26d6494e49d90ddd14771755c457 (diff)
downloadpidgin-c007e392bc5bbac8faf5db5f2e04ec23fe4e7243.tar.gz
add flatpak manifests for both pidgin and finch
Add flatpaks for both pidgin3 and finch3 Testing Done: Ran both and then seem okay. The mercurial dependency is to make sure we have the correct revision in the about dialog. Reviewed at https://reviews.imfreedom.org/r/67/
Diffstat (limited to 'im.pidgin.Pidgin3.yml')
-rw-r--r--im.pidgin.Pidgin3.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/im.pidgin.Pidgin3.yml b/im.pidgin.Pidgin3.yml
new file mode 100644
index 0000000000..aa1fe81223
--- /dev/null
+++ b/im.pidgin.Pidgin3.yml
@@ -0,0 +1,24 @@
+---
+id: im.pidgin.Pidgin3
+runtime: org.gnome.Platform
+runtime-version: '3.36'
+sdk: org.gnome.Sdk
+command: pidgin3
+finish-args:
+ - --share=ipc
+ - --socket=fallback-x11
+ - --share=network
+ - --socket=pulseaudio
+ - --talk-name=org.freedesktop.Notifications
+ - --system-talk-name=org.freedesktop.Avahi
+modules:
+ - packaging/flatpak/libpurple-common.yml
+ - packaging/flatpak/talkatu.yml
+ - name: pidgin3
+ buildsystem: meson
+ config-opts:
+ - -Dconsoleui=false
+ - -Ddoc=false
+ sources:
+ - type: dir
+ path: '.'