1
0
Fork 0
mirror of synced 2024-05-13 17:12:49 +12:00
Rare/AppImageBuilder.yml

89 lines
3.2 KiB
YAML

# appimage-builder recipe see https://appimage-builder.readthedocs.io for details
version: 1
script:
# Remove any previous build
- rm -rf AppDir Rare | true
# Make usr and icons dirs
- mkdir -p AppDir/usr/src
- mkdir -p AppDir/usr/share/icons/hicolor/256x256/apps/
# Copy source files
- cp -r rare AppDir/usr/src/rare
- mv AppDir/usr/src/rare/__main__.py AppDir/usr/src/
# copy Logo
- cp AppDir/usr/src/rare/resources/images/Rare.png AppDir/usr/share/icons/hicolor/256x256/apps/
# Install application dependencies
- python3 -m pip install --system --ignore-installed --prefix=/usr --root=AppDir pypresence qtawesome
- python3 -m pip install --system --ignore-installed --prefix=/usr --root=AppDir ./rare/legendary
# remove duplicate legendary
- rm -rf AppDir/usr/src/rare/legendary
AppDir:
path: AppDir
app_info:
id: org.dummerle.rare
name: Rare
icon: Rare
version: 1.8.9
exec: usr/bin/python3
exec_args: $APPDIR/usr/src/__main__.py $@
apt:
arch: amd64
allow_unauthenticated: true
sources:
- sourceline: deb http://de.archive.ubuntu.com/ubuntu/ impish main restricted
- sourceline: deb http://de.archive.ubuntu.com/ubuntu/ impish-updates main restricted
- sourceline: deb http://de.archive.ubuntu.com/ubuntu/ impish universe
- sourceline: deb http://de.archive.ubuntu.com/ubuntu/ impish-updates universe
- sourceline: deb http://de.archive.ubuntu.com/ubuntu/ impish multiverse
- sourceline: deb http://de.archive.ubuntu.com/ubuntu/ impish-updates multiverse
- sourceline: deb http://de.archive.ubuntu.com/ubuntu/ impish-backports main restricted
universe multiverse
- sourceline: deb http://security.ubuntu.com/ubuntu impish-security main restricted
- sourceline: deb http://security.ubuntu.com/ubuntu impish-security universe
- sourceline: deb http://security.ubuntu.com/ubuntu impish-security multiverse
include:
- python3
- python3-distutils
- python3-pyqt5
- python3-pyqt5.qtsvg
- python3-psutil
- python3-requests
runtime:
env:
# Set python home
# See https://docs.python.org/3/using/cmdline.html#envvar-PYTHONHOME
PYTHONHOME: '${APPDIR}/usr'
# Path to the site-packages dir or other modules dirs
# See https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH
PYTHONPATH: '${APPDIR}/usr/lib/python3.8/site-packages:${APPDIR}/usr/lib/python3.9/site-packages'
test:
fedora:
image: appimagecrafters/tests-env:fedora-30
command: ./AppRun --test-start
use_host_x: true
debian-stable:
image: appimagecrafters/tests-env:debian-stable
command: ./AppRun --test-start
use_host_x: true
archlinux-latest:
image: appimagecrafters/tests-env:archlinux-latest
command: ./AppRun --test-start
use_host_x: true
centos-7:
image: appimagecrafters/tests-env:centos-7
command: ./AppRun --test-start
use_host_x: true
ubuntu-xenial:
image: appimagecrafters/tests-env:ubuntu-xenial
command: ./AppRun --test-start
use_host_x: true
AppImage:
arch: x86_64
update-information: gh-releases-zsync|Dummerle|Rare|latest|Rare*.AppImage.zsync