Skip to content

Commit

Permalink
Merge 34042b8 into b1206db
Browse files Browse the repository at this point in the history
  • Loading branch information
deuteragenie committed Aug 6, 2021
2 parents b1206db + 34042b8 commit 7defc12
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 3 deletions.
75 changes: 75 additions & 0 deletions AppImageBuilder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
version: 1

AppDir:
path: ./AppDir
app_info:
id: performous
name: performous
icon: performous
version: 1.x
exec: usr/bin/performous
exec_args: $@
apt:
arch: amd64
allow_unauthenticated: true
sources:
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse
include:
- libpangocairo-1.0-0
- libsdl2-2.0-0
- libaubio5
- libboost-iostreams1.65.1
- libboost-filesystem1.65.1
- libboost-program-options1.65.1
- libboost-system1.65.1
- libboost-locale1.65.1
- libepoxy0
- libicu60
- libpng16-16
- libjpeg8
- librsvg2-2
- libavcodec57
- libavformat57
- libavutil55
- libswscale4
- libswresample2
- libportaudio2
- libfontconfig1
- libxml++2.6-2v5
- libglibmm-2.4-1v5
- libportmidi0
- libopencv-video3.2
- libopencv-videoio3.2
- libcpprest2.10
exclude:
- usr/share/man
- usr/share/doc/*/README.*
- usr/share/doc/*/changelog.*
- usr/share/doc/*/NEWS.*
- usr/share/doc/*/TODO.*
test:
fedora-30:
image: appimagecrafters/tests-env:fedora-30
command: ./AppRun -v
use_host_x: true
debian-stable:
image: appimagecrafters/tests-env:debian-stable
command: ./AppRun -v
use_host_x: true
archlinux-latest:
image: appimagecrafters/tests-env:archlinux-latest
command: ./AppRun -v
use_host_x: true
centos-7:
image: appimagecrafters/tests-env:centos-7
command: ./AppRun -v
use_host_x: true
ubuntu-xenial:
image: appimagecrafters/tests-env:ubuntu-xenial
command: ./AppRun -v
use_host_x: true
AppImage:
arch: x86_64
update-information: None
sign-key: None
6 changes: 3 additions & 3 deletions data/performous.desktop
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[Desktop Entry]
Type=Application
Name=Performous
Comment=A karaoke game
Comment[de]=Ein Karaoke-Spiel
Expand All @@ -8,9 +9,8 @@ Comment[fr]=Un jeu de Karaoké
Comment[it]=Un gioco di karaoke
Comment[ro]=Un joc de tip karaoke
Comment[se]=Ett karaoke-spel
Exec=performous
Icon=performous
Exec=performous
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
Keywords=song;music;dance;karaoke;microphone;sound;singing;
Keywords=game;song;music;dance;karaoke;microphone;sound;singing;
Binary file added data/themes/default/icon128x128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/themes/default/icon16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/themes/default/icon32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/themes/default/icon48x48.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/themes/default/icon64x64.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7defc12

Please sign in to comment.