[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Wed Mar 16 12:44:34 UTC 2016
Date: Wednesday, March 16, 2016 @ 13:44:34
Author: jgc
Revision: 261859
upgpkg: at-spi2-atk 2.19.92-1
Modified:
at-spi2-atk/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-16 12:19:49 UTC (rev 261858)
+++ PKGBUILD 2016-03-16 12:44:34 UTC (rev 261859)
@@ -2,7 +2,7 @@
# Maintainer: Ionut Biru <ibiru at archlinux.org>
pkgname=at-spi2-atk
-pkgver=2.18.1
+pkgver=2.19.92
pkgrel=1
pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
depends=('at-spi2-core' 'libx11' 'atk')
makedepends=('intltool')
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c4b15f9386d34d464ddad5f6cc85669742c016df87141ceee93513245979c12d')
+sha256sums=('ca14964ae08a2e57d28ec4f9c9e3edb0507f4e032bef00b27c44e71df1a25fe1')
build() {
cd $pkgname-$pkgver
@@ -21,6 +21,7 @@
./configure --prefix=/usr --sysconfdir=/etc \
--disable-schemas-compile
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
More information about the arch-commits
mailing list