update packaging

This commit is contained in:
Kevin Yue 2021-09-04 21:27:19 +08:00
parent b91563f090
commit 43be7904fa
4 changed files with 15 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,8 +4,10 @@ gpservice
*.rpm
*.gz
*.snap
.DS_Store
build-debian
packaging/snap/local
# Auto generated DBus files
*_adaptor.cpp

View File

@ -3,6 +3,7 @@
#include <QObject>
#include <QProcess>
#include <QStringView>
static const QString binaryPaths[] {
"/usr/local/bin/openconnect",

View File

@ -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