Date: Sunday, September 27, 2020 @ 22:21:20 Author: heftig Revision: 396846
archrelease: copy trunk to extra-x86_64 Added: at-spi2-atk/repos/extra-x86_64/PKGBUILD (from rev 396845, at-spi2-atk/trunk/PKGBUILD) Deleted: at-spi2-atk/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 78 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-09-27 22:21:11 UTC (rev 396845) +++ PKGBUILD 2020-09-27 22:21:20 UTC (rev 396846) @@ -1,39 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Contributor: Ionut Biru <ib...@archlinux.org> - -pkgname=at-spi2-atk -pkgver=2.34.2 -pkgrel=1 -pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi" -url="https://wiki.gnome.org/Accessibility" -arch=(x86_64) -license=(LGPL) -depends=(at-spi2-core libx11 libxml2 atk) -makedepends=(git meson) -_commit=eac8e935128753f8204ecc3904e6e3e7b231e3ea # tags/AT_SPI2_ATK_2_34_2^0 -source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g' -} - -prepare() { - cd $pkgname -} - -build() { - arch-meson $pkgname build - ninja -C build -} - -check() { - dbus-run-session meson test -C build --print-errorlogs -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} - -# vim:set ts=2 sw=2 et: Copied: at-spi2-atk/repos/extra-x86_64/PKGBUILD (from rev 396845, at-spi2-atk/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-09-27 22:21:20 UTC (rev 396846) @@ -0,0 +1,39 @@ +# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> +# Contributor: Ionut Biru <ib...@archlinux.org> + +pkgname=at-spi2-atk +pkgver=2.38.0 +pkgrel=1 +pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi" +url="https://wiki.gnome.org/Accessibility" +arch=(x86_64) +license=(LGPL) +depends=(at-spi2-core libx11 libxml2 atk) +makedepends=(git meson) +_commit=b91a111f040a09e804428a81e6de214e4962247b # tags/AT_SPI2_ATK_2_38_0^0 +source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgname +} + +build() { + arch-meson $pkgname build + meson compile -C build +} + +check() { + dbus-run-session meson test -C build --print-errorlogs +} + +package() { + DESTDIR="$pkgdir" meson install -C build +} + +# vim:set ts=2 sw=2 et: