Skip to content

Commit

Permalink
upgpkg: at-spi2-atk 2.19.92-1
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@261859 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
jgc committed Mar 16, 2016
1 parent b6e5516 commit f8fbe3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions at-spi2-atk/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: Ionut Biru <[email protected]>

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')
Expand All @@ -11,7 +11,7 @@ license=('GPL2')
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
Expand All @@ -21,6 +21,7 @@ build() {

./configure --prefix=/usr --sysconfdir=/etc \
--disable-schemas-compile
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}

Expand Down

0 comments on commit f8fbe3f

Please sign in to comment.