nheko/AppImageBuilder.yml

120 lines
3.3 KiB
YAML
Raw Normal View History

2020-12-25 19:14:32 +01:00
# appimage-builder recipe see https://appimage-builder.readthedocs.io for details
version: 1
AppDir:
path: ./AppDir
app_info:
id: nheko
name: nheko
icon: nheko
version: latest
exec: usr/bin/nheko
exec_args: $@
runtime:
env:
2020-12-26 01:56:27 +01:00
APPDIR_LIBRARY_PATH: $APPDIR/usr/lib/x86_64-linux-gnu:$APPDIR/usr/lib/x86_64-linux-gnu/gstreamer-1.0:$APPDIR/usr/lib/x86_64-linux-gnu/gconv:$APPDIR/lib/x86_64-linux-gnu:$APPDIR/usr/lib/x86_64-linux-gnu/pulseaudio
apt:
arch: amd64
allow_unauthenticated: true
sources:
- sourceline: deb http://de.archive.ubuntu.com/ubuntu/ bionic main restricted
- sourceline: deb http://de.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
- sourceline: deb http://de.archive.ubuntu.com/ubuntu/ bionic universe
- sourceline: deb http://de.archive.ubuntu.com/ubuntu/ bionic-updates universe
- sourceline: deb http://de.archive.ubuntu.com/ubuntu/ bionic multiverse
- sourceline: deb http://de.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
- sourceline: deb http://de.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
2021-07-12 00:49:58 +02:00
- sourceline: deb http://ppa.launchpad.net/beineri/opt-qt-5.15.2-bionic/ubuntu bionic main
2020-12-25 19:14:32 +01:00
include:
2020-12-26 01:56:27 +01:00
- gstreamer1.0-libav
- gstreamer1.0-plugins-bad
- gstreamer1.0-plugins-base
- gstreamer1.0-plugins-good
- gstreamer1.0-pulseaudio
- gstreamer1.0-x
- kimageformat-plugins
- libbs2b0
- libbz2-1.0
2021-06-30 12:45:41 +02:00
- libcurl4
2020-12-26 01:56:27 +01:00
- libelf1
- libexpat1
2021-06-30 12:45:41 +02:00
- libevent-core-2.1-6
- libevent-pthreads-2.1-6
2020-12-26 01:56:27 +01:00
- libhogweed4
- libjpeg-turbo8
- libkf5archive5
- libllvm10
- liblmdb0
- liblz4-1
- libnorm1
- libnss-mdns
- libopenexr22
- libpcre3
- libqt5keychain1
2021-07-12 00:49:58 +02:00
- qt515base
- qt515declarative
- qt515tools
- qt515multimedia
- qt515script
- qt515quickcontrols2
- qt515svg
2020-12-26 01:56:27 +01:00
- librubberband2
- libsensors4
- libsm6
- libsnappy1v5
- libsystemd0
- libwayland-server0
- libx264-152
- libxau6
- libxcb-render-util0
- libxcb-sync1
- libxcb-xinerama0
- libxcb-xkb1
- libxcursor1
- libxdmcp6
- libxext6
- libxfixes3
- libxrender1
- libxshmfence1
- libxv1
- libxxf86vm1
- libzstd1
2021-07-12 00:49:58 +02:00
- qt515imageformats
2020-12-26 01:56:27 +01:00
exclude: []
files:
2020-12-25 19:14:32 +01:00
exclude:
- usr/share/man
2021-07-12 23:40:52 +02:00
- usr/share/doc
- opt/qt515/examples
- opt/qt515/bin
2021-07-12 23:55:35 +02:00
- opt/qt515/include
- opt/qt515/mkspecs
2020-12-25 19:14:32 +01:00
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
2020-12-26 01:56:27 +01:00
update-information: None
2020-12-25 19:14:32 +01:00
sign-key: None