summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2018-11-16 18:19:02 +0100
committerFederico Di Pierro2018-11-16 18:19:02 +0100
commit199adeded5c88afdfaa860be8ee37d7d78a5fdc1 (patch)
treee4d50bfe572ffd0cff346f536439054d6a1c5966
parent2397462d528d947e7c76541dca3b4a4733429536 (diff)
downloadaur-199adeded5c88afdfaa860be8ee37d7d78a5fdc1.tar.gz
Updated clight.install script.
-rwxr-xr-x.SRCINFO2
-rw-r--r--[-rwxr-xr-x]PKGBUILD2
-rw-r--r--clight.install5
3 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b038d33909c..a2a038770a03 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clight-git
pkgdesc = A C daemon that turns your webcam into a light sensor. It can also change display gamma temperature, dim your screen and set your dpms.
- pkgver = r11.9a475a9
+ pkgver = r463.cbb3a40
pkgrel = 1
url = https://github.com/FedeDP/Clight
install = clight.install
diff --git a/PKGBUILD b/PKGBUILD
index c2fb18cd9862..d498aece2629 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=clight-git
_gitname=Clight
-pkgver=r11.9a475a9
+pkgver=r463.cbb3a40
pkgrel=1
pkgdesc="A C daemon that turns your webcam into a light sensor. It can also change display gamma temperature, dim your screen and set your dpms."
arch=('i686' 'x86_64')
diff --git a/clight.install b/clight.install
index 4a4161dbda62..e525a677d63e 100644
--- a/clight.install
+++ b/clight.install
@@ -1,8 +1,7 @@
post_install() {
- echo '--> By default, first matching webcam and backlight interface are used.'
+ echo '--> By default, first matching webcam/als device and backlight interface are used.'
echo '--> Therefore, it should work out of the box even without any setup in most cases.'
echo '--> For any customization, take a look at settings file placed in /etc/default/clight.conf.'
- echo '--> Remember to enable clight: systemctl --user enable clight.timer.'
- echo '--> Timer is needed to add a small delay to let all needed bus interfaces boot up.'
+ echo '--> If you are not in a XDG compliant DE, remember to add clight to your autostart script.'
}