Hello, this package could use some changes.
- Make the
license()
SPDX compliant, as PKGBUILDs now have to be. - Add
mcpelauncher-msa-ui-qt-git
as an optional dependency for version before 1.16.1X.
Here is the patch file:
diff --git a/PKGBUILD b/PKGBUILD
index e228be4..f74ac13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Ersei <contact at ersei dot net>
# Contributer: Paul <paul@mrarm.io>
pkgname=mcpelauncher-ui-git
-pkgver=0.11.0.r8.gd56d29b
+pkgver=0.15.0.r0.g8ba3a05
pkgrel=1
pkgdesc="Minecraft: PE Linux launcher UI"
arch=('x86_64')
url="https://github.com/minecraft-linux/mcpelauncher-ui-manifest"
-license=('GPL3' 'MIT')
+license=('GPL-3.0-only' 'MIT')
makedepends=('git' 'cmake')
depends=('qt6-base' 'qt6-webengine' 'qt6-declarative' 'qt6-svg' 'libzip' 'protobuf' 'libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'mcpelauncher-client')
provides=('mcpelauncher-ui')
conflicts=('mcpelauncher-ui')
+optdepends=('mcpelauncher-msa-ui-qt-git: Microsoft authentication for version before 1.16.1X')
source=(
'git+https://github.com/minecraft-linux/mcpelauncher-ui-manifest.git#branch=qt6'
'git+https://github.com/MCMrARM/axml-parser.git'
Pinned Comments
ersei commented on 2021-04-22 12:08 (UTC)
I've taken over this package as well and updated it to the ng branch. If there's anything wrong with it, send me an email / insert a comment.