2017-10-10 16:29:22 -03:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
ENABLE_VARS="kde-tray|ON|KDE_TRAY"
|
|
|
|
ENABLE_KDE_TRAY_DOC="build with kde tray and appindicator instead of gtk3 tray"
|
2017-10-11 19:16:07 -03:00
|
|
|
DISABLE_VARS="aur|ON|DISABLE_AUR icon-update|OFF|ICON_UPDATE"
|
2017-10-10 16:29:22 -03:00
|
|
|
DISABLE_DISABLE_AUR_DOC="disable the AUR in pamac"
|
2017-10-11 19:16:07 -03:00
|
|
|
DISABLE_ICON_UPDATE_DOC="disable the update of the icon cache after installing"
|