File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
12
12
rp_module_id=" bombermaaan"
13
13
rp_module_desc=" Bombermaaan - Classic bomberman game"
14
- rp_module_licence=" GPL3 https://raw.githubusercontent.com/bjaraujo/Bombermaaan/master/LICENSE .txt"
15
- rp_module_repo=" git https://github.com/bjaraujo/Bombermaaan.git v1.9.7.2126 "
14
+ rp_module_licence=" GPL3 https://raw.githubusercontent.com/bjaraujo/Bombermaaan/master/COPYING .txt"
15
+ rp_module_repo=" git https://github.com/bjaraujo/Bombermaaan.git master "
16
16
rp_module_section=" exp"
17
- rp_module_flags=" sdl1 !mali "
17
+ rp_module_flags=" sdl2 "
18
18
19
19
function depends_bombermaaan() {
20
- getDepends cmake libsdl1.2 -dev libsdl-mixer1.2 -dev
20
+ getDepends cmake libsdl2 -dev libsdl2-mixer -dev
21
21
}
22
22
23
23
function sources_bombermaaan() {
@@ -33,7 +33,7 @@ function build_bombermaaan() {
33
33
}
34
34
35
35
function install_bombermaaan() {
36
- md_ret_files=(
36
+ md_ret_files=(
37
37
' trunk/bombermaaan'
38
38
' trunk/levels'
39
39
' trunk/res/images'
@@ -44,11 +44,11 @@ function install_bombermaaan() {
44
44
function configure_bombermaaan() {
45
45
addPort " $md_id " " bombermaaan" " Bombermaaan" " $md_inst /bombermaaan"
46
46
47
- isPlatform " dispmanx " && setBackend " $md_id " " dispmanx "
47
+ [[ " $mode " == " remove " ]] && return
48
48
49
49
local file=" $romdir /ports/Bombermaaan.sh"
50
50
cat > " $file " << _EOF_
51
- #!/bin/bash
51
+ #!/usr/ bin/env bash
52
52
pushd "$md_inst "
53
53
"$rootdir /supplementary/runcommand/runcommand.sh" 0 _PORT_ bombermaaan ""
54
54
popd
You can’t perform that action at this time.
0 commit comments