Re-enable arch for dev
This commit is contained in:
78
installJRMC
78
installJRMC
@@ -836,49 +836,49 @@ installMesa() {
|
|||||||
installMCARCH() {
|
installMCARCH() {
|
||||||
debug "Running: ${FUNCNAME[0]}"
|
debug "Running: ${FUNCNAME[0]}"
|
||||||
echo "Arch install under construction"
|
echo "Arch install under construction"
|
||||||
# [[ -d "$OUTPUTDIR/PKGBUILD" ]] || mkdir -p "$OUTPUTDIR/PKGBUILD"
|
[[ -d "$OUTPUTDIR/PKGBUILD" ]] || mkdir -p "$OUTPUTDIR/PKGBUILD"
|
||||||
# cat <<-EOF > "$OUTPUTDIR/PKGBUILD/mediacenter.pkgbuild"
|
cat <<-EOF > "$OUTPUTDIR/PKGBUILD/mediacenter.pkgbuild"
|
||||||
# pkgname=mediacenter$MVERSION
|
pkgname=mediacenter$MVERSION
|
||||||
# pkgver=$MCVERSION
|
pkgver=$MCVERSION
|
||||||
# pkgrel=1
|
pkgrel=1
|
||||||
# pkgdesc="The Most Comprehensive Media Software"
|
pkgdesc="The Most Comprehensive Media Software"
|
||||||
# arch=('x86_64')
|
arch=('x86_64')
|
||||||
# url="http://www.jriver.com/"
|
url="http://www.jriver.com/"
|
||||||
# license=('custom')
|
license=('custom')
|
||||||
# depends=('alsa-lib' 'gcc-libs' 'libx11' 'libxext' 'libxcb' 'libxau' 'libxdmcp' 'util-linux' 'libxext' 'gtk3')
|
depends=('alsa-lib' 'gcc-libs' 'libx11' 'libxext' 'libxcb' 'libxau' 'libxdmcp' 'util-linux' 'libxext' 'gtk3')
|
||||||
# optdepends=(
|
optdepends=(
|
||||||
# 'mesa-libgl: nouveau video support'
|
'mesa-libgl: nouveau video support'
|
||||||
# 'nvidia-libgl: nvidia video support'
|
'nvidia-libgl: nvidia video support'
|
||||||
# 'nvidia-utils: nvidia vulkan support'
|
'nvidia-utils: nvidia vulkan support'
|
||||||
# 'vulkan-intel: intel vulkan support'
|
'vulkan-intel: intel vulkan support'
|
||||||
# 'vulkan-radeon: amd vulkan support'
|
'vulkan-radeon: amd vulkan support'
|
||||||
# 'vorbis-tools: ogg vorbis support'
|
'vorbis-tools: ogg vorbis support'
|
||||||
# 'musepack-tools: musepack support'
|
'musepack-tools: musepack support'
|
||||||
# )
|
)
|
||||||
# source=("http://files.jriver.com/mediacenter/channels/v30/latest/MediaCenter-$MCVERSION-amd64.deb" 'License.txt')
|
source=("http://files.jriver.com/mediacenter/channels/v30/latest/MediaCenter-$MCVERSION-amd64.deb" 'License.txt')
|
||||||
|
|
||||||
# package() {
|
package() {
|
||||||
# cd "\$srcdir"
|
cd "\$srcdir"
|
||||||
# bsdtar xf data.tar.xz -C "\$pkgdir"
|
bsdtar xf data.tar.xz -C "\$pkgdir"
|
||||||
# install -Dm644 "License.txt" "\$pkgdir/usr/share/licenses/\$pkgname/COPYING"
|
install -Dm644 "License.txt" "\$pkgdir/usr/share/licenses/\$pkgname/COPYING"
|
||||||
# }
|
}
|
||||||
# EOF
|
EOF
|
||||||
|
|
||||||
# pushd "$OUTPUTDIR/PKGBUILD" &>/dev/null || return
|
pushd "$OUTPUTDIR/PKGBUILD" &>/dev/null || return
|
||||||
# makepkg_cmd="makepkg
|
makepkg_cmd="makepkg
|
||||||
# --syncdeps
|
--syncdeps
|
||||||
# --clean
|
--clean
|
||||||
# --cleanbuild
|
--cleanbuild
|
||||||
# --force
|
--force
|
||||||
# --install
|
--install
|
||||||
# -p mediacenter.pkgbuild"
|
-p mediacenter.pkgbuild"
|
||||||
|
|
||||||
# if ! eval "${makepkg_cmd}"; then
|
if ! eval "${makepkg_cmd}"; then
|
||||||
# echo "makepkg failed"
|
echo "makepkg failed"
|
||||||
# exit
|
exit
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
# popd &>/dev/null || return
|
popd &>/dev/null || return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user