summaryrefslogtreecommitdiff
path: root/community/qstardict/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qstardict/PKGBUILD')
-rwxr-xr-xcommunity/qstardict/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/qstardict/PKGBUILD b/community/qstardict/PKGBUILD
index adff401de..462e749c7 100755
--- a/community/qstardict/PKGBUILD
+++ b/community/qstardict/PKGBUILD
@@ -12,12 +12,14 @@ 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
}