summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')