-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.gnupg.GPA.yaml
66 lines (60 loc) · 1.71 KB
/
org.gnupg.GPA.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
app-id: org.gnupg.GPA
runtime: org.freedesktop.Platform
runtime-version: '22.08'
sdk: org.freedesktop.Sdk
command: gpa
finish-args:
- --share=ipc
- --socket=x11
#- --filesystem=~/.gnupg:rw
#- --filesystem=xdg-run/gnupg:rw
- --filesystem=host
- --filesystem=/tmp
rename-desktop-file: gpa.desktop
rename-icon: gpa
cleanup:
- "*.a"
- "*.la"
- "/cache"
- "/include"
- "/lib/*.a"
- "/lib/pkgconfig"
- "/man"
- "/share/aclocal"
- "/share/devhelp"
- "/share/gtk-doc"
- "/share/man"
- "/share/pkgconfig"
modules:
- shared-modules/gtk2/gtk2.json
- name: pinentry
buildsystem: autotools
config-opts:
- --enable-maintainer-mode # Fails on compiling docs if omitted
- --enable-pinentry-gtk2 # Only enable the GTK2 prompt, disable the rest
- --disable-ncurses
- --disable-fallback-curses
- --disable-pinentry-curses
- --disable-pinentry-emacs
- --disable-pinentry-fltk
- --disable-pinentry-gnome3
- --disable-pinentry-qt5
- --disable-pinentry-tqt
- --disable-pinentry-tty
sources:
- type: git
url: https://dev.gnupg.org/source/pinentry.git
commit: aaf5d44f26e39f57bb47ae09dd3d575fcc51d9f5 # v1.2.0
- name: gpa
buildsystem: autotools
post-install:
- install -Dm644 ${FLATPAK_ID}.png ${FLATPAK_DEST}/share/icons/hicolor/128x128/apps/gpa.png
- install -Dm644 ${FLATPAK_ID}.metainfo.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml
sources:
- type: git
url: https://dev.gnupg.org/source/gpa.git
commit: faaf0b7b72bd3c4ed02490132a693d0692b45bfb
- type: file
path: org.gnupg.GPA.png
- type: file
path: org.gnupg.GPA.metainfo.xml