rebuild: add embree2, wxgtk2-tb, ericw-tools, quakespasm, trenchbroom, and yamagi-quake2, move packages to the packages account on basilisk01

master
an 2019-09-22 21:27:44 -04:00
parent 2e5274c478
commit 6b7af8cb48
1 changed files with 15 additions and 1 deletions

View File

@ -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"))))