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 | |
parent | 545a4c749d49c3fddbc57c157d650b194e2193d8 (diff) |
KDE graphics built without sane support
-rw-r--r-- | extra/cppunit/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/cyrus-sasl/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/kdegraphics/PKGBUILD | 3 | ||||
-rw-r--r-- | extra/libtextcat/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/libwps/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/qimageblitz/PKGBUILD | 1 | ||||
-rw-r--r-- | extra/raptor1/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/xorg-xauth/PKGBUILD | 2 |
8 files changed, 10 insertions, 6 deletions
diff --git a/extra/cppunit/PKGBUILD b/extra/cppunit/PKGBUILD index b7dd30d27..79bac05cb 100644 --- a/extra/cppunit/PKGBUILD +++ b/extra/cppunit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cppunit pkgver=1.12.1 pkgrel=3 pkgdesc="A C++ unit testing framework" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cppunit.sourceforge.net" license=('LGPL') depends=('sh' 'gcc-libs') diff --git a/extra/cyrus-sasl/PKGBUILD b/extra/cyrus-sasl/PKGBUILD index 2aa9a2351..c091bed6d 100644 --- a/extra/cyrus-sasl/PKGBUILD +++ b/extra/cyrus-sasl/PKGBUILD @@ -36,7 +36,7 @@ build() { --host=$CHOST \ --build=$CHOST \ --target=$CHOST \ - --with-ldap=/usr --with-saslauthd=/var/run/saslauthd + --with-ldap=/usr --with-saslauthd=/var/run/saslauthd \ --disable-krb4 --with-gss_impl=mit --disable-otp cd saslauthd make 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 diff --git a/extra/libtextcat/PKGBUILD b/extra/libtextcat/PKGBUILD index dfccfb8db..85e0e4459 100644 --- a/extra/libtextcat/PKGBUILD +++ b/extra/libtextcat/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libtextcat pkgver=2.2 pkgrel=8 pkgdesc="Library that implements N-gram-based text categorization" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://software.wise-guys.nl/libtextcat/" license=('BSD') depends=('glibc') diff --git a/extra/libwps/PKGBUILD b/extra/libwps/PKGBUILD index 650e94400..d99ebd4cc 100644 --- a/extra/libwps/PKGBUILD +++ b/extra/libwps/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libwps pkgver=0.2.2 pkgrel=1 pkgdesc="a Microsoft Works file word processor format import filter library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libwps.sourceforge.net/" license=('LGPL') depends=('libwpd>=0.9.2') diff --git a/extra/qimageblitz/PKGBUILD b/extra/qimageblitz/PKGBUILD index 812f13672..04ad21b8c 100644 --- a/extra/qimageblitz/PKGBUILD +++ b/extra/qimageblitz/PKGBUILD @@ -19,6 +19,7 @@ build() { cd ${srcdir} mkdir build cd build + CXX="g++" \ cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr diff --git a/extra/raptor1/PKGBUILD b/extra/raptor1/PKGBUILD index c50886bde..c8cf6aa7b 100644 --- a/extra/raptor1/PKGBUILD +++ b/extra/raptor1/PKGBUILD @@ -7,7 +7,7 @@ pkgname=raptor1 pkgver=1.4.21 pkgrel=3 pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples - old V1 api for compatibility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://librdf.org/raptor" depends=('libxml2' 'curl' 'zlib' 'libxslt') license=('LGPL') diff --git a/extra/xorg-xauth/PKGBUILD b/extra/xorg-xauth/PKGBUILD index 192dcce39..fc3b2bb16 100644 --- a/extra/xorg-xauth/PKGBUILD +++ b/extra/xorg-xauth/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xorg-xauth pkgver=1.0.6 pkgrel=1 pkgdesc="X.Org authorization settings program" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('custom') url="http://xorg.freedesktop.org/" depends=('libxmu') |