summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2017-04-20 19:40:01 +0200
committerFederico Di Pierro2017-04-20 19:40:01 +0200
commit67d8fca52c2d37c8e425503a2041a8664ca0e43a (patch)
tree9175874d64aa92cde7fd305deb0271761717b1cc
parent885d6cff270721568f93c88dfc0b26644d41320b (diff)
downloadaur-67d8fca52c2d37c8e425503a2041a8664ca0e43a.tar.gz
Dropped xhost dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
-rw-r--r--clight.install2
3 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 377158774918..4a57a3680186 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = clight-git
depends = popt
depends = libconfig
depends = clightd-git
- depends = xorg-xhost
optdepends = geoclue2: to retrieve user location through geoclue2.
source = git://github.com/FedeDP/Clight.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2d8b23964981..b40cb15b81e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A C daemon that turns your webcam into a light sensor. It can also chan
arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
license=('GPL')
-depends=('systemd' 'libxcb' 'popt' 'libconfig' 'clightd-git' 'xorg-xhost')
+depends=('systemd' 'libxcb' 'popt' 'libconfig' 'clightd-git')
makedepends=('git')
optdepends=('geoclue2: to retrieve user location through geoclue2.')
source=("git://github.com/FedeDP/${_gitname}.git")
diff --git a/clight.install b/clight.install
index 70187f057da6..42b8e5a88422 100644
--- a/clight.install
+++ b/clight.install
@@ -1,7 +1,7 @@
post_install() {
echo '--> By default, first matching webcam and backlight interface are used.'
echo '--> Therefore, it should work out of the box even without any setup in most cases.'
- echo '--> Remember to enable the unit file shipped (without sudo): systemctl --now --user enable clight.service'
+ echo '--> Remember to add 'systemctl --user start clight.service' to your DE autostart.'
echo '--> For any customization, take a look at settings file placed in /etc/default/clight.conf.'
}