update package versions and remove unused font dependency; adjust UI properties and fix form layout

This commit is contained in:
xgui4
2026-05-08 01:53:19 -04:00
parent c2d0fa54f6
commit 9d46e2c041
8 changed files with 31 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Xgui4
pkgname=lce-qt-launcher-beta
pkgver=nightly
pkgrel=1
pkgrel=2
pkgdesc="A custom Minecraft LCE Launcher written in Python and Qt with GNU/Linux support in mind. (Beta Build)"
arch=('any')
url="https://github.com/xgui4/LCE-Qt-Launcher"
@@ -27,7 +27,6 @@ makedepends=(
optdepends=(
'wine: Allow to launch non-Linux-native Minecraft LCE ports'
'steam: Allow for Steam integration'
'ttc-monocraft: Minecraft Font for the UI (Availaible in the AUR)'
)
provides=("${pkgname%-dev}" "${pkgname%-beta}" "${pkgname%}")

View File

@@ -1,7 +1,7 @@
# Maintainer: Xgui4
pkgname=lce-qt-launcher-git
pkgver=r149.804311b
pkgrel=2
pkgrel=3
pkgdesc="A custom Minecraft LCE Launcher written in Python and Qt with GNU/Linux support in mind. (Nigthly/Git Build)"
arch=('any')
url="https://github.com/xgui4/LCE-Qt-Launcher"
@@ -27,7 +27,6 @@ makedepends=(
optdepends=(
'wine: Allow to launch non-Linux-native Minecraft LCE ports'
'steam: Allow for Steam integration'
'ttc-monocraft: Minecraft Font for the UI (Availaible in the AUR)'
)
provides=("${pkgname%-git}" "${pkgname%-nightly}" "${pkgname%}")

View File

@@ -1,7 +1,7 @@
# Maintainer: Xgui4
pkgname=lce-qt-launcher
pkgver=0.0.2.0
pkgrel=2
pkgrel=3
pkgdesc="A custom Minecraft LCE Launcher written with PySide6 (Python) with GNU/Linux support in mind. (Master/Stable Branch)"
arch=('any')
url="https://github.com/xgui4/LCE-Qt-Launcher"
@@ -27,7 +27,6 @@ makedepends=(
optdepends=(
'wine: Allow to launch non-Linux-native Minecraft LCE ports'
'steam: Allow for Steam integration'
'ttc-monocraft: Minecraft Font for the UI (Availaible in the AUR)'
)
provides=("${pkgname%-stable}" "${pkgname%}")
conflicts=("${pkgname%-nightly}" "${pkgname%-git}" "${pkgname%}")