From 6b7af8cb487fbd5d007cb239391e3ad651d417e3 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sun, 22 Sep 2019 21:27:44 -0400 Subject: [PATCH] rebuild: add embree2, wxgtk2-tb, ericw-tools, quakespasm, trenchbroom, and yamagi-quake2, move packages to the packages account on basilisk01 --- build-system/rebuild-pkgs.rkt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/build-system/rebuild-pkgs.rkt b/build-system/rebuild-pkgs.rkt index 1fe35e2..73a0564 100755 --- a/build-system/rebuild-pkgs.rkt +++ b/build-system/rebuild-pkgs.rkt @@ -5,15 +5,17 @@ (provide all-packages package-options) -(define (mygit a) (~a "https://git.greyserv.net/marrub/" a)) +(define (mygit a) (~a "https://git.greyserv.net/packages/" a)) (define (gitlab a) (~a "https://gitlab.com/" a)) (define (github a) (~a "https://github.com/" a)) (define all-packages (list + 'embree2 'kmozillahelper 'libsodium-git 'vim-runtime-git + 'wxgtk2-tb 'applyppf 'basiliskii-git @@ -22,6 +24,7 @@ 'chocolate-doom 'crosstool-ng-git 'dolphin-emu-git + 'ericw-tools 'f3 'firefox-kde-opensuse-bin 'gdcc-git @@ -54,6 +57,7 @@ 'prboom-plus 'previous-svn 'qjoypad + 'quakespasm 'quakespasm-spiked-git 'quark-shaders 'radeontop @@ -61,17 +65,21 @@ 'sharenix-git 'sheepshaver-git 'slade + 'trenchbroom 'ttf-twemoji-color 'uade 'xf86-input-xwiimote-git 'xwiimote-git + 'yamagi-quake2 'zdoom)) (define package-options (hash + 'embree2 (hash 'asdeps #t) 'kmozillahelper (hash 'asdeps #t) 'libsodium-git (hash 'asdeps #t) 'vim-runtime-git (hash 'asdeps #t) + 'wxgtk2-tb (hash 'asdeps #t) 'bsnes-plus-git (hash 'url (mygit "bsnes-plus-git.git")) @@ -92,6 +100,12 @@ 'ppsspp-git (hash 'url (mygit "ppsspp-git.git")) + 'quakespasm + (hash 'url (mygit "quakespasm.git")) + + 'quakespasm-spiked-git + (hash 'url (mygit "quakespasm-spiked-git.git")) + 'quark-shaders (hash 'handle 'higan-shaders 'url (github "hizzlekizzle/quark-shaders"))))