CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Getting that with axml-parser
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 |
Last Packager: | ersei |
Votes: | 5 |
Popularity: | 0.012786 |
First Submitted: | 2018-12-13 15:56 (UTC) |
Last Updated: | 2024-06-12 16:59 (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-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
hockeymikey commented on 2025-06-14 03:15 (UTC)
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-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)
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.