mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
update packaging
This commit is contained in:
parent
b91563f090
commit
43be7904fa
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,8 +4,10 @@ gpservice
|
|||||||
|
|
||||||
*.rpm
|
*.rpm
|
||||||
*.gz
|
*.gz
|
||||||
|
*.snap
|
||||||
.DS_Store
|
.DS_Store
|
||||||
build-debian
|
build-debian
|
||||||
|
packaging/snap/local
|
||||||
|
|
||||||
# Auto generated DBus files
|
# Auto generated DBus files
|
||||||
*_adaptor.cpp
|
*_adaptor.cpp
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
|
#include <QStringView>
|
||||||
|
|
||||||
static const QString binaryPaths[] {
|
static const QString binaryPaths[] {
|
||||||
"/usr/local/bin/openconnect",
|
"/usr/local/bin/openconnect",
|
||||||
|
Binary file not shown.
@ -8,6 +8,17 @@ description: |
|
|||||||
grade: devel
|
grade: devel
|
||||||
confinement: devmode # use 'strict' once you have the right plugs and slots
|
confinement: devmode # use 'strict' once you have the right plugs and slots
|
||||||
|
|
||||||
|
package-repositories:
|
||||||
|
- type: apt
|
||||||
|
ppa: beineri/opt-qt-5.12.9-bionic
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
application:
|
application:
|
||||||
|
plugin: qmake
|
||||||
|
source: snap/local/globalprotect-openconnect.tar.gz
|
||||||
|
build-packages:
|
||||||
|
- qtbase5-dev
|
||||||
|
- qttools5-dev
|
||||||
|
- libqt5websockets5-dev
|
||||||
|
- qtwebengine5-dev
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user