mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 01:20:45 +00:00
update package versions and remove unused font dependency; adjust UI properties and fix form layout
This commit is contained in:
@@ -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%}")
|
||||
|
||||
@@ -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%}")
|
||||
|
||||
@@ -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%}")
|
||||
|
||||
Reference in New Issue
Block a user