From 6b15a032dd6d0ff08c92cbdec57408c213ab7cce Mon Sep 17 00:00:00 2001
From: Ark74 <ark@switnet.org>
Date: Tue, 4 Apr 2023 23:14:50 -0600
Subject: [PATCH] redshift: remove geoclue dependency

---
 helpers/make-redshift | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/helpers/make-redshift b/helpers/make-redshift
index 0552d7d8..b4b3aa19 100644
--- a/helpers/make-redshift
+++ b/helpers/make-redshift
@@ -19,7 +19,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 #
 
-VERSION=4
+VERSION=5
 
 . ./config
 
@@ -54,6 +54,9 @@ echo "debian/redshift.conf /etc" >> debian/redshift.install
 # Fix apparmor profile
 sed 's/+37,7/+37,8/; /redshift-shared/a+\  /etc/redshift.conf r,' -i debian/patches/Fix-AppArmor-profile-for-Wayland.patch
 
+# Remove geoclue daemon dependency
+sed -i '/geoclue-2.0/d' debian/control
+
 changelog "Added default manual configuration"
 
 compile
-- 
GitLab