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
|
||||
*.gz
|
||||
*.snap
|
||||
.DS_Store
|
||||
build-debian
|
||||
packaging/snap/local
|
||||
|
||||
# Auto generated DBus files
|
||||
*_adaptor.cpp
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
#include <QObject>
|
||||
#include <QProcess>
|
||||
#include <QStringView>
|
||||
|
||||
static const QString binaryPaths[] {
|
||||
"/usr/local/bin/openconnect",
|
||||
|
Binary file not shown.
@ -8,6 +8,17 @@ description: |
|
||||
grade: devel
|
||||
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:
|
||||
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