summaryrefslogtreecommitdiff
path: root/extra/kradio
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-29 11:32:39 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-29 11:32:39 +0200
commit50aa5b5bd92fbf10494cbce145f4e7b19ce36daf (patch)
tree48f4258a99ad35fb42649f2d357a44ae2eeaaff4 /extra/kradio
parent95e1f7f04a6cd0145a5fa4e8cc6a698b255d584c (diff)
Disable lirc support or unarch packages using it.
No one reported wanting to fix or use it.
Diffstat (limited to 'extra/kradio')
-rw-r--r--extra/kradio/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/kradio/PKGBUILD b/extra/kradio/PKGBUILD
index 18909da99..8ecfc6e9e 100644
--- a/extra/kradio/PKGBUILD
+++ b/extra/kradio/PKGBUILD
@@ -9,7 +9,8 @@ arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
pkgdesc="A comfortable KDE internet and AM/FM radio application"
url="http://kradio.sourceforge.net/"
-depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
+depends=('kdebase-runtime' 'libmms' 'ffmpeg')
+[ "$CARCH" != "mips64el" ] && depends+=('lirc-utils')
makedepends=('automoc4' 'cmake')
install=$pkgname.install
source=("http://downloads.sourceforge.net/$pkgname/kradio4-$pkgver.tar.bz2"{,.asc})