[arch-commits] Commit in gtkspell3/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Fri Apr 8 13:38:44 UTC 2016


    Date: Friday, April 8, 2016 @ 15:38:44
  Author: bgyorgy
Revision: 169735

upgpkg: gtkspell3 3.0.8-1

Update to new version

Modified:
  gtkspell3/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-08 13:38:42 UTC (rev 169734)
+++ PKGBUILD	2016-04-08 13:38:44 UTC (rev 169735)
@@ -4,7 +4,7 @@
 # Contributor: Ben <ben at benmazer.net>
 
 pkgname=gtkspell3
-pkgver=3.0.7
+pkgver=3.0.8
 pkgrel=1
 url="http://gtkspell.sourceforge.net/"
 pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
@@ -13,11 +13,15 @@
 depends=('gtk3' 'enchant')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
 source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('f15a7c29b71d6ae343c783af3571c8d2')
+sha256sums=('011a0ce3f7c2f4b3a5b8f54c55927cdd73e1abf591a284a6d66cfb4cfe2d3fff')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



More information about the arch-commits mailing list