diff options
Diffstat (limited to 'community/goldendict/PKGBUILD')
-rw-r--r-- | community/goldendict/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/goldendict/PKGBUILD b/community/goldendict/PKGBUILD index 0d3796329..728d5407c 100644 --- a/community/goldendict/PKGBUILD +++ b/community/goldendict/PKGBUILD @@ -6,7 +6,7 @@ pkgname=goldendict pkgver=1.0.1 pkgrel=5 pkgdesc="Feature-rich dictionary lookup program" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://goldendict.berlios.de/" license=('GPL3') depends=('hunspell' 'libvorbis' 'libxtst' 'libzip' 'qt' 'qtwebkit' 'phonon') @@ -14,15 +14,17 @@ makedepds=('patch') provides=('stardict') changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2 - $pkgname-paths.diff) + $pkgname-paths.diff + goldendict-1.0.1-gcc-4.7.patch) sha256sums=('b3fb0405a5edb38f02ef881b48c36e46e2eacf641b0caf8d99403f595a4be9a6' - '1dacae7b7a7d7c20a22b4595c07dbd65fdad134a0d4cf283312ea3bdb5f42589') + '1dacae7b7a7d7c20a22b4595c07dbd65fdad134a0d4cf283312ea3bdb5f42589' + 'd61d95f464e82ed83493cbb5ded3ecc59a34eb879eb9c7140d801ee6e0c4454e') build(){ cd ${srcdir} patch -Np0 -i ${srcdir}/$pkgname-paths.diff - + patch -Np1 -i ${srcdir}/goldendict-1.0.1-gcc-4.7.patch qmake make qmake |