The desktop file should be named io.mrarm.mcpelauncher-ui-qt.desktop so the launcher gets the proper icon instead of the default Wayland/x11 one.
Search Criteria
Package Details: mcpelauncher-ui-git 0.15.0.r0.g8ba3a05-1
Package Actions
| 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: | ChristopherHX (hockeymikey, Ashes) |
| Last Packager: | ChristopherHX |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-12-13 15:56 (UTC) |
| Last Updated: | 2025-10-09 14:46 (UTC) |
Dependencies (14)
- libxcursor
- libxi (libxi-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxrandr (libxrandr-gitAUR)
- libzip (libzip-gitAUR)
- mcpelauncher-client (mcpelauncher-linux-gitAUR, mcpelauncher-linuxAUR)
- protobuf (protobuf-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-svg
- qt6-webengine
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- mcpelauncher-msa-ui-qt-gitAUR (optional) – Microsoft authentication for version before 1.16.1X
Required by (2)
- mcpelauncher-linux (requires mcpelauncher-ui) (optional)
- mcpelauncher-linux-git (requires mcpelauncher-ui) (optional)
Sources (9)
- git+https://github.com/MCMrARM/axml-parser.git
- git+https://github.com/minecraft-linux/file-util.git
- git+https://github.com/minecraft-linux/mcpelauncher-apkinfo.git
- git+https://github.com/minecraft-linux/mcpelauncher-common.git
- git+https://github.com/minecraft-linux/mcpelauncher-extract.git
- git+https://github.com/minecraft-linux/mcpelauncher-ui-manifest.git#branch=qt6
- git+https://github.com/minecraft-linux/mcpelauncher-ui-qt.git
- git+https://github.com/minecraft-linux/playdl-signin-ui-qt.git
- google-play-api
Damgaldor commented on 2025-10-18 12:45 (UTC)
hockeymikey commented on 2025-10-03 00:06 (UTC)
Need to add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to this too
kittenzrulz123 commented on 2025-07-11 23:25 (UTC)
Make Error at eglut/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake
hockeymikey commented on 2025-06-14 03:15 (UTC)
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Getting that with axml-parser
HurricanePootis commented on 2024-06-12 01:33 (UTC)
Hello, this package could use some changes.
- Make the
license()SPDX compliant, as PKGBUILDs now have to be. - Add
mcpelauncher-msa-ui-qt-gitas 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
Pinned Comments
ersei commented on 2021-04-22 12:08 (UTC) (edited on 2025-10-03 19:17 (UTC) by ersei)
I've taken over this package as well and updated it to the ng branch. If there's anything wrong with it, submit a comment.