MultiMC: remove package
This commit is contained in:
parent
d6fc5518d5
commit
246c2da38d
3 changed files with 1 additions and 52 deletions
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
/usr/libexec/multimc/multimc -d ~/.multimc
|
|
|
@ -1,50 +0,0 @@
|
||||||
# Template file for 'MultiMC'
|
|
||||||
pkgname=MultiMC
|
|
||||||
version=0.6.13
|
|
||||||
revision=1
|
|
||||||
wrksrc="Launcher-${version}"
|
|
||||||
_commithashnbt="4b305bbd2ac0e7a26987baf7949a484a87b474d4"
|
|
||||||
_nbtversion="multimc-0.6.1"
|
|
||||||
_quazipversion="multimc-3"
|
|
||||||
build_style=cmake
|
|
||||||
configure_args='-DMultiMC_BUILD_PLATFORM=Void -DMultiMC_LAYOUT=lin-system'
|
|
||||||
hostmakedepends="openjdk8 xxd git qt5-qmake qt5-host-tools tar"
|
|
||||||
makedepends="qt5-devel qt5-x11extras-devel qt5-svg-devel gtk+-devel"
|
|
||||||
depends="virtual?java-environment qt5-svg"
|
|
||||||
short_desc="Instanced Minecraft client"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="Apache-2.0"
|
|
||||||
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="d77d07e77754875a8a4abd5a2f4d0e01593aa7ffb4860efe993eb2755e8a3164
|
|
||||||
36c816e6b1ef8ece52c57dfa9bfda3a23808d0c6c3288b25d8bcf49c7cdb5b07
|
|
||||||
ffa60368b1c196859691b637c740f4c60597b2ac47217995082ae8b2a3a9ac18"
|
|
||||||
skip_extraction="${_nbtversion}.tar.gz ${_quazipversion}.tar.gz"
|
|
||||||
|
|
||||||
# Restricted since we don't have permissions to ship builds with the
|
|
||||||
# MultiMC name, artwork or the API endpoints.
|
|
||||||
restricted=yes
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
armv*) broken="https://github.com/MultiMC/MultiMC5/issues/2895";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
|
|
||||||
export PATH=$PATH:$JAVA_HOME/bin
|
|
||||||
tar zxvf "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_nbtversion}.tar.gz" -C "${wrksrc}/libraries/libnbtplusplus" --strip-components 1
|
|
||||||
tar zxvf "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_quazipversion}.tar.gz" -C "${wrksrc}/libraries/quazip" --strip-components 1
|
|
||||||
}
|
|
||||||
|
|
||||||
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 launcher/package/linux/multimc.desktop 644 /usr/share/applications
|
|
||||||
vsed -i "${DESTDIR}/usr/share/applications/multimc.desktop" -e 's/Exec=multimc/Exec=MultiMC/'
|
|
||||||
vinstall launcher/resources/multimc/scalable/multimc.svg 644 /usr/share/pixmaps
|
|
||||||
}
|
|
|
@ -11,6 +11,7 @@ homepage="https://voidlinux.org"
|
||||||
replaces="
|
replaces="
|
||||||
ImageMagick6<=6.9.12.12_2
|
ImageMagick6<=6.9.12.12_2
|
||||||
MoinMoin<=1.9.11_1
|
MoinMoin<=1.9.11_1
|
||||||
|
MultiMC<=0.6.13_1
|
||||||
Platinum9-theme<=0.0.0.20170720_3
|
Platinum9-theme<=0.0.0.20170720_3
|
||||||
Venom<=0.5.5_1
|
Venom<=0.5.5_1
|
||||||
XorCurses<=0.2.2_1
|
XorCurses<=0.2.2_1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue