diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-18 14:04:53 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-18 14:04:53 -0300 |
commit | 941cea43b3f1e6ba2220be5789c06c39cc89c62b (patch) | |
tree | 7f92ae3a67478d396e103226cf48c3d97a35f688 /extra/kdegraphics | |
parent | 545a4c749d49c3fddbc57c157d650b194e2193d8 (diff) |
KDE graphics built without sane support
Diffstat (limited to 'extra/kdegraphics')
-rw-r--r-- | extra/kdegraphics/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/kdegraphics/PKGBUILD b/extra/kdegraphics/PKGBUILD index 127598cd8..e0f3951f8 100644 --- a/extra/kdegraphics/PKGBUILD +++ b/extra/kdegraphics/PKGBUILD @@ -116,12 +116,15 @@ package_kdegraphics-libs() { pkgdesc='Support library for KDE Graphics Software' groups=() depends=('kdelibs' 'sane' 'lcms') +[ "$CARCH" = "mips64el" ] && \ + depends=('kdelibs' 'lcms') conflicts=('kdegraphics-ksaneplugin' 'kdegraphics-strigi-analyzer' 'kdegraphics-svgpart' 'kdegraphics-thumbnailers') replaces=('libkexiv2' 'libkdcraw' 'kdegraphics-ksaneplugin' 'kdegraphics-strigi-analyzer' 'kdegraphics-svgpart' 'kdegraphics-thumbnailers') install='kdegraphics.install' for i in libs ksaneplugin strigi-analyzer svgpart thumbnailers; do + [ "$CARCH" = "mips64el" -a $i = ksaneplugin ] && continue cd $srcdir/build/${i} make DESTDIR=$pkgdir install done |