Initial commit with a non-working version
This commit is contained in:
36
org.gnome.Gauthenticator.json
Normal file
36
org.gnome.Gauthenticator.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user