mirror of https://github.com/Nheko-Reborn/nheko
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
119 lines
3.3 KiB
119 lines
3.3 KiB
# 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:
|
|
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
|
|
- sourceline: deb http://ppa.launchpad.net/beineri/opt-qt-5.15.2-bionic/ubuntu bionic main
|
|
include:
|
|
- 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
|
|
- libcurl4
|
|
- libelf1
|
|
- libexpat1
|
|
- libevent-core-2.1-6
|
|
- libevent-pthreads-2.1-6
|
|
- libhogweed4
|
|
- libjpeg-turbo8
|
|
- libkf5archive5
|
|
- libllvm10
|
|
- liblmdb0
|
|
- liblz4-1
|
|
- libnorm1
|
|
- libnss-mdns
|
|
- libopenexr22
|
|
- libpcre3
|
|
- libqt5keychain1
|
|
- qt515base
|
|
- qt515declarative
|
|
- qt515tools
|
|
- qt515multimedia
|
|
- qt515script
|
|
- qt515quickcontrols2
|
|
- qt515svg
|
|
- 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
|
|
- qt515imageformats
|
|
exclude: []
|
|
files:
|
|
exclude:
|
|
- usr/share/man
|
|
- usr/share/doc
|
|
- opt/qt515/examples
|
|
- opt/qt515/bin
|
|
- opt/qt515/include
|
|
- opt/qt515/mkspecs
|
|
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: None
|
|
sign-key: None
|
|
|