summaryrefslogtreecommitdiffstats
path: root/dist/archlinux/stable
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-12 08:39:58 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-12 08:39:58 +0100
commit5c7ff4e266519fba19aeb521cc95934e5d74455a (patch)
tree775f844b255f1e7d22b72905314384c7cfb84cff /dist/archlinux/stable
parentupdate todo: working on display server-free support in the drm branch (diff)
parentcause of set gamma failure determined (diff)
downloadblueshift-5c7ff4e266519fba19aeb521cc95934e5d74455a.tar.gz
blueshift-5c7ff4e266519fba19aeb521cc95934e5d74455a.tar.bz2
blueshift-5c7ff4e266519fba19aeb521cc95934e5d74455a.tar.xz
Merge branch 'drm'
Diffstat (limited to 'dist/archlinux/stable')
-rw-r--r--dist/archlinux/stable/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index f51a19f..be80463 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -7,10 +7,10 @@ pkgdesc="An extensible and highly configurable alternative to redshift"
arch=(i686 x86_64)
url="https://github.com/maandree/blueshift"
license=('AGPL3' 'GPL3' 'custom:GFDL1.3')
-depends=(python3 argparser libxcb libxxf86vm libx11)
+depends=(python3 argparser libxcb libxxf86vm libx11 libdrm)
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)
+makedepends=(cython gcc python3 libxcb libxxf86vm libx11 libdrm make coreutils sed zip texinfo auto-auto-complete)
install=blueshift.install
source=($url/archive/$pkgver.tar.gz)
sha256sums=(NOT_YET_TAGGED)