* update gtkspell3 to 3.0.10-3

This commit is contained in:
Alexander Baldeck 2024-08-20 07:40:45 +02:00
parent 54d4aa1e1d
commit b0d4dc70d8
2 changed files with 21 additions and 8 deletions

16
gtkspell3/.SRCINFO Normal file
View File

@ -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

View File

@ -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
}