mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-15 19:09:36 +00:00
added snap into project
This commit is contained in:
parent
d83192ffdb
commit
3ae92eadf4
10
.buildconfig
10
.buildconfig
@ -1,10 +0,0 @@
|
|||||||
[default]
|
|
||||||
name=Default
|
|
||||||
runtime=host
|
|
||||||
config-opts=
|
|
||||||
run-opts=
|
|
||||||
prefix=/home/andrei/.cache/gnome-builder/install/snap/host
|
|
||||||
app-id=
|
|
||||||
postbuild=
|
|
||||||
prebuild=
|
|
||||||
default=true
|
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -46,3 +46,7 @@ target_wrapper.*
|
|||||||
|
|
||||||
# QtCreator CMake
|
# QtCreator CMake
|
||||||
CMakeLists.txt.user*
|
CMakeLists.txt.user*
|
||||||
|
|
||||||
|
snap/\.snapcraft/
|
||||||
|
|
||||||
|
\.buildconfig
|
||||||
|
@ -37,4 +37,5 @@ QMAKE_LFLAGS += -Wl,-rpath,"'$$DESTDIR'"
|
|||||||
|
|
||||||
DISTFILES += \
|
DISTFILES += \
|
||||||
../snapBuild.sh \
|
../snapBuild.sh \
|
||||||
../staticBuild.sh
|
../staticBuild.sh \
|
||||||
|
../snap/snapcraft.yaml
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
!GlobalState
|
|
||||||
assets:
|
|
||||||
build-packages: [libglib2.0-dev-bin=2.56.2-0ubuntu0.18.04.1, libglib2.0-bin=2.56.2-0ubuntu0.18.04.1,
|
|
||||||
libglib2.0-dev=2.56.2-0ubuntu0.18.04.1, libglib2.0-0=2.56.2-0ubuntu0.18.04.1,
|
|
||||||
'libglib2.0-0:i386=2.56.2-0ubuntu0.18.04.1']
|
|
||||||
build-snaps: []
|
|
@ -16,7 +16,7 @@ apps:
|
|||||||
cqtdeployer:
|
cqtdeployer:
|
||||||
command: desktop-launch $SNAP/CQtDeployer
|
command: desktop-launch $SNAP/CQtDeployer
|
||||||
|
|
||||||
plugs: [classic-support]
|
plugs: [home, removable-media]
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
cqtdeployer:
|
cqtdeployer:
|
||||||
|
@ -7,3 +7,5 @@ rm -rfd $BASE_DIR/build
|
|||||||
|
|
||||||
echo "Start static build"
|
echo "Start static build"
|
||||||
$BASE_DIR/staticBuild.sh
|
$BASE_DIR/staticBuild.sh
|
||||||
|
|
||||||
|
snapcraft
|
||||||
|
Loading…
x
Reference in New Issue
Block a user