Package Details: mcpelauncher-ui-git 0.11.0.r8.gd56d29b-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: GPL3, MIT
Conflicts: mcpelauncher-ui
Provides: mcpelauncher-ui
Submitter: mrarm
Maintainer: ersei (ChristopherHX)
Last Packager: ersei
Votes: 4
Popularity: 0.000000
First Submitted: 2018-12-13 15:56 (UTC)
Last Updated: 2024-02-10 01:54 (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-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 ~]$

ersei commented on 2022-11-07 02:42 (UTC)

Should be fixed now