mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 02:30:44 +00:00
40 lines
1.4 KiB
YAML
40 lines
1.4 KiB
YAML
app-id: io.github.xgui4.lce_qt_launcher
|
|
runtime: org.kde.Platform
|
|
runtime-version: '6.8'
|
|
base: io.qt.PySide.BaseApp
|
|
sdk: org.kde.Sdk
|
|
|
|
name: LCE Qt Launcher
|
|
command: lce_qt_launcher
|
|
summary: An Minecraft Legacy Console Launcher For GNU/Linux
|
|
description: |
|
|
This is a custom Minecraft LCE Launcher written in
|
|
Python and Qt with Freedom and with GNU/Linux support in mind.
|
|
|
|
finish-args:
|
|
- --device=dri
|
|
- --share=network
|
|
- --share=ipc
|
|
- --socket=wayland
|
|
- --socket=fallback-x11
|
|
- --filesystem=home
|
|
|
|
modules:
|
|
- name: lce_qt_launcher
|
|
buildsystem: simple
|
|
build-commands:
|
|
- install -D main.py /app/bin/lce-qt-launcher
|
|
- chmod +x /app/bin/lce-qt-launcher
|
|
- install -D packages/io.github.xgui4.lce_qt_launcher.desktop /app/share/applications/io.github.xgui4.lce_qt_launcher.desktop
|
|
- install -D assets/io.github.xgui4.lce_qt_launcher.png /app/share/icons/hicolor/128x128/apps/io.github.xgui4.lce_qt_launcher.png
|
|
- install -D "$pkgdir/opt/lce_qt_launcher"
|
|
- install -D data/* /app/share/io.github.lce_qt_launcher/data
|
|
- install -D assets/* /app/share/io.github.lce_qt_launcher/assets
|
|
- install -D data/lce_qt_launcher.ini "/app/etc/lce_qt_launcher.ini
|
|
sources:
|
|
- type: file
|
|
path: main.py
|
|
- type: file
|
|
path: io.github.xgui4.lce_qt_launcher.desktop
|
|
- type: file
|
|
path: io.github.xgui4.lce_qt_launcher.png |