Skip to content

Commit

Permalink
Adding xorg depends to missing modules (#77)
Browse files Browse the repository at this point in the history
* Adding xorg depends to missing modules

* Update rott-darkwar.sh

Co-authored-by: Exarkuniv <48326368+Exarkuniv@users.noreply.github.com>
  • Loading branch information
s1eve-mcdichae1 and Exarkuniv committed Jul 11, 2022
1 parent 3c7b1f7 commit a494619
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scriptmodules/ports/abuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rp_module_flags="!mali"

# abuse-lib & abuse-sfx will pull in the older abuse package which only works under X
function depends_abuse() {
getDepends cmake libsdl1.2-dev libsdl-mixer1.2-dev
getDepends cmake libsdl1.2-dev libsdl-mixer1.2-dev xorg
}

function sources_abuse() {
Expand Down
4 changes: 4 additions & 0 deletions scriptmodules/ports/burgerspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ rp_module_licence="GPL2 https://www.gnu.org/licenses/gpl-2.0.txt"
rp_module_section="exp"
rp_module_flags="!mali !x86"

function depends_burgerspace() {
getDepends xorg
}

function install_bin_burgerspace() {
aptInstall burgerspace
}
Expand Down
4 changes: 2 additions & 2 deletions scriptmodules/ports/ltris.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rp_module_licence="GPL2 https://sourceforge.net/p/lgames/code/HEAD/tree/trunk/lt
rp_module_section="exp"
rp_module_flags="!mali"

function depends_breaker() {
function depends_ltris() {
getDepends xorg
}

Expand All @@ -28,4 +28,4 @@ function configure_ltris() {
mkRomDir "ports"
moveConfigFile "$home/.lgames/ltris.conf" "$md_conf_root/ltris/ltris.conf"
addPort "$md_id" "ltris" "ltris - Open Source Tetris game" "XINIT: /usr/games/ltris"
}
}
2 changes: 1 addition & 1 deletion scriptmodules/ports/rott-darkwar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rp_module_section="exp"
rp_module_flags="!mali !x86"

function depends_rott-darkwar() {
getDepends libsdl1.2-dev libsdl-mixer1.2-dev automake xorg
getDepends libsdl1.2-dev libsdl-mixer1.2-dev automake xorg
}

function sources_rott-darkwar() {
Expand Down
4 changes: 2 additions & 2 deletions scriptmodules/ports/rott-huntbgin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rp_module_section="exp"
rp_module_flags="!mali !x86"

function depends_rott-huntbgin() {
getDepends libsdl1.2-dev libsdl-mixer1.2-dev automake autoconf xorg
getDepends libsdl1.2-dev libsdl-mixer1.2-dev automake autoconf unzip xorg
}

function sources_rott-huntbgin() {
Expand Down Expand Up @@ -59,4 +59,4 @@ function configure_rott-huntbgin() {
moveConfigDir "$home/.rott" "$md_conf_root/rott"

addPort "$md_id" "rott-huntbgin" "Rise Of The Triad - The Hunt Begins (Shareware)" "XINIT: pushd $romdir/ports/rott-huntbgin/; $md_inst/rott-huntbgin; popd"
}
}
2 changes: 1 addition & 1 deletion scriptmodules/supplementary/kweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rp_module_section="exp"
rp_module_flags="!mali !x86"

function depends_kweb() {
getDepends evince vlc tint2 lxterminal uget git xterm
getDepends evince vlc tint2 lxterminal uget git xterm xorg
}

function sources_kweb() {
Expand Down

0 comments on commit a494619

Please sign in to comment.