forked from BestImageViewer/geeqie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AppImageBuilderMinimal-x86_64.yml
42 lines (39 loc) · 1.13 KB
/
AppImageBuilderMinimal-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
# 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: minimal-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:
- libtiff5
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