diff --git a/gtkspell3/.SRCINFO b/gtkspell3/.SRCINFO new file mode 100644 index 0000000000..e48a62633f --- /dev/null +++ b/gtkspell3/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = gtkspell3 + pkgdesc = Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget + pkgver = 3.0.10 + pkgrel = 3 + url = http://gtkspell.sourceforge.net/ + arch = x86_64 + license = GPL + makedepends = intltool + makedepends = gobject-introspection + makedepends = vala + depends = gtk3 + depends = enchant + source = https://downloads.sourceforge.net/gtkspell/gtkspell3-3.0.10.tar.xz + sha256sums = b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732 + +pkgname = gtkspell3 diff --git a/gtkspell3/PKGBUILD b/gtkspell3/PKGBUILD index 15a1e3e96a..5c6a7cc526 100644 --- a/gtkspell3/PKGBUILD +++ b/gtkspell3/PKGBUILD @@ -5,23 +5,20 @@ pkgname=gtkspell3 pkgver=3.0.10 -pkgrel=2 -url="http://gtkspell.sourceforge.net/" -pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" -arch=(x86_64 powerpc64le) +pkgrel=3 +pkgdesc='Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget' +arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) +url='http://gtkspell.sourceforge.net/' license=('GPL') depends=('gtk3' 'enchant') makedepends=('intltool' 'gobject-introspection' 'vala') -source=(https://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz) +source=("https://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz") sha256sums=('b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732') build() { cd $pkgname-$pkgver ./configure --prefix=/usr - - #https://bugzilla.gnome.org/show_bug.cgi?id=656231 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make }