forked from BestImageViewer/geeqie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AppImageBuilder-x86_64.yml
62 lines (59 loc) · 1.48 KB
/
AppImageBuilder-x86_64.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
# appimage-builder recipe see https://appimage-builder.readthedocs.io for details
version: 1
script:
# Refer to https://github.com/AppImageCrafters/appimage-builder/issues/271
- which mksquashfs || apt install squashfs-tools
AppDir:
path: ./AppDir
app_info:
id: geeqie
name: Geeqie
icon: geeqie
version: latest
exec: usr/local/bin/geeqie
exec_args: $@
apt:
arch:
- amd64
allow_unauthenticated: true
sources:
- sourceline: deb http://im.archive.ubuntu.com/ubuntu/ jammy main restricted
- sourceline: deb http://im.archive.ubuntu.com/ubuntu/ jammy universe
- sourceline: deb http://im.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
- sourceline: deb http://im.archive.ubuntu.com/ubuntu/ jammy-updates universe
include:
- curl
- evince
- libarchive13
- libchamplain-0.12
- libchamplain-gtk-0.12-0
- libdjvulibre21
- libdw1
- libdwarf1
- libffmpegthumbnailer4v5
- libgexiv2-2
- libgspell-1-2
- libheif1
- libjpeg8
- liblcms2-2
- liblua5.3-0
- libopenjp2-7
- libraw20
- librsvg2-common
- libtiff5
- libunwind8
- libwebp7
files:
include: []
exclude:
- usr/lib/gtk-3.0/3.0.0/immodules/im-uim.so
- usr/lib/im-uim.so
- usr/lib/libuim-scm.so.0
- usr/lib/libuim.so.8
- usr/share/doc/*/NEWS.*
- usr/share/doc/*/README.*
- usr/share/doc/*/TODO.*
- usr/share/doc/*/changelog.*
- usr/share/man
AppImage:
arch: x86_64