summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan2016-01-30 12:58:00 +1100
committerDylan2016-01-30 12:58:00 +1100
commit38443e27cf2097aebaee59a488199c1200114864 (patch)
treeacbe3e56c452e25e6cf363d4aaf048672859367f
parentfa049030a35ca3864051b7db7cd76c967e267e31 (diff)
downloadaur-38443e27cf2097aebaee59a488199c1200114864.tar.gz
Added new opt depend, xorg-xprop.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66d0a5f93031..a857317f9463 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 23:57:31 UTC 2016
+# Sat Jan 30 01:57:18 UTC 2016
pkgbase = fetch-git
pkgdesc = CLI script to show your system's info and display an image using w3m.
pkgver = 1.0.r26.g9bde0eb
@@ -17,6 +17,7 @@ pkgbase = fetch-git
optdepends = nitrogen: Wallpaper Display
optdepends = scrot: Take a screenshot
optdepends = w3m: Display Images
+ optdepends = xprop: Accurate window manager detection
optdepends = wmctrl: Accurate window manager detection
optdepends = xorg-xdpyinfo: Resolution Detection
provides = fetch
diff --git a/PKGBUILD b/PKGBUILD
index 90b397b91983..081681a122d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,7 @@ optdepends=(
'nitrogen: Wallpaper Display'
'scrot: Take a screenshot'
'w3m: Display Images'
+ 'xorg-xprop: Accurate window manager detection'
'wmctrl: Accurate window manager detection'
'xorg-xdpyinfo: Resolution Detection'
)