Date: Friday, September 1, 2017 @ 13:57:40
  Author: jgc
Revision: 304427

upgpkg: gtkspell 2.0.16-5

Fix gtk-doc generation (FS#55210)

Modified:
  gtkspell/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-09-01 13:50:28 UTC (rev 304426)
+++ PKGBUILD    2017-09-01 13:57:40 UTC (rev 304427)
@@ -4,7 +4,7 @@
 
 pkgname=gtkspell
 pkgver=2.0.16
-pkgrel=4
+pkgrel=5
 url="http://gtkspell.sourceforge.net/";
 pkgdesc="Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget"
 arch=('i686' 'x86_64')
@@ -18,6 +18,8 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  gtkdocize
+  autoreconf -fi
   ./configure --prefix=/usr --disable-static
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make

Reply via email to