* update gtkspell3 to 3.0.10-3
This commit is contained in:
parent
54d4aa1e1d
commit
b0d4dc70d8
16
gtkspell3/.SRCINFO
Normal file
16
gtkspell3/.SRCINFO
Normal 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
|
@ -5,23 +5,20 @@
|
|||||||
|
|
||||||
pkgname=gtkspell3
|
pkgname=gtkspell3
|
||||||
pkgver=3.0.10
|
pkgver=3.0.10
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
url="http://gtkspell.sourceforge.net/"
|
pkgdesc='Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget'
|
||||||
pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
arch=(x86_64 powerpc64le)
|
url='http://gtkspell.sourceforge.net/'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('gtk3' 'enchant')
|
depends=('gtk3' 'enchant')
|
||||||
makedepends=('intltool' 'gobject-introspection' 'vala')
|
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')
|
sha256sums=('b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
|
|
||||||
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
|
|
||||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user