summaryrefslogtreecommitdiff
path: root/extra/koffice/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/koffice/PKGBUILD')
-rw-r--r--extra/koffice/PKGBUILD10
1 files changed, 9 insertions, 1 deletions
diff --git a/extra/koffice/PKGBUILD b/extra/koffice/PKGBUILD
index f0be52a61..01d3dad85 100644
--- a/extra/koffice/PKGBUILD
+++ b/extra/koffice/PKGBUILD
@@ -38,12 +38,16 @@ pkgname=(
)
pkgver=2.3.3
pkgrel=11
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://koffice.kde.org'
license=('GPL' 'LGPL' 'FDL')
makedepends=('pkg-config' 'cmake' 'automoc4' 'boost' 'eigen' 'gsl' 'lcms'
'glew' 'qimageblitz' 'kdepimlibs' 'pstoedit' 'poppler-qt' 'libwpd'
'libwpg' 'opengtl' 'libkdcraw' 'oxygen-icons' 'libgsf')
+[ "$CARCH" = "mips64el" ] && \
+makedepends=('pkg-config' 'cmake' 'automoc4' 'boost' 'eigen' 'gsl' 'lcms'
+ 'glew' 'qimageblitz' 'kdepimlibs' 'pstoedit' 'poppler-qt' 'libwpd'
+ 'libwpg' 'libkdcraw' 'oxygen-icons' 'libgsf')
groups=('koffice')
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2"
'kde4-koffice-libwpg02.patch' 'gcc46.patch' 'qt48fix.patch')
@@ -222,6 +226,10 @@ package_koffice-krita(){
depends=('glew' 'qimageblitz' 'oxygen-icons' 'koffice-templates' \
'koffice-plugins' 'poppler-qt' 'opengtl')
optdepends=('koffice-filters: import/export filters' 'libkdcraw: support for raw images')
+[ "$CARCH" = "mips64el" ] && \
+ depends=('glew' 'qimageblitz' 'oxygen-icons' 'koffice-templates' \
+ 'koffice-plugins' 'poppler-qt')
+ optdepends=('koffice-filters: import/export filters')
install=krita.install
cd "${srcdir}/build/krita"
make DESTDIR="${pkgdir}" install