forked from cromer/pamac-classic
10 lines
521 B
Bash
10 lines
521 B
Bash
#!/bin/bash
|
|
|
|
ENABLE_VARS="kde-tray|ON|KDE_TRAY update-desktop|ON|ENABLE_UPDATE_ICON hamburger|ON|ENABLE_HAMBURGER"
|
|
ENABLE_KDE_TRAY_DOC="build with kde tray and appindicator instead of gtk3 tray"
|
|
ENABLE_ENABLE_UPDATE_ICON_DOC="install the update desktop entry"
|
|
ENABLE_ENABLE_HAMBURGER_DOC="build with the classic hamburger menu"
|
|
DISABLE_VARS="aur|ON|DISABLE_AUR icon-update|OFF|ICON_UPDATE"
|
|
DISABLE_DISABLE_AUR_DOC="disable the AUR in pamac"
|
|
DISABLE_ICON_UPDATE_DOC="disable the update of the icon cache after installing"
|