summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-10-12 08:36:34 -0600
committerBrian Bidulock2018-10-12 08:36:34 -0600
commit5782d898ee22c207cdd3b7c83a1422d49364037d (patch)
treef97d0be7d932c849586b7d273d3c87e87e77dc45
parent1e016e8f0d411d85542417f62d096f826106fb72 (diff)
downloadaur-wmsystemtray.tar.gz
add dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a7070223c53..85b1e7e69e27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = wmsystemtray
depends = libxmu
depends = libxfixes
depends = libxpm
+ depends = xorg-fonts-misc
source = http://downloads.sourceforge.net/wmsystemtray/wmsystemtray-1.4.tar.gz
md5sums = 5f04edd3989b5030176492943795b6b0
diff --git a/PKGBUILD b/PKGBUILD
index b9b1d64b7826..171f33d005e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
#url="http://web.archive.org/web/20121031045149/http://dockapps.windowmaker.org/file.php/id/355"
url="http://wmsystemtray.sourceforge.net/"
license=('GPL')
-depends=('libxmu' 'libxfixes' 'libxpm')
+depends=('libxmu' 'libxfixes' 'libxpm' 'xorg-fonts-misc')
#source=("http://dockapps.windowmaker.org/download.php/id/814/$pkgname-$pkgver.tar.gz")
#source=("$pkgname-$pkgver.tar.gz")
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")