From e625d9fd6cfa98cf392378d6501855ade2ec4e24 Mon Sep 17 00:00:00 2001 From: xgui4 <134389196+xgui4@users.noreply.github.com> Date: Thu, 23 Apr 2026 14:58:24 -0400 Subject: [PATCH] updates the Arch packages --- packages/linux/dev/PKGBUILD | 9 +++++---- packages/linux/nigthly/PKGBUILD | 7 ++++--- packages/linux/stable/PKGBUILD | 4 ++-- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/packages/linux/dev/PKGBUILD b/packages/linux/dev/PKGBUILD index 87beae1..cee8f8f 100644 --- a/packages/linux/dev/PKGBUILD +++ b/packages/linux/dev/PKGBUILD @@ -5,7 +5,7 @@ pkgrel=1 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" -license=('GPL3') +license=('GPL-3.0-or-later') depends=( 'python' 'pyside6' @@ -29,9 +29,9 @@ optdepends=( 'ttc-monocraft: Minecraft Font for the UI (Availaible in the AUR)' ) -provides=("${pkgname%-dev}" "${pkgname%}") -conflicts=("${pkgname%-nightly}" "${pkgname%}") -source=("${pkgname}::git+${url}.git#branch=pre-alpha") +provides=("${pkgname%-dev}" "${pkgname%-beta}" "${pkgname%}") +conflicts=("${pkgname%-nightly}" "${pkgname%-dev}" "${pkgname%-beta}" "${pkgname%}") +source=("${pkgname}::git+${url}.git#branch=beta") sha256sums=('SKIP') pkgver() { @@ -55,4 +55,5 @@ package() { install -Dm644 "packages/github.io.xgui4.lce_qt_launcher.desktop" "$pkgdir/usr/share/applications/github.io.xgui4.lce_qt_launcher.desktop" install -Dm644 license.md -t "$pkgdir/usr/share/licenses/$pkgname/" install -Dm644 readme.md code-of-conduct.md -t "$pkgdir/usr/share/doc/$pkgname/" + install -Dm644 "packages/io.github.xgui4.lce_qt_launcher.metainfo.xml" "$pkgdir/usr/share/metainfo/io.github.xgui4.lce_qt_launcher.gtk.metainfo.xml" } diff --git a/packages/linux/nigthly/PKGBUILD b/packages/linux/nigthly/PKGBUILD index 2bcb1c0..54032e2 100644 --- a/packages/linux/nigthly/PKGBUILD +++ b/packages/linux/nigthly/PKGBUILD @@ -5,7 +5,7 @@ pkgrel=1 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" -license=('GPL3') +license=('GPL-3.0-or-later') depends=( 'python' 'pyside6' @@ -29,8 +29,8 @@ optdepends=( 'ttc-monocraft: Minecraft Font for the UI (Availaible in the AUR)' ) -provides=("${pkgname%-dev}" "${pkgname%}") -conflicts=("${pkgname%-nightly}" "${pkgname%}") +provides=("${pkgname%-git}" "${pkgname%-nightly}" "${pkgname%}") +conflicts=("${pkgname%-dev}" "${pkgname%-stable}" "${pkgname%}") source=("${pkgname}::git+${url}.git#branch=nightly") sha256sums=('SKIP') @@ -55,4 +55,5 @@ package() { install -Dm644 "packages/io.github.xgui4.lce_qt_launcher.desktop" "$pkgdir/usr/share/applications/github.io.xgui4.lce_qt_launcher.desktop" install -Dm644 license.md -t "$pkgdir/usr/share/licenses/$pkgname/" install -Dm644 readme.md code-of-conduct.md -t "$pkgdir/usr/share/doc/$pkgname/" + install -Dm644 "packages/io.github.xgui4.lce_qt_launcher.metainfo.xml" "$pkgdir/usr/share/metainfo/io.github.xgui4.lce_qt_launcher.gtk.metainfo.xml" } diff --git a/packages/linux/stable/PKGBUILD b/packages/linux/stable/PKGBUILD index d25856e..afdd69a 100644 --- a/packages/linux/stable/PKGBUILD +++ b/packages/linux/stable/PKGBUILD @@ -28,8 +28,8 @@ optdepends=( 'steam: Allow for Steam integration' 'ttc-monocraft: Minecraft Font for the UI (Availaible in the AUR)' ) -provides=("${pkgname%-dev}" "${pkgname%}") -conflicts=("${pkgname%-nightly}" "${pkgname%}") +provides=("${pkgname%-stable}" "${pkgname%}") +conflicts=("${pkgname%-nightly}" "${pkgname%-git}" "${pkgname%}") source=("${pkgname}::git+${url}.git#branch=master") backup=("etc/lce-qt-launcher")