1 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
2 # Contributor: Roman Kyrylych <roman@archlinux.org>
3 # Contributor: Ben <ben@benmazer.net>
8 url="http://gtkspell.sourceforge.net/"
9 pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
12 depends=('gtk3' 'enchant')
13 makedepends=('intltool' 'gobject-introspection' 'vala')
14 source=(https://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz)
15 sha256sums=('b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732')
19 ./configure --prefix=/usr
21 #https://bugzilla.gnome.org/show_bug.cgi?id=656231
22 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
29 make DESTDIR="$pkgdir" install