Date: Monday, October 3, 2022 @ 22:43:06 Author: heftig Revision: 457178
1.12.0-1 Modified: gspell/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-03 22:03:25 UTC (rev 457177) +++ PKGBUILD 2022-10-03 22:43:06 UTC (rev 457178) @@ -1,9 +1,9 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=gspell -pkgver=1.10.0 -pkgrel=2 +pkgver=1.12.0 +pkgrel=1 pkgdesc="Spell-checking library for GTK applications" url="https://gitlab.gnome.org/GNOME/gspell" arch=(x86_64) @@ -11,7 +11,7 @@ depends=(glib2 gtk3 enchant icu) makedepends=(gobject-introspection vala gtk-doc autoconf-archive git) options=(debug) -_commit=59d9cad6f3d1923d87b4ef0352a6539cd6aac52e # tags/1.10.0^0 +_commit=433999a26171030de17dcdceabeae3c4274352a4 # tags/1.12.0^0 source=("git+https://gitlab.gnome.org/GNOME/gspell.git#commit=$_commit") sha256sums=('SKIP') @@ -27,7 +27,8 @@ build() { cd gspell - ./configure --prefix=/usr --enable-gtk-doc + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --enable-gtk-doc sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make } @@ -40,3 +41,5 @@ cd gspell make DESTDIR="$pkgdir" install } + +# vim:set sw=2 sts=-1 et:
