[arch-commits] Commit in at-spi2-atk/repos (4 files)

Jan Steffens heftig at archlinux.org
Tue May 9 16:22:12 UTC 2017


    Date: Tuesday, May 9, 2017 @ 16:22:11
  Author: heftig
Revision: 295493

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  at-spi2-atk/repos/extra-i686/PKGBUILD
    (from rev 295492, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/extra-x86_64/PKGBUILD
    (from rev 295492, at-spi2-atk/trunk/PKGBUILD)
Deleted:
  at-spi2-atk/repos/extra-i686/PKGBUILD
  at-spi2-atk/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   80 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   40 ------------------------
 extra-x86_64/PKGBUILD |   40 ------------------------
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-05-09 16:21:46 UTC (rev 295492)
+++ extra-i686/PKGBUILD	2017-05-09 16:22:11 UTC (rev 295493)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=at-spi2-atk
-pkgver=2.24.0
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Accessibility"
-license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk')
-makedepends=('git')
-_commit=b1953a03dee8728ae0223348b8347489bfd0523f  # tags/AT_SPI2_ATK_2_24_0^0
-source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/AT_SPI2_ATK_//' -e 's/_/\./g' -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-    --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/extra-i686/PKGBUILD (from rev 295492, at-spi2-atk/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-05-09 16:22:11 UTC (rev 295493)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-atk
+pkgver=2.24.1
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Accessibility"
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('git')
+_commit=ad3da20b099593520b488e04c11b2eeee2bc39c3  # tags/AT_SPI2_ATK_2_24_1^0
+source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/AT_SPI2_ATK_//' -e 's/_/\./g' -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-05-09 16:21:46 UTC (rev 295492)
+++ extra-x86_64/PKGBUILD	2017-05-09 16:22:11 UTC (rev 295493)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=at-spi2-atk
-pkgver=2.24.0
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Accessibility"
-license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk')
-makedepends=('git')
-_commit=b1953a03dee8728ae0223348b8347489bfd0523f  # tags/AT_SPI2_ATK_2_24_0^0
-source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/AT_SPI2_ATK_//' -e 's/_/\./g' -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-    --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/extra-x86_64/PKGBUILD (from rev 295492, at-spi2-atk/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-05-09 16:22:11 UTC (rev 295493)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-atk
+pkgver=2.24.1
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Accessibility"
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('git')
+_commit=ad3da20b099593520b488e04c11b2eeee2bc39c3  # tags/AT_SPI2_ATK_2_24_1^0
+source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/AT_SPI2_ATK_//' -e 's/_/\./g' -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list