You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.1 KiB
36 lines
1.1 KiB
{ |
|
"app-id": "eu.polonkai.gergely.GAuthenticator", |
|
"runtime": "org.gnome.Platform", |
|
"runtime-version": "3.22", |
|
"sdk": "org.gnome.Sdk", |
|
"command": "gauthenticator", |
|
"finish-args": [ |
|
"--share=ipc", "--socket=x11", |
|
"--socket=wayland", |
|
"--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro", |
|
"--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf" |
|
], |
|
"build-options" : { |
|
"cflags": "-O2 -g", |
|
"cxxflags": "-O2 -g", |
|
"env": { |
|
"V": "1" |
|
} |
|
}, |
|
"cleanup": ["/include", "/lib/pkgconfig", |
|
"/share/pkgconfig", "/share/aclocal", |
|
"/man", "/share/man", "/share/gtk-doc", |
|
"/share/vala", |
|
"*.la", "*.a"], |
|
"modules": [ |
|
{ |
|
"name": "gauthenticator", |
|
"sources": [ |
|
{ |
|
"type": "git", |
|
"url": "file:///home/polesz/Projects/vala/gauthenticator" |
|
} |
|
] |
|
} |
|
] |
|
}
|
|
|