From 154ccd9fe630bc400abb96585cfd587e1144b6a6 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 3 Jan 2021 22:05:08 -0600 Subject: desktop/redshift: Include patch to disable AppIndicator This patch application is commented out by default. Signed-off-by: Robby Workman Signed-off-by: Willy Sudiarto Raharjo --- desktop/redshift/redshift.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop/redshift/redshift.SlackBuild') diff --git a/desktop/redshift/redshift.SlackBuild b/desktop/redshift/redshift.SlackBuild index 4c26391061..055801ccb5 100644 --- a/desktop/redshift/redshift.SlackBuild +++ b/desktop/redshift/redshift.SlackBuild @@ -67,6 +67,9 @@ if ! $(command -v python3 &>/dev/null); then autopoint -f && AUTOPOINT="intltoolize --automake --copy" autoreconf -vif fi +# Disable AppIndicator support if desired (uncomment next line) +# cat $CWD/disable-appindicator.patch | patch -p1 || exit 1 + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ -- cgit v1.2.3