. $GRIMOIRE/libcompat  &&
depends  gcc           &&

if [ "$GCJ_AWT" = "y" ]; then
  depends  gtk+2 '--enable-java-awt=gtk'  &&
  depends  libart_lgpl                    &&
  . $GRIMOIRE/FUNCTIONS                   &&
  if  check_if_xorg_modular_libs gtk+2;  then
    depends  libxtst
  fi
fi  &&

if  [[  $VERSION != $(installed_version gcc) ]]; then
  force_depends  gcc
fi &&
depends smgl-archspecs &&
depends unzip &&
depends zip
