Package Details: mcpelauncher-ui-git 0.15.0.r0.g8ba3a05-1

Git Clone URL: https://aur.archlinux.org/mcpelauncher-ui-git.git (read-only, click to copy)
Package Base: mcpelauncher-ui-git
Description: Minecraft: PE Linux launcher UI
Upstream URL: https://github.com/minecraft-linux/mcpelauncher-ui-manifest
Licenses: MIT, GPL-3.0-only
Conflicts: mcpelauncher-ui
Provides: mcpelauncher-ui
Submitter: mrarm
Maintainer: ersei (ChristopherHX)
Last Packager: ersei
Votes: 5
Popularity: 0.83
First Submitted: 2018-12-13 15:56 (UTC)
Last Updated: 2024-06-12 16:59 (UTC)

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.

Latest Comments

1 2 Next › Last »

HurricanePootis commented on 2024-06-12 01:33 (UTC)

Hello, this package could use some changes.

  1. Make the license() SPDX compliant, as PKGBUILDs now have to be.
  2. 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'

HurricanePootis commented on 2024-02-09 18:52 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 0a542f7..f530f27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Ersei <contact at ersei dot net>
 # Contributer: Paul <paul@mrarm.io>
 pkgname=mcpelauncher-ui-git
-pkgver=v0.3.2.r6.g485df2e
-pkgrel=3
+pkgver=0.11.0.r8.gd56d29b
+pkgrel=1
 pkgdesc="Minecraft: PE Linux launcher UI"
 arch=('x86_64')
 url="https://github.com/minecraft-linux/mcpelauncher-ui-manifest"
@@ -36,7 +36,7 @@ md5sums=(

 pkgver() {
   cd "mcpelauncher-ui-manifest"
-  git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+  git describe --long --tags | sed 's/^v//;s/.qt6//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 prepare() {
   cd mcpelauncher-ui-manifest

kenjyn76 commented on 2022-12-09 01:47 (UTC)

Any chance we can get a wayland version of this package as mentioned here:

https://github.com/minecraft-linux/mcpelauncher-manifest/issues/718#issuecomment-1338381013

?

val.vgms commented on 2022-12-03 02:40 (UTC)

@ersei it worked. Thanks.

Although I actually suspect it was actually an issue with qt6gtk2. Either way, recompiled both that and this one.

ersei commented on 2022-12-03 01:21 (UTC)

You will have to rebuild the package (makepkg --clean, then rebuild the package)

val.vgms commented on 2022-11-30 23:56 (UTC)

This package is unable to launch after qt6-base is updated to 6.4.1.

[vo@ln-10092022-1737 ~]$ mcpelauncher-ui-qt 
Cannot mix incompatible Qt library (6.4.0) with this library (6.4.1)
Abortado (`core' generado)
[vo@ln-10092022-1737 ~]$