1
0
Fork 0
mirror of synced 2024-05-04 20:52:58 +12:00
Rare/AppImageBuilder.yml

75 lines
2.3 KiB
YAML
Raw Permalink Normal View History

2021-08-12 08:07:22 +12:00
# appimage-builder recipe see https://appimage-builder.readthedocs.io for details
version: 1
script:
# Remove any previous build
- rm -rf AppDir | true
2021-08-12 08:07:22 +12:00
# Make usr and icons dirs
- mkdir -p AppDir/usr/src
- mkdir -p AppDir/usr/share/icons/hicolor/256x256/apps/
2021-12-16 08:14:44 +13:00
# Copy source files
2021-12-09 05:53:26 +13:00
- cp -r rare AppDir/usr/src/rare
2021-12-16 08:14:44 +13:00
# copy Logo
- cp AppDir/usr/src/rare/resources/images/Rare.png AppDir/usr/share/icons/hicolor/256x256/apps/
2021-08-12 08:07:22 +12:00
# Install application dependencies
- python3 -m pip install --ignore-installed --prefix=/usr --root=AppDir pypresence qtawesome legendary-gl orjson
2021-08-12 08:07:22 +12:00
AppDir:
path: AppDir
app_info:
2022-08-30 11:21:14 +12:00
id: io.github.dummerle.rare
2021-08-12 08:07:22 +12:00
name: Rare
icon: Rare
2023-12-20 22:24:01 +13:00
version: 1.10.11
2021-08-12 08:07:22 +12:00
exec: usr/bin/python3
exec_args: $APPDIR/usr/src/rare/main.py $@
apt:
arch: amd64
allow_unauthenticated: true
sources:
2022-08-30 11:21:14 +12:00
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
2021-12-16 08:14:44 +13:00
include:
- python3
- python3-distutils
- python3-pyqt5
2021-12-19 12:06:05 +13:00
- python3-pyqt5.qtsvg
2021-12-16 08:14:44 +13:00
- python3-requests
2021-08-12 08:07:22 +12:00
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
2021-12-19 12:06:05 +13:00
PYTHONPATH: '${APPDIR}/usr/lib/python3.8/site-packages:${APPDIR}/usr/lib/python3.9/site-packages'
2024-01-29 06:44:47 +13:00
PYTHONNOUSERSITE: 1
2021-08-12 08:07:22 +12:00
test:
fedora:
image: appimagecrafters/tests-env:fedora-30
command: ./AppRun --test-start
2021-08-12 08:07:22 +12:00
use_host_x: true
debian-stable:
2021-08-12 08:07:22 +12:00
image: appimagecrafters/tests-env:debian-stable
command: ./AppRun --test-start
2021-08-12 08:07:22 +12:00
use_host_x: true
archlinux-latest:
2021-08-12 08:07:22 +12:00
image: appimagecrafters/tests-env:archlinux-latest
command: ./AppRun --test-start
2021-08-12 08:07:22 +12:00
use_host_x: true
centos-7:
2021-08-12 08:07:22 +12:00
image: appimagecrafters/tests-env:centos-7
command: ./AppRun --test-start
2021-08-12 08:07:22 +12:00
use_host_x: true
ubuntu-xenial:
2021-08-12 08:07:22 +12:00
image: appimagecrafters/tests-env:ubuntu-xenial
2021-12-16 08:14:44 +13:00
command: ./AppRun --test-start
2021-08-12 08:07:22 +12:00
use_host_x: true
2021-12-08 11:07:30 +13:00
AppImage:
arch: x86_64
2021-12-08 11:07:30 +13:00
update-information: gh-releases-zsync|Dummerle|Rare|latest|Rare*.AppImage.zsync