Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] MultiMC: Remove wrapper script (#31077)
@ 2021-05-23 16:07 F0Xde
  2021-05-23 17:12 ` Duncaen
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: F0Xde @ 2021-05-23 16:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/F0Xde/void-packages multimc
https://github.com/void-linux/void-packages/pull/31079

MultiMC: Remove wrapper script (#31077)
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

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

From 26aa790074c656f3c03ebb02f6fa3ee08ec5f04c Mon Sep 17 00:00:00 2001
From: F0X <f0xde@protonmail.com>
Date: Sun, 23 May 2021 18:03:56 +0200
Subject: [PATCH] MultiMC: Remove wrapper script (#31077)

---
 srcpkgs/MultiMC/files/MultiMC.sh | 2 --
 srcpkgs/MultiMC/template         | 5 +----
 2 files changed, 1 insertion(+), 6 deletions(-)
 delete mode 100644 srcpkgs/MultiMC/files/MultiMC.sh

diff --git a/srcpkgs/MultiMC/files/MultiMC.sh b/srcpkgs/MultiMC/files/MultiMC.sh
deleted file mode 100644
index 271794952e82..000000000000
--- a/srcpkgs/MultiMC/files/MultiMC.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-/usr/libexec/multimc/multimc -d ~/.multimc
diff --git a/srcpkgs/MultiMC/template b/srcpkgs/MultiMC/template
index 6f19fc623d0a..f4b3da2f3d4a 100644
--- a/srcpkgs/MultiMC/template
+++ b/srcpkgs/MultiMC/template
@@ -1,7 +1,7 @@
 # Template file for 'MultiMC'
 pkgname=MultiMC
 version=0.6.12
-revision=2
+revision=3
 wrksrc="${pkgname}5-${version}"
 _commithashnbt="4b305bbd2ac0e7a26987baf7949a484a87b474d4"
 _nbtversion="multimc-0.6.1"
@@ -35,9 +35,6 @@ pre_configure() {
 }
 
 post_install() {
-	vmkdir usr/libexec/multimc
-	mv "${DESTDIR}/usr/bin/multimc" "${DESTDIR}/usr/libexec/multimc"
-	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

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

end of thread, other threads:[~2022-06-04  2:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23 16:07 [PR PATCH] MultiMC: Remove wrapper script (#31077) F0Xde
2021-05-23 17:12 ` Duncaen
2021-05-23 17:43 ` F0Xde
2021-05-23 17:51 ` F0Xde
2021-05-24  9:02 ` [PR PATCH] [Updated] " F0Xde
2021-05-24  9:02 ` F0Xde
2022-05-20  2:12 ` github-actions
2022-06-04  2:08 ` [PR PATCH] [Closed]: " github-actions

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).