summaryrefslogtreecommitdiff
path: root/community/qstardict/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qstardict/PKGBUILD')
-rw-r--r--community/qstardict/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/qstardict/PKGBUILD b/community/qstardict/PKGBUILD
index 02378dbb3..462e749c7 100644
--- a/community/qstardict/PKGBUILD
+++ b/community/qstardict/PKGBUILD
@@ -6,18 +6,20 @@ pkgname=qstardict
pkgver=1.0.1
pkgrel=1
pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://qstardict.ylsoftware.com/index.php"
license=('GPL2')
depends=('qt')
provides=('stardict')
changelog=$pkgname.changelog
-source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f')
+source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2
+ qstardict-1.0.1-glib.patch)
+sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f'
+ '30878282698dc90bf615ca383f4c01357ce49dfcdddd12c2e0b113ee51822c57')
build() {
cd ${srcdir}/$pkgname-$pkgver
-
+ patch -Np1 -i ${srcdir}/qstardict-1.0.1-glib.patch
qmake ENABLED_PLUGINS="stardict web swac"
make
}