remove wine/mingw-w64 dependence
This commit is contained in:
parent
9f622ec06c
commit
3934b62cf0
|
@ -11,13 +11,6 @@ makedepends=(qt5-tools)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'clang: C/C++ compiler (alternative)'
|
'clang: C/C++ compiler (alternative)'
|
||||||
)
|
)
|
||||||
optdepends_x86_64=(
|
|
||||||
'mingw-w64-gcc: Windows C/C++ compiler'
|
|
||||||
'wine: run Windows executable'
|
|
||||||
'aarch64-linux-gnu-gcc: AArch64 C/C++ compiler'
|
|
||||||
'qemu-user-static: run AArch64 executable'
|
|
||||||
'qemu-user-static-binfmt: run AArch64 executable'
|
|
||||||
)
|
|
||||||
conflicts=("${_pkgname,,}")
|
conflicts=("${_pkgname,,}")
|
||||||
provides=("${_pkgname,,}")
|
provides=("${_pkgname,,}")
|
||||||
source=(
|
source=(
|
||||||
|
|
|
@ -21,12 +21,6 @@ Depends: ${shlibs:Depends},
|
||||||
gdb,
|
gdb,
|
||||||
gdbserver
|
gdbserver
|
||||||
Recommends: qterminal | deepin-terminal | konsole | gnome-terminal | terminator | lxterminal | mate-terminal | terminology | xfce4-terminal | alacritty | cool-retro-term | kitty | sakura | termit | tilix
|
Recommends: qterminal | deepin-terminal | konsole | gnome-terminal | terminator | lxterminal | mate-terminal | terminology | xfce4-terminal | alacritty | cool-retro-term | kitty | sakura | termit | tilix
|
||||||
Suggests: clang,
|
|
||||||
gcc-multilib [amd64],
|
|
||||||
g++-multilib [amd64],
|
|
||||||
gcc-mingw-w64 [amd64],
|
|
||||||
g++-mingw-w64 [amd64],
|
|
||||||
wine [amd64]
|
|
||||||
Description: A lightweight but powerful C/C++ IDE
|
Description: A lightweight but powerful C/C++ IDE
|
||||||
Red Panda C++ (Old name Red Panda Dev-C++ 7) is a full featured C/C++ IDE.
|
Red Panda C++ (Old name Red Panda Dev-C++ 7) is a full featured C/C++ IDE.
|
||||||
It's the succesor of Red Panda Dev-C++ 6, which is developed by Delphi 7 and
|
It's the succesor of Red Panda Dev-C++ 6, which is developed by Delphi 7 and
|
||||||
|
|
Loading…
Reference in New Issue