🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425
pkgname: gtkspell
pkgver: '3.0.10'
pkgrel: '5'
pkgdesc: Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget
url: 'https://gtkspell.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- gtk3
- enchant
- perl-xml-parser
source:
- 'https://downloads.sourceforge.net/sourceforge/${pkgname}/gtkspell3-${pkgver}.tar.xz'
sha256sums:
- b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732
build: |
cd gtkspell3-${pkgver}
./configure --prefix=/usr --disable-static
make
make DESTDIR=${PKGDIR} install
# Obsolet lib
rm -f ${PKGDIR}/usr/lib/libgtkspell3-3.la
package: |
true