summaryrefslogtreecommitdiffstats
path: root/dist/archlinux/stable/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-12 02:07:48 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-12 02:07:48 +0100
commit33b7e8f777727b2e53365b2dbd355a665c51501e (patch)
treeff00316e188379683371cb7974f757c1e07d2269 /dist/archlinux/stable/PKGBUILD
parenttype + update todo, drm looks like the solution for not requiring X/Wayland/Mir (diff)
downloadblueshift-33b7e8f777727b2e53365b2dbd355a665c51501e.tar.gz
blueshift-33b7e8f777727b2e53365b2dbd355a665c51501e.tar.bz2
blueshift-33b7e8f777727b2e53365b2dbd355a665c51501e.tar.xz
begin on drm support
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
-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)