Wed, 22 Jan 2025 22:41:16 -0600
Make all of the subprojects use tarballs
Now that we've had a release we need to use tarballs for our subprojects to
ease the pressure on hgkeeper.
I also updated everything to the most recent releases as well.
Testing Done:
Removed the subproject directories and called in the turtles. Also built the flatpak.
Reviewed at https://reviews.imfreedom.org/r/3771/
|
42904
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
1 | id: im.pidgin.Pidgin3 |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
2 | runtime: org.gnome.Platform |
|
42957
8645679eee55
Update the flatpak to use gnome 47
Gary Kramlich <grim@reaperworld.com>
parents:
42944
diff
changeset
|
3 | runtime-version: '47' |
|
42974
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
4 | branch: default |
|
42904
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
5 | sdk: org.gnome.Sdk |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
6 | command: pidgin3 |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
7 | separate-locales: false |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
8 | tags: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
9 | - dev |
|
42974
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
10 | add-extensions: |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
11 | im.pidgin.Purple3.Plugin: |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
12 | directory: plugins |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
13 | version: default |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
14 | add-ld-path: lib |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
15 | merge-dirs: purple-3 |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
16 | no-autodownload: true |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
17 | autodelete: true |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
18 | subdirectories: true |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
19 | im.pidgin.Pidgin3.Plugin: |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
20 | directory: plugins |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
21 | version: default |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
22 | add-ld-path: lib |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
23 | merge-dirs: pidgin-3 |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
24 | no-autodownload: true |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
25 | autodelete: true |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
26 | subdirectories: true |
|
42904
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
27 | modules: |
|
43108
4ebd6699fa28
Add hg to our flatpak to make the build revision work
Gary Kramlich <grim@reaperworld.com>
parents:
43024
diff
changeset
|
28 | - name: mercurial |
|
4ebd6699fa28
Add hg to our flatpak to make the build revision work
Gary Kramlich <grim@reaperworld.com>
parents:
43024
diff
changeset
|
29 | buildsystem: simple |
|
4ebd6699fa28
Add hg to our flatpak to make the build revision work
Gary Kramlich <grim@reaperworld.com>
parents:
43024
diff
changeset
|
30 | build-commands: |
|
4ebd6699fa28
Add hg to our flatpak to make the build revision work
Gary Kramlich <grim@reaperworld.com>
parents:
43024
diff
changeset
|
31 | - make PREFIX=/app install-bin |
|
4ebd6699fa28
Add hg to our flatpak to make the build revision work
Gary Kramlich <grim@reaperworld.com>
parents:
43024
diff
changeset
|
32 | sources: |
|
4ebd6699fa28
Add hg to our flatpak to make the build revision work
Gary Kramlich <grim@reaperworld.com>
parents:
43024
diff
changeset
|
33 | - type: archive |
|
4ebd6699fa28
Add hg to our flatpak to make the build revision work
Gary Kramlich <grim@reaperworld.com>
parents:
43024
diff
changeset
|
34 | url: https://www.mercurial-scm.org/release/mercurial-6.9.tar.gz |
|
4ebd6699fa28
Add hg to our flatpak to make the build revision work
Gary Kramlich <grim@reaperworld.com>
parents:
43024
diff
changeset
|
35 | sha256: 629604293df2be8171ec856bf4f8b4faa8e4305af13607dce0f89f74132836d6 |
|
42904
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
36 | - name: libidn |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
37 | buildsystem: autotools |
|
42972
0c7efb246f9e
Remove static libidn from Flatpak build
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42957
diff
changeset
|
38 | cleanup: |
|
0c7efb246f9e
Remove static libidn from Flatpak build
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42957
diff
changeset
|
39 | - /lib/*.la |
|
0c7efb246f9e
Remove static libidn from Flatpak build
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42957
diff
changeset
|
40 | config-opts: |
|
0c7efb246f9e
Remove static libidn from Flatpak build
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42957
diff
changeset
|
41 | - "--disable-static" |
|
42904
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
42 | sources: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
43 | - type: archive |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
44 | url: https://ftp.gnu.org/gnu/libidn/libidn-1.42.tar.gz |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
45 | sha256: d6c199dcd806e4fe279360cb4b08349a0d39560ed548ffd1ccadda8cdecb4723 |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
46 | - name: birb |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
47 | buildsystem: meson |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
48 | config-opts: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
49 | - "-Ddoc=false" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
50 | - "--wrap-mode=nofallback" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
51 | sources: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
52 | - type: archive |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
53 | archive-type: tar-xz |
|
43159
2bde48da761d
Make all of the subprojects use tarballs
Gary Kramlich <grim@reaperworld.com>
parents:
43119
diff
changeset
|
54 | url: https://sourceforge.net/projects/pidgin/files/birb/0.3.1/birb-0.3.1.tar.xz/download |
|
2bde48da761d
Make all of the subprojects use tarballs
Gary Kramlich <grim@reaperworld.com>
parents:
43119
diff
changeset
|
55 | sha256: 70fa6462042f7d7c86a495eb93355fa14af057136b691e23838290bbcf57465c |
|
42904
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
56 | - name: hasl |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
57 | buildsystem: meson |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
58 | config-opts: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
59 | - "-Ddoc=false" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
60 | - "--wrap-mode=nofallback" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
61 | sources: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
62 | - type: archive |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
63 | archive-type: tar-xz |
|
43159
2bde48da761d
Make all of the subprojects use tarballs
Gary Kramlich <grim@reaperworld.com>
parents:
43119
diff
changeset
|
64 | url: https://sourceforge.net/projects/pidgin/files/hasl/0.4.0/hasl-0.4.0.tar.xz/download |
|
2bde48da761d
Make all of the subprojects use tarballs
Gary Kramlich <grim@reaperworld.com>
parents:
43119
diff
changeset
|
65 | sha256: e78c244a259f13d43d230e9a8909bf0437a9466bef6757770a54a60c7c720036 |
|
42904
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
66 | - name: ibis |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
67 | buildsystem: meson |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
68 | config-opts: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
69 | - "-Ddoc=false" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
70 | - "--wrap-mode=nofallback" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
71 | sources: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
72 | - type: archive |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
73 | archive-type: tar-xz |
|
43159
2bde48da761d
Make all of the subprojects use tarballs
Gary Kramlich <grim@reaperworld.com>
parents:
43119
diff
changeset
|
74 | url: https://sourceforge.net/projects/pidgin/files/ibis/0.11.0/ibis-0.11.0.tar.xz/download |
|
2bde48da761d
Make all of the subprojects use tarballs
Gary Kramlich <grim@reaperworld.com>
parents:
43119
diff
changeset
|
75 | sha256: 9f2d4a13229ca5848d1cf3a0f56ffdde4f8decea4b6b0101d5c10421a9ba35dc |
|
42904
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
76 | - name: xeme |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
77 | buildsystem: meson |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
78 | config-opts: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
79 | - "-Ddoc=false" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
80 | - "--wrap-mode=nofallback" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
81 | sources: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
82 | - type: archive |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
83 | archive-type: tar-gzip |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
84 | url: https://keep.imfreedom.org/xeme/xeme/archive/5d0707ab10a2.tar.gz |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
85 | sha256: eabb0f88fdc54775e9aab63d277d0d0cf54c456ee09580d45bd516d1117088da |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
86 | - name: gplugin |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
87 | buildsystem: meson |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
88 | config-opts: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
89 | - "-Ddoc=false" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
90 | - "-Dlua=false" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
91 | - "-Dpython3=false" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
92 | - "--wrap-mode=nofallback" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
93 | sources: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
94 | - type: archive |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
95 | archive-type: tar-xz |
|
42983
c65fa958d972
Update all of our subprojects
Gary Kramlich <grim@reaperworld.com>
parents:
42974
diff
changeset
|
96 | url: https://sourceforge.net/projects/pidgin/files/gplugin/0.44.2/gplugin-0.44.2.tar.xz/download |
|
c65fa958d972
Update all of our subprojects
Gary Kramlich <grim@reaperworld.com>
parents:
42974
diff
changeset
|
97 | sha256: aea244e1add9628b50ec042c54cf93803f4577f8f142678f09b91fd4c0b20f72 |
|
42904
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
98 | - name: pidgin3 |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
99 | buildsystem: meson |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
100 | config-opts: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
101 | - "-Ddoc=false" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
102 | - "--wrap-mode=nofallback" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
103 | sources: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
104 | - type: dir |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
105 | path: . |
|
42974
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
106 | post-install: |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
107 | - install -d /app/plugins |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
108 | - install -d /app/plugins/pidgin-3 |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
109 | - install -d /app/plugins/purple-3 |
|
42904
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
110 | finish-args: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
111 | # X11 + XShm access |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
112 | - "--share=ipc" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
113 | - "--socket=fallback-x11" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
114 | # Wayland access |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
115 | - "--socket=wayland" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
116 | # GPU acceleration if needed |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
117 | - "--device=dri" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
118 | # Needs to talk to the network: |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
119 | - "--share=network" |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
120 | # Audio |
|
3b453638a532
Add a flatpak manifest and instructions on how to use it
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
121 | - "--socket=pulseaudio" |
|
42974
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
122 | # Notifications (purple-toast) |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
123 | - "--talk-name=org.freedesktop.Notifications" |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
124 | # Accessibility |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
125 | - "--talk-name=org.a11y.Bus" |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
126 | # libsecret plugin |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
127 | - "--talk-name=org.freedesktop.secrets" |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
128 | # kwallet plugin |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
129 | - "--talk-name=org.kde.kwalletd5" |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
130 | - "--talk-name=org.kde.kwalletd6" |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
131 | # Bonjour |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
132 | - "--system-talk-name=org.freedesktop.Avahi" |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
133 | # Plugin Paths |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
134 | - "--env=PURPLE_PLUGIN_PATH=/app/plugins/purple-3" |
|
5cd0ccba395e
Adjust a bunch of our privileges and setup extension points
Gary Kramlich <grim@reaperworld.com>
parents:
42972
diff
changeset
|
135 | - "--env=PIDGIN_PLUGIN_PATH=/app/plugins/pidgin-3" |