1 # Maintainer: György Balló <ballogy@freestart.hu>
2 # Contributor: Roman Kyrylych <roman@archlinux.org>
3 # Contributor: Ben <ben@benmazer.net>
9 url="http://gtkspell.sourceforge.net/"
10 pkgdesc="GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
13 depends=(gtk3 enchant)
14 makedepends=(intltool gtk-doc)
16 source=(http://gtkspell.sourceforge.net/download/$_pkgname-$pkgver.tar.gz
18 md5sums=(f75dcc9338f182c571b321d37c606a94
19 c29be0667f59034b94bdd66e8f16b84c)
22 cd "$srcdir/$_pkgname-$pkgver"
25 patch -Np1 -i $srcdir/gtk3_support.patch
28 ./configure --prefix=/usr
33 cd "$srcdir/$_pkgname-$pkgver"
35 make -C gtkspell DESTDIR="$pkgdir" install