2023-01-07 23:55:41 +08:00
# appimage-builder recipe see https://appimage-builder.readthedocs.io for details
version : 1
script :
- rm -rf ./AppDir || true
2023-10-14 11:07:08 +08:00
- bsdtar -zxvf ../rustdesk-1.2.4.deb
2023-01-07 23:55:41 +08:00
- tar -xvf ./data.tar.xz
- mkdir ./AppDir
- mv ./usr ./AppDir/usr
# 32x32 icon
- for i in {32,64,128}; do mkdir -p ./AppDir/usr/share/icons/hicolor/$i\x$i/apps/; cp ../res/$i\x$i.png ./AppDir/usr/share/icons/hicolor/$i\x$i/apps/rustdesk.png; done
2023-08-01 06:54:21 +08:00
- mkdir -p ./AppDir/usr/share/icons/hicolor/scalable/apps/; cp ../res/scalable.svg ./AppDir/usr/share/icons/hicolor/scalable/apps/rustdesk.svg
2023-01-07 23:55:41 +08:00
# desktop file
# - sed -i "s/Icon=\/usr\/share\/rustdesk\/files\/rustdesk.png/Icon=rustdesk/g" ./AppDir/usr/share/applications/rustdesk.desktop
- rm -rf ./AppDir/usr/share/applications
AppDir :
path : ./AppDir
app_info :
id : rustdesk
name : rustdesk
icon : rustdesk
2023-10-14 11:07:08 +08:00
version : 1.2 .4
2023-01-07 23:55:41 +08:00
exec : usr/lib/rustdesk/rustdesk
exec_args : $@
apt :
arch :
2023-01-09 10:38:43 +08:00
- arm64
2023-01-07 23:55:41 +08:00
allow_unauthenticated : true
sources :
2024-04-29 15:40:55 +08:00
- sourceline : deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ focal main restricted universe multiverse
2023-01-09 10:38:43 +08:00
key_url : 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
2024-04-29 15:40:55 +08:00
- sourceline : deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ focal-updates main restricted universe multiverse
2023-01-09 10:38:43 +08:00
key_url : 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
2024-04-29 15:40:55 +08:00
- sourceline : deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ focal-backports main restricted
2023-01-07 23:55:41 +08:00
universe multiverse
2023-01-09 10:38:43 +08:00
key_url : 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
2024-04-29 15:40:55 +08:00
- sourceline : deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ focal-security main restricted
2023-03-23 09:28:08 +08:00
universe multiverse
key_url : 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
2023-01-07 23:55:41 +08:00
include :
2024-04-29 15:40:55 +08:00
- libc6:arm64
2023-01-07 23:55:41 +08:00
- libgtk-3-0
- libxcb-randr0
- libxdo3
- libxfixes3
- libxcb-shape0
- libxcb-xfixes0
- libasound2
- libsystemd0
- curl
- libva-drm2
- libva-x11-2
- libvdpau1
- libgstreamer-plugins-base1.0-0
2023-03-23 09:28:08 +08:00
- libwayland-cursor0
- libwayland-egl1
- libpulse0
2024-04-28 10:44:14 +08:00
- packagekit-gtk3-module
2024-04-28 12:58:15 +08:00
- libcanberra-gtk3-module
2023-01-07 23:55:41 +08:00
exclude :
- humanity-icon-theme
- hicolor-icon-theme
- adwaita-icon-theme
- ubuntu-mono
files :
include : [ ]
exclude :
- usr/share/man
- usr/share/doc/*/README.*
- usr/share/doc/*/changelog.*
- usr/share/doc/*/NEWS.*
- usr/share/doc/*/TODO.*
runtime :
env :
GIO_MODULE_DIR : $APPDIR/usr/lib/x86_64-linux-gnu/gio/modules/
2023-01-10 11:07:12 +08:00
GDK_BACKEND : x11
2023-01-07 23:55:41 +08:00
test :
fedora-30 :
image : appimagecrafters/tests-env:fedora-30
command : ./AppRun
debian-stable :
image : appimagecrafters/tests-env:debian-stable
command : ./AppRun
archlinux-latest :
image : appimagecrafters/tests-env:archlinux-latest
command : ./AppRun
centos-7 :
image : appimagecrafters/tests-env:centos-7
command : ./AppRun
ubuntu-xenial :
image : appimagecrafters/tests-env:ubuntu-xenial
command : ./AppRun
AppImage :
2023-01-08 17:42:18 +08:00
arch : aarch64
2023-01-07 23:55:41 +08:00
update-information : guess