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

Jan Steffens heftig at nymeria.archlinux.org
Tue Jun 4 04:28:28 UTC 2013


    Date: Tuesday, June 4, 2013 @ 06:28:28
  Author: heftig
Revision: 187110

0.4.11

Modified:
  caribou/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-04 03:11:50 UTC (rev 187109)
+++ PKGBUILD	2013-06-04 04:28:28 UTC (rev 187110)
@@ -3,7 +3,7 @@
 # Contributor: Adam Hani Schakaki <krzd at krzd.net>
 
 pkgname=caribou
-pkgver=0.4.10
+pkgver=0.4.11
 pkgrel=1
 pkgdesc="A text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard."
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=caribou.install
 options=(!libtool !emptydirs)
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('6480ce3a87cf4f01dd1fb52edbb31a2aa9f5573a0860b67115c86bbcd7b17865')
+sha256sums=('e4e81387a1a6875652b8ec9dede8573844fac274c8de9ad0416cf586a318f4f9')
 
 build() {
   cd $pkgname-$pkgver
@@ -25,6 +25,10 @@
     --disable-gtk2-module \
     --disable-static \
     --disable-schemas-compile
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 




More information about the arch-commits mailing list