depends python &&
depends dbus &&
depends dbus-python &&
depends babel &&
depends GETTEXT &&
depends pytz &&

optional_depends pygtk2 \
                 "" "--no-install-gtk" \
                 "for GTK+2 graphical user interface" &&

optional_depends urwid \
                 "" "--no-install-ncurses" \
                 "for ncurses client" &&

optional_depends ACPI "--resume=${INSTALL_ROOT}/etc/acpi/resume.d/ \
                       --suspend=${INSTALL_ROOT}/etc/acpi/suspend.d/" \
                      "--no-install-acpi" \
                      "to install the suspend.d and resume.d acpi scripts" &&

optional_depends pm-utils "--pmutils=${INSTALL_ROOT}/usr/lib/pm-utils/sleep.d/" \
                          "--no-install-pmutils" \
                          "to install pm-utils hooks" &&

suggest_depends notify-python \
                "" "--no-use-notifications" \
                "for notification popups in wicd-client" &&

if [[ $WICD_KDEVER == "4.x" ]]; then
  depends kdebase4
fi
