redshift: remove geoclue dependency
This commit is contained in:
parent
2b99d15cef
commit
6b15a032dd
1 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=4
|
VERSION=5
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -54,6 +54,9 @@ echo "debian/redshift.conf /etc" >> debian/redshift.install
|
||||||
# Fix apparmor profile
|
# 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
|
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"
|
changelog "Added default manual configuration"
|
||||||
|
|
||||||
compile
|
compile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue