-
Notifications
You must be signed in to change notification settings - Fork 3
/
AppImageBuilder.yml
116 lines (113 loc) · 2.94 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
version: 1
AppDir:
path: AppDir
app_info:
id: AWAH-SIP_Codec
name: AWAH-SIP_Codec
icon: AWAH_logo_sm
version: latest
exec: usr/bin/AWAH-SIP_Codec
exec_args: $@
apt:
arch: amd64
sources:
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
- sourceline: deb http://archive.neon.kde.org/user/ bionic main
key_url: 'https://archive.neon.kde.org/public.key'
include:
- libbz2-1.0
- libexpat1
- libfam0
- libgcrypt20
- libkf5archive5
- libkf5attica5
- libkf5authcore5
- libkf5bookmarks5
- libkf5codecs5
- libkf5completion5
- libkf5configcore5
- libkf5configgui5
- libkf5configwidgets5
- libkf5coreaddons5
- libkf5crash5
- libkf5dbusaddons5
- libkf5globalaccel5
- libkf5guiaddons5
- libkf5i18n5
- libkf5iconthemes5
- libkf5itemviews5
- libkf5jobwidgets5
- libkf5kiocore5
- libkf5kiofilewidgets5
- libkf5kiogui5
- libkf5kiowidgets5
- libkf5notifications5
- libkf5service5
- libkf5solid5
- libkf5waylandclient5
- libkf5widgetsaddons5
- libkf5windowsystem5
- libkf5xmlgui5
- liblz4-1
- libpciaccess0
- libpcre3
- libqt5quickcontrols2-5
- libqt5quicktemplates2-5
- libqt5svg5
- libqt5texttospeech5
- libqt5x11extras5
- libsm6
- libsystemd0
- libxau6
- libxcb-render-util0
- libxcb-sync1
- libxcb-xinerama0
- libxcb-xkb1
- libxdamage1
- libxdmcp6
- libxext6
- libxfixes3
- libxrender1
- libxshmfence1
- libxxf86vm1
- qml-module-qtquick-controls2
- qml-module-qtquick-templates2
- qml-module-qtquick-window2
- qml-module-qtquick2
- squashfs-tools
files:
exclude:
- usr/share/man
- usr/share/doc/*/README.*
- usr/share/doc/*/changelog.*
- usr/share/doc/*/NEWS.*
- usr/share/doc/*/TODO.*
test:
fedora:
image: appimagecrafters/tests-env:fedora-30
command: ./AppRun
use_host_x: true
debian:
image: appimagecrafters/tests-env:debian-stable
command: ./AppRun
use_host_x: true
arch:
image: appimagecrafters/tests-env:archlinux-latest
command: ./AppRun
use_host_x: true
centos:
image: appimagecrafters/tests-env:centos-7
command: ./AppRun
use_host_x: true
ubuntu:
image: appimagecrafters/tests-env:ubuntu-xenial
command: ./AppRun
use_host_x: true
AppImage:
arch: x86_64
update-information: !ENV ${UPDATE_INFO}
sign-key: None