summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCubeTheThird2017-06-04 23:34:31 -0400
committerCubeTheThird2017-06-04 23:34:31 -0400
commit9707e8c8812729dd2bf6653b12517151d3603fdb (patch)
tree681594455b12b88c6f8ea98b779e7c1fd4d8a40d
parent59ce121cb96fdc999e133d75eba56033f610acd0 (diff)
downloadaur-9707e8c8812729dd2bf6653b12517151d3603fdb.tar.gz
Updated optional dependencies.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a403c34f8332..784c1b12942d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,8 @@ pkgbase = redshift-gnomerr-git
depends = libdrm
depends = libxcb
depends = geoclue2
+ optdepends = python: GTK support
+ optdepends = gnome-desktop: Wayland support through Gnome RR
provides = redshift
conflicts = redshift
source = redshift::git+https://github.com/prahal/redshift.git#branch=add-gnomerr-method
diff --git a/PKGBUILD b/PKGBUILD
index 424822bd6475..97aeb247059e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,7 @@ license=('GPL3')
provides=('redshift')
conflicts=('redshift')
depends=('libxxf86vm' 'libdrm' 'libxcb' 'geoclue2')
+optdepends=('python: GTK support' 'gnome-desktop: Wayland support through Gnome RR')
makedepends=('git' 'intltool' 'python')
source=(redshift::"git+https://github.com/prahal/redshift.git#branch=add-gnomerr-method")
md5sums=('SKIP')