summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-11 05:34:13 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-11 05:34:13 +0100
commit8f07583e57222c2c458ee2ce7925d311726b13fd (patch)
tree33f73484a7d26ae8648aa0270577d5d6ac8b3773 /dist
parentI do not have any monitors with backlight supported by RandR (diff)
downloadblueshift-8f07583e57222c2c458ee2ce7925d311726b13fd.tar.gz
blueshift-8f07583e57222c2c458ee2ce7925d311726b13fd.tar.bz2
blueshift-8f07583e57222c2c458ee2ce7925d311726b13fd.tar.xz
add backlight support through sysfs
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/archlinux/stable/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index 9473ba7..f51a19f 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -8,6 +8,8 @@ arch=(i686 x86_64)
url="https://github.com/maandree/blueshift"
license=('AGPL3' 'GPL3' 'custom:GFDL1.3')
depends=(python3 argparser libxcb libxxf86vm libx11)
+optdepends=('adjbacklight: for backlight adjustments without root requirements'
+ 'linux: for backlight support')
makedepends=(cython gcc python3 libxcb libxxf86vm libx11 make coreutils sed zip texinfo auto-auto-complete)
install=blueshift.install
source=($url/archive/$pkgver.tar.gz)