-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
12 changed files
with
247 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# appimage-builder recipe see https://appimage-builder.readthedocs.io for details | ||
version: 1 | ||
AppDir: | ||
path: /src/bleonard252/bodacious/AppDir | ||
app_info: | ||
id: xyz.u1024256.bodacious | ||
name: Bodacious | ||
icon: xyz.u1024256.bodacious | ||
version: 0.7.0 | ||
exec: bodacious | ||
exec_args: $@ | ||
apt: | ||
arch: | ||
- amd64 | ||
allow_unauthenticated: true | ||
sources: | ||
- sourceline: deb http://deb.debian.org/debian/ bullseye main non-free contrib | ||
- sourceline: deb http://deb.debian.org/debian bullseye-updates | ||
main contrib non-free | ||
stable main | ||
- sourceline: deb http://security.debian.org/debian-security bullseye-security | ||
main contrib non-free | ||
stable main | ||
include: [] | ||
files: | ||
include: [] | ||
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 | ||
use_host_x: true | ||
debian-stable: | ||
image: appimagecrafters/tests-env:debian-stable | ||
command: ./AppRun | ||
use_host_x: true | ||
archlinux-latest: | ||
image: appimagecrafters/tests-env:archlinux-latest | ||
command: ./AppRun | ||
use_host_x: true | ||
centos-7: | ||
image: appimagecrafters/tests-env:centos-7 | ||
command: ./AppRun | ||
use_host_x: true | ||
ubuntu-xenial: | ||
image: appimagecrafters/tests-env:ubuntu-xenial | ||
command: ./AppRun | ||
use_host_x: true | ||
after_runtime: | ||
- sed -i 's/Utility/Audio/' AppDir/xyz.u1024256.bodacious.desktop | ||
- sed -i '/Exec=/a StartupWMClass=bodacious' AppDir/xyz.u1024256.bodacious.desktop | ||
- mkdir -p AppDir/usr/share/applications | ||
- cp AppDir/xyz.u1024256.bodacious.desktop AppDir/usr/share/applications/ | ||
AppImage: | ||
arch: x86_64 | ||
update-information: guess | ||
file_name: 'build/linux/x64/release/appimage/bodacious-x86_64.AppImage' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.