forked from Jessewb786/Silaty
-
Notifications
You must be signed in to change notification settings - Fork 3
/
AppImageBuilder.yml
92 lines (92 loc) · 3.27 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
# appimage-builder recipe see https://appimage-builder.readthedocs.io for details
version: 1
AppDir:
path: ./AppDir
app_info:
id: com.github.AXeL-dev.silaty
name: Silaty
icon: silaty
version: '1.4'
exec: /usr/local/bin/silaty-indicator
exec_args: $@
runtime:
env:
APPDIR_LIBRARY_PATH: $APPDIR/usr/lib/x86_64-linux-gnu/gvfs:$APPDIR/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders:$APPDIR/usr/lib/python3.6/lib-dynload:$APPDIR/usr/lib/x86_64-linux-gnu:$APPDIR/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules:$APPDIR/usr/lib/python3/dist-packages/gi:$APPDIR/usr/lib/x86_64-linux-gnu/gio/modules:$APPDIR/usr/lib/x86_64-linux-gnu/gtk-3.0/modules:$APPDIR/lib/x86_64-linux-gnu
apt:
arch: amd64
allow_unauthenticated: true
sources:
- sourceline: deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
- sourceline: deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
- sourceline: deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe
- sourceline: deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
- sourceline: deb http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
- sourceline: deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
- sourceline: deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted
universe multiverse
- sourceline: deb http://security.ubuntu.com/ubuntu bionic-security main restricted
- sourceline: deb http://security.ubuntu.com/ubuntu bionic-security universe
- sourceline: deb http://security.ubuntu.com/ubuntu bionic-security multiverse
- sourceline: deb http://ppa.launchpad.net/lubomir-brindza/nautilus-typeahead/ubuntu
bionic main
- sourceline: deb http://ppa.launchpad.net/ubuntubudgie/backports/ubuntu bionic
main
- sourceline: deb [arch=amd64] http://packages.microsoft.com/repos/edge/ stable
main
- sourceline: deb [arch=amd64] https://repo.skype.com/deb stable main
- sourceline: deb http://ppa.launchpad.net/bluetooth/bluez/ubuntu bionic main
include:
- appmenu-gtk3-module
- dconf-gsettings-backend
- gvfs
- ibus-gtk3
- libappindicator3-1
- libbz2-1.0
- libcanberra-gtk3-module
- libgcrypt20
- libgstreamer1.0-0
- liblz4-1
- libpcre3
- libpython3.6-stdlib
- librsvg2-common
- libsystemd0
- libxau6
- libxdmcp6
- libxext6
- libxfixes3
- libxinerama1
- libxrender1
- python3-gi
exclude: []
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: guess
sign-key: None