Skip to content

Commit

Permalink
add parole recipe to test gstreamer helper
Browse files Browse the repository at this point in the history
  • Loading branch information
azubieta committed Oct 15, 2021
1 parent 993ce9a commit e8c8031
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions examples/parole/AppImageBuilder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
version: 1
script:
- rm -rf AppDir || true

AppDir:
path: ./AppDir

app_info:
id: org.xfce.parole
name: parole
icon: parole
version: latest
exec: usr/bin/parole

apt:
arch: amd64
sources:
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'

include:
- parole
- gstreamer1.0-x
- gstreamer1.0-alsa
- gstreamer1.0-plugins-base
- gstreamer1.0-plugins-good
- gstreamer1.0-plugins-bad
- gstreamer1.0-plugins-ugly
- gstreamer1.0-pulseaudio
- coreutils
- dash
- dbus
- libdbus-1-3
- libsystemd0

files:
exclude:
- usr/lib/x86_64-linux-gnu/gconv
- usr/share/man
- usr/share/doc/*/README.*
- usr/share/doc/*/changelog.*
- usr/share/doc/*/NEWS.*
- usr/share/doc/*/TODO.*
- usr/share/metainfo/org.kde.kcalc.appdata.xml
runtime:
version: "continuous"

test:
debian:
image: appimagecrafters/tests-env:debian-stable
command: "./AppRun"
use_host_x: True
centos:
image: appimagecrafters/tests-env:centos-7
command: "./AppRun"
use_host_x: True
arch:
image: appimagecrafters/tests-env:archlinux-latest
command: "./AppRun"
use_host_x: True
fedora:
image: appimagecrafters/tests-env:fedora-30
command: "./AppRun"
use_host_x: True
ubuntu:
image: appimagecrafters/tests-env:ubuntu-xenial
command: "./AppRun"
use_host_x: True

AppImage:
arch: x86_64

0 comments on commit e8c8031

Please sign in to comment.