From c4e62e5dbe4ca21aef9f604f441a15ba5f8be19c Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Fri, 17 May 2019 00:36:06 -0400 Subject: [PATCH] rebuild: move m64p-plugins to its own git repository --- copy_scripts.sh | 1 - m64p-plugins-pkgbuild | 56 ------------------------------------------- rebuild.sh | 2 +- 3 files changed, 1 insertion(+), 58 deletions(-) delete mode 100644 m64p-plugins-pkgbuild diff --git a/copy_scripts.sh b/copy_scripts.sh index b835ef2..0d84db2 100755 --- a/copy_scripts.sh +++ b/copy_scripts.sh @@ -12,7 +12,6 @@ $HOME/.ncmpcpp/config ncmpcpp_conf $HOME/.vimrc vimrc $HOME/.xprofile xprofile $HOME/.zshrc zshrc -$HOME/bin/mupen64plus-noncore-plugins-git/PKGBUILD m64p-plugins-pkgbuild $HOME/src/scripts/* . /etc/motsognir.conf motsognir.conf /etc/systemd/network/* . diff --git a/m64p-plugins-pkgbuild b/m64p-plugins-pkgbuild deleted file mode 100644 index 2484640..0000000 --- a/m64p-plugins-pkgbuild +++ /dev/null @@ -1,56 +0,0 @@ -pkgname=mupen64plus-noncore-plugins-git -pkgver=any -pkgrel=1 -pkgdesc="All non-core plugins for Mupen64Plus" -arch=('i686' 'x86_64') -url="https://www.mupen64plus.org/" -license=('GPL' 'custom:CC0') -depends=('mupen64plus') -makedepends=('git' 'mesa' 'glibc' 'cmake' 'boost') -source=('https://github.com/gonetz/GLideN64/archive/Public_Release_4_0.tar.gz' - "git+https://github.com/mupen64plus/mupen64plus-video-arachnoid" - "git+https://github.com/ata4/angrylion-rdp-plus" - "git+https://github.com/mupen64plus/mupen64plus-rsp-cxd4" - "git+https://github.com/mupen64plus/mupen64plus-rsp-z64") -sha256sums=('6b379cf109433527155b479d67a32c903bf074003907bea26de224a573501af6' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP') - -build() { - cd "$srcdir/GLideN64-Public_Release_4_0/src" - echo "#define PLUGIN_REVISION \"4.0\"" > "Revision.h" - cmake -D MUPENPLUSAPI=On CMakeLists.txt - make - - cd "$srcdir/mupen64plus-video-arachnoid/projects/unix" - make all PIC=1 - - cd "$srcdir/angrylion-rdp-plus" - cmake CMakeLists.txt - make - - cd "$srcdir/mupen64plus-rsp-cxd4/projects/unix" - make all PIC=1 - - cd "$srcdir/mupen64plus-rsp-z64/projects/unix" - make all SSE=SSE3 PIC=1 -} - -package() { - cd "$srcdir/GLideN64-Public_Release_4_0/src/plugin/Release" - install -Dm644 "mupen64plus-video-GLideN64.so" "$pkgdir/usr/lib/mupen64plus/mupen64plus-video-GLideN64.so" - - cd "$srcdir/mupen64plus-video-arachnoid/projects/unix" - install -Dm644 "mupen64plus-video-arachnoid.so" "$pkgdir/usr/lib/mupen64plus/mupen64plus-video-arachnoid.so" - - cd "$srcdir/angrylion-rdp-plus" - install -Dm644 "mupen64plus-video-angrylion-plus.so" "$pkgdir/usr/lib/mupen64plus/mupen64plus-video-angrylion-plus.so" - - cd "$srcdir/mupen64plus-rsp-cxd4/projects/unix" - install -Dm644 "mupen64plus-rsp-cxd4-sse2.so" "$pkgdir/usr/lib/mupen64plus/mupen64plus-rsp-cxd4-sse2.so" - - cd "$srcdir/mupen64plus-rsp-z64/projects/unix" - install -Dm644 "mupen64plus-rsp-z64.so" "$pkgdir/usr/lib/mupen64plus/mupen64plus-rsp-z64.so" -} diff --git a/rebuild.sh b/rebuild.sh index f11c633..d137c3b 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -53,7 +53,7 @@ declare -A options=( ["vim-runtime-git"]="--asdeps" ["higan"]="--handle Higan --url https://gitlab.com/higan/higan.git/" - ["mupen64plus-noncore-plugins-git"]="--no-pull -f" + ["mupen64plus-noncore-plugins-git"]="-f --url https://git.greyserv.net/marrub/mupen64plus-noncore-plugins-git.git" ["ppsspp-git"]="--install-as ppsspp-git" ) pkg_ver() {