Package Details: xmcl-launcher 0.44.0-1

Git Clone URL: https://aur.archlinux.org/xmcl-launcher.git (read-only, click to copy)
Package Base: xmcl-launcher
Description: X Minecraft Launcher - 一个现代化的 Minecraft 启动器
Upstream URL: https://xmcl.app/
Keywords: minecraft-launcher
Licenses: MIT
Conflicts: xmcl-launcher-bin
Submitter: Twor
Maintainer: Chizuru-Kaguraza (bilibili_xiaok)
Last Packager: bilibili_xiaok
Votes: 7
Popularity: 1.41
First Submitted: 2022-10-21 15:09 (UTC)
Last Updated: 2024-04-20 02:28 (UTC)

Dependencies (4)

Required by (0)

Sources (4)

Latest Comments

1 2 Next › Last »

bilibili_xiaok commented on 2024-04-13 07:38 (UTC) (edited on 2024-04-13 07:40 (UTC) by bilibili_xiaok)

@MarsSeed I think i need lots of time to do it.......I need to learn it at first,but I dont have much time So,If you can help us,I will very much appreciate it

bilibili_xiaok commented on 2024-04-05 13:24 (UTC)

sure

MarsSeed commented on 2024-04-05 13:18 (UTC)

You should build this from source. Otherwise it has to be deleted in favor of the properly named xmcl-launcher-bin.

bilibili_xiaok commented on 2024-02-22 12:01 (UTC)

我认为如果维护者没空就把我加进去吧

boul2gom commented on 2023-11-26 21:31 (UTC)

Update version and description according to Github repo

# Maintainer: Twor <i@twor.me>
pkgname=xmcl-launcher
pkgver=0.37.8
pkgrel=1
pkgdesc="An Open Source Minecraft Launcher with Modern UX. Provide a Disk Efficient way to manage all your Mods!"
arch=('x86_64')
url="https://xmcl.app/"
license=('MIT')
#depends=('')
makedepends=('wget')
optdepends=('jre8-openjdk: 启动低版本游戏的最低要求'
'jre11-openjdk: 推荐使用此版本Java启动1.12(17w13a)-1.17(21w18a)'
'jre17-openjdk: 推荐使用此Java版本启动1.17(21w19a)及以上的版本')
source=("https://github.com/Voxelum/x-minecraft-launcher/releases/download/v$pkgver/xmcl-$pkgver-x64.tar.xz"
    xmcl.desktop
    xmcl.png)
md5sums=('31f824e8c0f8dbc73ae420217086562f'
         '7af75d1e6fb1c031a0ca63a8940f7e9d'
         'a36bd664bd28ee990ade43232e506071')
install="$pkgname.install"

_setvars() {
    cd "$srcdir"
    _full="xmcl-$pkgver-x64"
}

pkgver() {
    _setvars
    printf "$pkgver"
}

build() {
    _setvars
}

package() {
    _setvars
    cd "$srcdir"
    install -Dm644 "$srcdir/xmcl.desktop" "$pkgdir/usr/share/applications/xmcl.desktop"
    mkdir -p "$pkgdir/usr/share/icons/hicolor/192x192/apps/"
    install -Dm644 "$srcdir/xmcl.png" "$pkgdir/usr/share/icons/hicolor/192x192/apps/xmcl.png"
    mkdir -p "$pkgdir/usr/share/xmcl/"
    cp -r $_full "$pkgdir/usr/share/xmcl/$_full"
    chmod -R +x "$pkgdir/usr/share/xmcl/$_full"
}

MarsSeed commented on 2023-10-25 11:21 (UTC)

Please don't use openssl-static. Use the regular openssl, if needed. Or if unavoidable, bundle in a static build of openssl without conflicting with repo's openssl.

Twor commented on 2023-09-02 11:42 (UTC)

@zhaose thx! updated!