Compare commits
2 Commits
2a8c72f8d0
...
fb3c972b36
Author | SHA1 | Date | |
---|---|---|---|
fb3c972b36 | |||
e1664d43d4 |
18
.gitmodules
vendored
18
.gitmodules
vendored
@ -1,18 +1,3 @@
|
|||||||
[submodule "third/gpgme"]
|
|
||||||
path = libs/gpg/gpgme
|
|
||||||
url = https://github.com/gpg/gpgme
|
|
||||||
[submodule "third/libassuan"]
|
|
||||||
path = libs/gpg/libassuan
|
|
||||||
url = https://github.com/gpg/libassuan
|
|
||||||
[submodule "third/libgpg-error"]
|
|
||||||
path = libs/gpg/libgpg-error
|
|
||||||
url = https://github.com/gpg/libgpg-error
|
|
||||||
[submodule "third/gnupg"]
|
|
||||||
path = libs/gpg/gnupg
|
|
||||||
url = https://github.com/gpg/gnupg
|
|
||||||
[submodule "libs/utils/quazip"]
|
|
||||||
path = libs/quazip
|
|
||||||
url = https://github.com/stachenov/quazip
|
|
||||||
[submodule "libs/gpg/gpgme"]
|
[submodule "libs/gpg/gpgme"]
|
||||||
path = libs/gpg/gpgme
|
path = libs/gpg/gpgme
|
||||||
url = https://github.com/gpg/gpgme
|
url = https://github.com/gpg/gpgme
|
||||||
@ -28,3 +13,6 @@
|
|||||||
[submodule "libs/quazip"]
|
[submodule "libs/quazip"]
|
||||||
path = libs/quazip
|
path = libs/quazip
|
||||||
url = https://github.com/stachenov/quazip
|
url = https://github.com/stachenov/quazip
|
||||||
|
[submodule "libs/libgit2"]
|
||||||
|
path = libs/libgit2
|
||||||
|
url = https://github.com/libgit2/libgit2
|
||||||
|
@ -1,22 +1,27 @@
|
|||||||
{
|
{
|
||||||
"template": "cmake",
|
"template": "cmake",
|
||||||
"kill": "UTPass",
|
"kill": "UTPass",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"style": "echo 'Astyle :' && astyle --options=.astylerc main.cpp && astyle --options=.astylerc --recursive 'plugins/*.cpp,*.h' && echo 'QmlFmt :' && qmlfmt -l tests && qmlfmt -w tests && qmlfmt -l qml && qmlfmt -w qml"
|
"style": "echo 'Astyle :' && astyle --options=.astylerc main.cpp && astyle --options=.astylerc --recursive 'plugins/*.cpp,*.h' && echo 'QmlFmt :' && qmlfmt -l tests && qmlfmt -w tests && qmlfmt -l qml && qmlfmt -w qml"
|
||||||
},
|
},
|
||||||
"libraries": {
|
"libraries": {
|
||||||
"gpg": {
|
"gpg": {
|
||||||
"template": "cmake",
|
"template": "cmake",
|
||||||
"make_jobs": 4,
|
"make_jobs": 4,
|
||||||
"dependencies_build": [
|
"dependencies_build": [
|
||||||
"texinfo",
|
"texinfo",
|
||||||
"gpgsm",
|
"gpgsm",
|
||||||
"bison"
|
"bison"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"quazip": {
|
"quazip": {
|
||||||
"template": "cmake",
|
"template": "cmake",
|
||||||
"make_jobs": 4
|
"make_jobs": 4
|
||||||
}
|
},
|
||||||
}
|
"libgit2": {
|
||||||
|
"template": "cmake",
|
||||||
|
"make_jobs": 4,
|
||||||
|
"build_args": "-DBUILD_SHARED_LIBS=OFF"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
1
libs/libgit2
Submodule
1
libs/libgit2
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 3828d7afdd08b595584048e8e4dab6ddd4506ed1
|
@ -10,7 +10,7 @@
|
|||||||
"content-hub": "UTPass.contenthub"
|
"content-hub": "UTPass.contenthub"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "0.0.1",
|
"version": "0.0.2-dev",
|
||||||
"maintainer": "Quentin Rouland <quentin@qrouland.com>",
|
"maintainer": "Quentin Rouland <quentin@qrouland.com>",
|
||||||
"framework" : "ubuntu-sdk-16.04"
|
"framework" : "ubuntu-sdk-16.04"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user