Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] MultiMC: update to 0.6.13
@ 2021-11-14  3:38 MattTreadwell
  2021-11-14  5:59 ` Hnaguski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: MattTreadwell @ 2021-11-14  3:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1318 bytes --]

There is a new pull request by MattTreadwell against master on the void-packages repository

https://github.com/MattTreadwell/void-packages multimc
https://github.com/void-linux/void-packages/pull/34063

MultiMC: update to 0.6.13
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

- I built this PR locally for my native architecture, (x86_64-LIBC)

Microsoft account integration doesn't work since the [required MSA client ID is omitted in upstream source](https://github.com/MultiMC/Launcher/blob/develop/notsecrets/Secrets.cpp#L31) (it is included in the binaries though).

@Hnaguski please take a look.


A patch file from https://github.com/void-linux/void-packages/pull/34063.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-multimc-34063.patch --]
[-- Type: text/x-diff, Size: 1918 bytes --]

From 66291fd49ffcda66454fbdd7dbc8493aa0ef3c29 Mon Sep 17 00:00:00 2001
From: Matthew Treadwell <x@matte.fyi>
Date: Sat, 13 Nov 2021 19:04:37 -0800
Subject: [PATCH] MultiMC: update to 0.6.13

---
 srcpkgs/MultiMC/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/MultiMC/template b/srcpkgs/MultiMC/template
index 1ce848f0873d..fe94cfa4fe13 100644
--- a/srcpkgs/MultiMC/template
+++ b/srcpkgs/MultiMC/template
@@ -1,7 +1,7 @@
 # Template file for 'MultiMC'
 pkgname=MultiMC
-version=0.6.12
-revision=4
+version=0.6.13
+revision=1
 wrksrc="Launcher-${version}"
 _commithashnbt="4b305bbd2ac0e7a26987baf7949a484a87b474d4"
 _nbtversion="multimc-0.6.1"
@@ -18,7 +18,7 @@ homepage="http://multimc.org"
 distfiles="https://github.com/MultiMC/Launcher/archive/${version}.tar.gz
  https://github.com/${pkgname}/libnbtplusplus/archive/${_nbtversion}.tar.gz
  https://github.com/${pkgname}/quazip/archive/${_quazipversion}.tar.gz"
-checksum="9be496910e53a7e07454b6c4433cf6d540a3c3fea01762ac3390f19a001cb4c9
+checksum="d77d07e77754875a8a4abd5a2f4d0e01593aa7ffb4860efe993eb2755e8a3164
  36c816e6b1ef8ece52c57dfa9bfda3a23808d0c6c3288b25d8bcf49c7cdb5b07
  ffa60368b1c196859691b637c740f4c60597b2ac47217995082ae8b2a3a9ac18"
 skip_extraction="${_nbtversion}.tar.gz ${_quazipversion}.tar.gz"
@@ -44,7 +44,7 @@ post_install() {
 	vbin "${FILESDIR}/MultiMC.sh" MultiMC
 	vinstall build/libMultiMC_nbt++.so 755 /usr/lib
 	vinstall build/libMultiMC_quazip.so 755 /usr/lib
-	vinstall application/package/linux/multimc.desktop 644 /usr/share/applications
+	vinstall launcher/package/linux/multimc.desktop 644 /usr/share/applications
 	vsed -i "${DESTDIR}/usr/share/applications/multimc.desktop" -e 's/Exec=multimc/Exec=MultiMC/'
-	vinstall application/resources/multimc/scalable/multimc.svg 644 /usr/share/pixmaps
+	vinstall launcher/resources/multimc/scalable/multimc.svg 644 /usr/share/pixmaps
 }

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-12-11 19:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-14  3:38 [PR PATCH] MultiMC: update to 0.6.13 MattTreadwell
2021-11-14  5:59 ` Hnaguski
2021-11-15  6:16 ` [PR PATCH] [Updated] " MattTreadwell
2021-11-15  6:18 ` MattTreadwell
2021-12-11 19:06 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).