forked from nickbnf/glogg
-
-
Notifications
You must be signed in to change notification settings - Fork 208
/
AppImageBuilder.yml
82 lines (73 loc) · 1.93 KB
/
AppImageBuilder.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
version: 1
AppDir:
path: AppDir
app_info:
id: klogg
name: klogg
icon: klogg
version: latest
exec: usr/bin/klogg
exec_args: $@
runtime:
env:
APPDIR_LIBRARY_PATH: $APPDIR/usr/lib:$APPDIR/usr/lib/x86_64-linux-gnu:$APPDIR/lib/x86_64-linux-gnu
apt:
arch: amd64
sources:
- sourceline: deb http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
- sourceline: deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
- sourceline: deb http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
- sourceline: deb http://archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
include:
- curl
files:
exclude:
- usr/lib/x86_64-linux-gnu/gconv
- usr/share/man
- usr/share/doc/*/README.*
- usr/share/doc/*/changelog.*
- usr/share/doc/*/NEWS.*
- usr/share/doc/*/TODO.*
- usr/include
- sound-theme-freedesktop
- perl
- perl-base
- kwayland-data
- libwacom2
- libasound2
- breeze
- breeze-icon-theme
- breeze-cursor-theme
- kwin-style-breeze
- kde-style-breeze
- plasma-integration
test:
debian:
image: debian:stable
command: "./AppRun"
use_host_x: True
env:
- QT_DEBUG_PLUGINS=1
arch:
image: archlinux
command: "./AppRun"
use_host_x: True
env:
- QT_DEBUG_PLUGINS=1
fedora:
image: fedora:26
command: "./AppRun"
use_host_x: True
env:
- QT_DEBUG_PLUGINS=1
ubuntu:
image: ubuntu:xenial
command: "./AppRun"
use_host_x: True
env:
- QT_DEBUG_PLUGINS=1
AppImage:
arch: x86_64
update-information: !ENV ${UPDATE_INFO}
sign-key: None