1 # Maintainer: Bernard Baeyens (berbae) <berbae52 at sfr dot fr>
6 url="http://gtkspell.hg.sourceforge.net/hgweb/gtkspell/gtkspell/"
7 pkgdesc="Highlighting and replacement of misspelled words in a GtkTextView widget"
10 depends=('gtk3' 'enchant>=1.5.0')
11 makedepends=('intltool' 'gtk-doc' 'mercurial')
14 _hgroot="http://gtkspell.hg.sourceforge.net:8000/hgroot/gtkspell/gtkspell"
19 msg "Connecting to the Mercurial repository..."
21 if [[ -d $srcdir/$_hgrepo ]] ; then
23 msg "Cleaning working directory."
24 hg status -in0|xargs -r0 rm
26 msg "Updating local files."
28 msg "The local files are updated."
33 msg "Mercurial checkout done"
37 ./autogen.sh --prefix=/usr
43 make DESTDIR="$pkgdir" install