Package Details: polymc-git 6.0.r16.g62fd3d43-1

Git Clone URL: https://aur.archlinux.org/polymc-git.git (read-only, click to copy)
Package Base: polymc-git
Description: Minecraft launcher with the ability to manage multiple instances.
Upstream URL: https://github.com/PolyMC/PolyMC
Licenses: GPL3
Conflicts: polymc
Provides: polymc
Submitter: lovetocode999
Maintainer: LennyLennington (Kaydax, sperg512)
Last Packager: Kaydax
Votes: 14
Popularity: 0.69
First Submitted: 2021-12-28 00:24 (UTC)
Last Updated: 2024-06-06 20:58 (UTC)

Dependencies (21)

Required by (1)

Sources (2)

Pinned Comments

Scrumplex commented on 2022-07-11 08:09 (UTC) (edited on 2022-07-11 08:10 (UTC) by Scrumplex)

This package has now switched to Qt 6 instead of Qt 5. If you want to keep using Qt 5 instead, then please switch to polymc-qt5-git.

Latest Comments

« First ‹ Previous 1 2 3 4

lovetocode999 commented on 2022-02-04 15:32 (UTC)

@sperg512 Done!

@Scrumplex Thank you for the patch, the build is fixed now.

Scrumplex commented on 2022-02-04 12:48 (UTC)

Patch to fix QuaZip build:

From 1504cdbb7d57d7ba7061833fa1a9bd83703eac6f Mon Sep 17 00:00:00 2001
From: Sefa Eyeoglu <contact@scrumplex.net>
Date: Fri, 4 Feb 2022 13:46:17 +0100
Subject: [PATCH] Fix build for upstream QuaZip

---
 PKGBUILD | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 7274261..3644d1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@

 _pkgname=polymc
 pkgname=${_pkgname}-git
-pkgver=1.0.5.r35.g81fe41a0
+pkgver=1.0.5.r177.g00e12b77
 pkgrel=1
 pkgdesc="Minecraft launcher with ability to manage multiple instances."
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ optdepends=('glfw: to use system GLFW libraries'
 )
 source=("git+https://github.com/PolyMC/PolyMC"
         "git+https://github.com/MultiMC/libnbtplusplus"
-        "git+https://github.com/PolyMC/quazip")
+        "git+https://github.com/stachenov/quazip")

 sha256sums=('SKIP'
             'SKIP'
@@ -63,7 +63,6 @@ check() {
 package() {
   cd "${srcdir}/PolyMC/build"
   make install DESTDIR="${pkgdir}"
-  install -D "${srcdir}/PolyMC/build/libLauncher_quazip.so" "${pkgdir}/usr/lib/libLauncher_quazip.so"
   install -D "${srcdir}/PolyMC/build/libLauncher_nbt++.so" "${pkgdir}/usr/lib/libLauncher_nbt++.so"
 }

-- 
2.35.1

sperg512 commented on 2022-02-04 12:45 (UTC)

can you add me and @LennyLennington as co-maintainers? thanks