summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan2016-05-15 09:23:44 +1000
committerDylan2016-05-15 09:23:44 +1000
commit8d651fc40bda9599462afefad353664842fcb0d2 (patch)
treeebdc0e989daa2e46329df730d8b0d6f692bb53ae
parent579e5411ca58410b30223aeb02e743d4560b52b3 (diff)
downloadaur-8d651fc40bda9599462afefad353664842fcb0d2.tar.gz
xprop is now an optional dependency
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2341b33eca20..6916e3b6485b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/dylanaraps/neofetch"
license=('MIT')
provides=($_pkgname)
conflicts=($_pkgname)
-depends=('bash' 'xorg-xprop')
+depends=('bash')
optdepends=(
'cmus: Current Song'
'feh: Wallpaper Display'
@@ -19,7 +19,9 @@ optdepends=(
'nitrogen: Wallpaper Display'
'scrot: Take a screenshot'
'w3m: Display Images'
- 'xorg-xdpyinfo: Resolution Detection'
+ 'xorg-xdpyinfo: Resolution detection (Single Monitor)'
+ 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)'
+ 'xorg-xprop: Desktop Environment and Window Manager'
)
makedepends=('git')
source=("$pkgname::git+https://github.com/dylanaraps/neofetch.git")