diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-10 20:13:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-11 06:48:19 +0000 |
commit | a858fbdadbf1c4ea87e60c9f06b0c0ad03484fe6 (patch) | |
tree | 888351905379a0430e94f4ce626fff5b2e611896 /main/at-spi2-core | |
parent | aa9b82c1236b4427c716ba3026cfeeadc626739b (diff) | |
download | aports-a858fbdadbf1c4ea87e60c9f06b0c0ad03484fe6.tar.bz2 aports-a858fbdadbf1c4ea87e60c9f06b0c0ad03484fe6.tar.xz |
main/at-spi2-core: upgrade to 2.24.0
Diffstat (limited to 'main/at-spi2-core')
-rw-r--r-- | main/at-spi2-core/APKBUILD | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/main/at-spi2-core/APKBUILD b/main/at-spi2-core/APKBUILD index 96ad901de0..f449bbf7ff 100644 --- a/main/at-spi2-core/APKBUILD +++ b/main/at-spi2-core/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=at-spi2-core -pkgver=2.22.0 -pkgrel=2 +pkgver=2.24.0 +pkgrel=0 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" url="http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus" arch="all" @@ -15,19 +15,9 @@ subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang" source="http://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-$pkgver.tar.xz fix-buffer-overrun.patch" -_builddir="$srcdir"/at-spi2-core-$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-core-$pkgver build() { - cd "$_builddir" + cd "$builddir" DATADIRNAME="share" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -39,13 +29,9 @@ build() { } package() { - cd "$_builddir" + cd "$builddir" make DESTDIR="$pkgdir" install || return 1 } -md5sums="3da5fe62a653e49dad1c47f9a46fee56 at-spi2-core-2.22.0.tar.xz -76658345b466f67cae3458b4693550af fix-buffer-overrun.patch" -sha256sums="415ea3af21318308798e098be8b3a17b2f0cf2fe16cecde5ad840cf4e0f2c80a at-spi2-core-2.22.0.tar.xz -730de56e9273cba256013ebb8e97904df8e345b3f30440f9fe71ecaa7984d27d fix-buffer-overrun.patch" -sha512sums="f43fde89a47754a6fab80ebecb6c303b50d4829b4b376f363c085841243b30910003bc359ec16fc20f4363253df06b8e0f818b91d96b03c99b29f9a1ab5af118 at-spi2-core-2.22.0.tar.xz +sha512sums="380c4bada27c60fc946506d0effae817dbb1d372d236025c1cbe805cd24028a776281d4c1bae6940f08677ede5c1467d01bcbf18a5b41ea768c12648223a14f9 at-spi2-core-2.24.0.tar.xz 91065867443172454c02a1246f034f22faeae3c3eef89615fee227a51feb02133496e539c9b25c2b1b5f3fcd9ff960f8c29a64b7b7dee89bf0a3febc9bc40d9d fix-buffer-overrun.patch" |