diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-10 20:13:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-11 06:48:19 +0000 |
commit | 464a7ccb78abee0c8d5f50466fc8cd546e2e1451 (patch) | |
tree | 956b9d457a2d6be47b328011730453c09bef3b44 /main/at-spi2-atk | |
parent | a858fbdadbf1c4ea87e60c9f06b0c0ad03484fe6 (diff) | |
download | aports-464a7ccb78abee0c8d5f50466fc8cd546e2e1451.tar.bz2 aports-464a7ccb78abee0c8d5f50466fc8cd546e2e1451.tar.xz |
main/at-spi2-atk: upgrade to 2.24.0
Diffstat (limited to 'main/at-spi2-atk')
-rw-r--r-- | main/at-spi2-atk/APKBUILD | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/main/at-spi2-atk/APKBUILD b/main/at-spi2-atk/APKBUILD index 5cfeca73b0..70e2361918 100644 --- a/main/at-spi2-atk/APKBUILD +++ b/main/at-spi2-atk/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=at-spi2-atk -pkgver=2.22.0 -pkgrel=1 +pkgver=2.24.0 +pkgrel=0 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi" url="http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus" arch="all" @@ -14,19 +14,9 @@ install="" subpackages="$pkgname-dev" source="http://download.gnome.org/sources/at-spi2-atk/${pkgver%.*}/at-spi2-atk-$pkgver.tar.xz" -_builddir="$srcdir"/at-spi2-atk-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - +builddir="$srcdir"/at-spi2-atk-$pkgver build() { - cd "$_builddir" + cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -40,10 +30,8 @@ build() { } package() { - cd "$_builddir" + cd "$builddir" make DESTDIR="$pkgdir" install || return 1 } -md5sums="aa62aed21b8e03dc44ab81ae49d893ca at-spi2-atk-2.22.0.tar.xz" -sha256sums="e8bdedbeb873eb229eb08c88e11d07713ec25ae175251648ad1a9da6c21113c1 at-spi2-atk-2.22.0.tar.xz" -sha512sums="9b815eecbe01164df8a3341a3b0e1fe57a4f333964a0836f89f54712512a32d69c333c0c099eb194716d081f5460bb6e6d2c852f7218df51549e88e75880f284 at-spi2-atk-2.22.0.tar.xz" +sha512sums="66ee8c3c1a0a8cfc270f5093c55bea43b77c6b48d9adf10e4872cb3ea502b83926d3099b4d846dcfb6bb09cdae7cf832bce02ac8f8b5fd929690aa6bbc6a1aa3 at-spi2-atk-2.24.0.tar.xz" |