summaryrefslogtreecommitdiff
path: root/community/spectrwm
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-08-09 16:37:51 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-08-09 16:37:51 -0500
commit5a4b1941718000f99460bf57d9f6ddcc6a12a905 (patch)
tree97c8fa54092c36528a580805d6a2e85f8908a1e5 /community/spectrwm
parent96dccaedab56f5e0bc60b38c55497969de35b66b (diff)
Removing dependency in spectrwm
Diffstat (limited to 'community/spectrwm')
-rw-r--r--community/spectrwm/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/spectrwm/PKGBUILD b/community/spectrwm/PKGBUILD
index 236e1cc76..2139bd877 100644
--- a/community/spectrwm/PKGBUILD
+++ b/community/spectrwm/PKGBUILD
@@ -6,11 +6,12 @@ pkgname=spectrwm
pkgver=1.2.0
pkgrel=1
pkgdesc="A minimalistic automatic tiling window manager that tries to stay out of the way."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.spectrwm.org"
_watch="https://opensource.conformal.com/snapshots/spectrwm/"
license=('custom:ISC')
-depends=('dmenu' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms' 'libxrandr' 'libxft' 'profont')
+depends=('dmenu' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms' 'libxrandr' 'libxft')
+[ "$CARCH" = "mips64el" ] || depends+=('profont')
replaces=('scrotwm')
makedepends=('libxt')
optdepends=('scrot: screenshots' 'xlockmore: screenlocking' 'terminus-font: great font')