rebuild: use custom teamviewer repo to kill networkmanager

master
an 2019-05-18 13:48:01 -04:00
parent 1b169ffef9
commit ae42d9d408
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
m64pncp=mupen64plus-noncore-plugins-git
greyserv_git="https://git.greyserv.net/marrub"
all_pkgs=(
# deps
cef-standard
@ -10,6 +11,7 @@ all_pkgs=(
vim-runtime-git
# packages
"$m64pncp"
chocolate-doom
chromium-vaapi-bin
chromium-widevine
@ -30,7 +32,6 @@ all_pkgs=(
motsognir
mupen64plus-git
mupen64plus-gui-git
"$m64pncp"
nicotine-plus-git
obs-linuxbrowser-bin
obs-studio-git
@ -57,10 +58,11 @@ declare -A options=(
[mozc]="--asdeps"
[vim-runtime-git]="--asdeps"
[$m64pncp]="-f --url $greyserv_git/$m64pncp.git"
[higan]="--handle Higan --url https://gitlab.com/higan/higan.git/"
[$m64pncp]="-f --url https://git.greyserv.net/marrub/$m64pncp.git"
[motsognir]="--url https://git.greyserv.net/marrub/motsognir.git"
[motsognir]="--url $greyserv_git/motsognir.git"
[ppsspp-git]="--install-as ppsspp-git"
[teamviewer]="--url $greyserv_git/teamviewer.git --branch nmfix"
)
## EOF