[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:21:11
  Author: heftig
Revision: 396845

2.38.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:21:02 UTC (rev 396844)
+++ PKGBUILD2020-09-27 22:21:11 UTC (rev 396845)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.34.2
+pkgver=2.38.0
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 url="https://wiki.gnome.org/Accessibility;
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(at-spi2-core libx11 libxml2 atk)
 makedepends=(git meson)
-_commit=eac8e935128753f8204ecc3904e6e3e7b231e3ea  # tags/AT_SPI2_ATK_2_34_2^0
+_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')
 
@@ -25,7 +25,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2020-02-29 Thread Jan Steffens via arch-commits
Date: Saturday, February 29, 2020 @ 23:50:22
  Author: heftig
Revision: 376425

2.34.2-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-29 22:34:58 UTC (rev 376424)
+++ PKGBUILD2020-02-29 23:50:22 UTC (rev 376425)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.34.1
+pkgver=2.34.2
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 url="https://wiki.gnome.org/Accessibility;
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(at-spi2-core libx11 libxml2 atk)
 makedepends=(git meson)
-_commit=043b793de2161a0548835424f4d087ac90d1172d  # tags/AT_SPI2_ATK_2_34_1^0
+_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')
 


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 18:50:16
  Author: heftig
Revision: 364040

2.34.1-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 18:48:55 UTC (rev 364039)
+++ PKGBUILD2019-10-07 18:50:16 UTC (rev 364040)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.34.0
+pkgver=2.34.1
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 url="https://wiki.gnome.org/Accessibility;
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(at-spi2-core libx11 libxml2 atk)
 makedepends=(git meson)
-_commit=15ad5b3aab208c97352187e2408d7b3752504230  # tags/AT_SPI2_ATK_2_34_0^0
+_commit=043b793de2161a0548835424f4d087ac90d1172d  # tags/AT_SPI2_ATK_2_34_1^0
 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:00:56
  Author: heftig
Revision: 362140

2.34.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 18:58:46 UTC (rev 362139)
+++ PKGBUILD2019-09-10 19:00:56 UTC (rev 362140)
@@ -2,15 +2,15 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.32.0
+pkgver=2.34.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=(GPL2)
+license=(LGPL)
 depends=(at-spi2-core libx11 libxml2 atk)
 makedepends=(git meson)
-_commit=a0f11abb143a1cc04e04e0b7156f67009f7b2392  # tags/AT_SPI2_ATK_2_32_0^0
+_commit=15ad5b3aab208c97352187e2408d7b3752504230  # tags/AT_SPI2_ATK_2_34_0^0
 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -29,7 +29,7 @@
 }
 
 check() {
-  dbus-run-session meson test -C build
+  dbus-run-session meson test -C build --print-errorlogs
 }
 
 package() {


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2019-03-13 Thread Jan Steffens via arch-commits
Date: Wednesday, March 13, 2019 @ 20:57:41
  Author: heftig
Revision: 347864

2.32.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-13 20:55:44 UTC (rev 347863)
+++ PKGBUILD2019-03-13 20:57:41 UTC (rev 347864)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.30.1
+pkgver=2.32.0
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 url="https://wiki.gnome.org/Accessibility;
@@ -10,7 +10,7 @@
 license=(GPL2)
 depends=(at-spi2-core libx11 libxml2 atk)
 makedepends=(git meson)
-_commit=036eccfe71da7b6212d032c9aae601b256bd55ae  # gnome-3-30
+_commit=a0f11abb143a1cc04e04e0b7156f67009f7b2392  # tags/AT_SPI2_ATK_2_32_0^0
 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -21,8 +21,6 @@
 
 prepare() {
   cd $pkgname
-  # Fixup tag
-  git tag -f AT_SPI2_ATK_2_30_1 036eccfe71da7b6212d032c9aae601b256bd55ae
 }
 
 build() {


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2019-03-04 Thread Jan Steffens via arch-commits
Date: Monday, March 4, 2019 @ 14:16:44
  Author: heftig
Revision: 347037

2.30.1-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-04 14:15:56 UTC (rev 347036)
+++ PKGBUILD2019-03-04 14:16:44 UTC (rev 347037)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.30.0
+pkgver=2.30.1
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 url="https://wiki.gnome.org/Accessibility;
@@ -10,7 +10,7 @@
 license=(GPL2)
 depends=(at-spi2-core libx11 libxml2 atk)
 makedepends=(git meson)
-_commit=8cce3d9fa7eabfb484d9515767a80bfaca2ed8e9  # tags/AT_SPI2_ATK_2_30_0^0
+_commit=036eccfe71da7b6212d032c9aae601b256bd55ae  # gnome-3-30
 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -21,6 +21,8 @@
 
 prepare() {
   cd $pkgname
+  # Fixup tag
+  git tag -f AT_SPI2_ATK_2_30_1 036eccfe71da7b6212d032c9aae601b256bd55ae
 }
 
 build() {


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2018-09-04 Thread Jan Steffens via arch-commits
Date: Tuesday, September 4, 2018 @ 17:38:39
  Author: heftig
Revision: 12

2.30.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD(contents, properties)

--+
 PKGBUILD |   14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-04 17:33:52 UTC (rev 11)
+++ PKGBUILD2018-09-04 17:38:39 UTC (rev 12)
@@ -1,8 +1,8 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.26.2
+pkgver=2.30.0
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 url="https://wiki.gnome.org/Accessibility;
@@ -10,8 +10,8 @@
 license=(GPL2)
 depends=(at-spi2-core libx11 libxml2 atk)
 makedepends=(git meson)
-_commit=196498d7f02e4e5662941213e852ef1ca899cf79  # tags/AT_SPI2_ATK_2_26_2^0
-source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit;)
+_commit=8cce3d9fa7eabfb484d9515767a80bfaca2ed8e9  # tags/AT_SPI2_ATK_2_30_0^0
+source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -28,8 +28,12 @@
   ninja -C build
 }
 
+check() {
+  dbus-run-session meson test -C build
+}
+
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }
 
 # vim:set ts=2 sw=2 et:


Property changes on: at-spi2-atk/trunk/PKGBUILD
___
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2018-03-17 Thread Jan Steffens via arch-commits
Date: Saturday, March 17, 2018 @ 20:13:38
  Author: heftig
Revision: 319562

2.26.2-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-17 20:02:52 UTC (rev 319561)
+++ PKGBUILD2018-03-17 20:13:38 UTC (rev 319562)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.26.1+2+g493b5a1
+pkgver=2.26.2
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 url="https://wiki.gnome.org/Accessibility;
@@ -10,7 +10,7 @@
 license=(GPL2)
 depends=(at-spi2-core libx11 libxml2 atk)
 makedepends=(git meson)
-_commit=493b5a1c83b248f382b677a4f1fbfb7e31f0dc4f  # master
+_commit=196498d7f02e4e5662941213e852ef1ca899cf79  # tags/AT_SPI2_ATK_2_26_2^0
 source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2018-03-08 Thread Jan Steffens via arch-commits
Date: Thursday, March 8, 2018 @ 18:52:23
  Author: heftig
Revision: 318260

2.26.1+2+g493b5a1-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-08 18:50:49 UTC (rev 318259)
+++ PKGBUILD2018-03-08 18:52:23 UTC (rev 318260)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.26.1
+pkgver=2.26.1+2+g493b5a1
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 url="https://wiki.gnome.org/Accessibility;
@@ -10,7 +10,7 @@
 license=(GPL2)
 depends=(at-spi2-core libx11 libxml2 atk)
 makedepends=(git meson)
-_commit=3ea01613fb9f10d67f45e931fa5664a68ac49a29  # tags/AT_SPI2_ATK_2_26_1^0
+_commit=493b5a1c83b248f382b677a4f1fbfb7e31f0dc4f  # master
 source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -20,19 +20,16 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 }
 
 build() {
-  cd build
-  arch-meson ../$pkgname
-  ninja
+  arch-meson $pkgname build
+  ninja -C build
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja -C build install
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2017-09-12 Thread Jan Steffens
Date: Tuesday, September 12, 2017 @ 21:11:38
  Author: heftig
Revision: 305386

2.26.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 21:08:49 UTC (rev 305385)
+++ PKGBUILD2017-09-12 21:11:38 UTC (rev 305386)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.25.3
+pkgver=2.26.0
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 url="https://wiki.gnome.org/Accessibility;
@@ -10,7 +10,7 @@
 license=(GPL2)
 depends=(at-spi2-core libx11 libxml2 atk)
 makedepends=(git meson)
-_commit=d360bc28c5b041d5920a28a40a8bf110b74e3b84  # tags/AT_SPI2_ATK_2_25_3^0
+_commit=6c1c9f343fda51780fc12ed1a1746832f070db85  # tags/AT_SPI2_ATK_2_26_0^0
 source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 07:38:45
  Author: heftig
Revision: 305208

2.25.3-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |   29 ++---
 1 file changed, 14 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 07:33:11 UTC (rev 305207)
+++ PKGBUILD2017-09-10 07:38:45 UTC (rev 305208)
@@ -2,39 +2,38 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.24.1
+pkgver=2.25.3
 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=ad3da20b099593520b488e04c11b22bc39c3  # tags/AT_SPI2_ATK_2_24_1^0
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(at-spi2-core libx11 libxml2 atk)
+makedepends=(git meson)
+_commit=d360bc28c5b041d5920a28a40a8bf110b74e3b84  # tags/AT_SPI2_ATK_2_25_3^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'
+  git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g'
 }
 
 prepare() {
+  mkdir build
   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
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname \
+--sysconfdir=/etc
+  ninja
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2017-05-09 Thread Jan Steffens
Date: Tuesday, May 9, 2017 @ 16:20:02
  Author: heftig
Revision: 295491

2.24.1-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-09 16:19:58 UTC (rev 295490)
+++ PKGBUILD2017-05-09 16:20:02 UTC (rev 295491)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.24.0
+pkgver=2.24.1
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('git')
-_commit=b1953a03dee8728ae0223348b8347489bfd0523f  # tags/AT_SPI2_ATK_2_24_0^0
+_commit=ad3da20b099593520b488e04c11b22bc39c3  # tags/AT_SPI2_ATK_2_24_1^0
 source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2017-03-29 Thread Jan Steffens
Date: Wednesday, March 29, 2017 @ 20:07:40
  Author: heftig
Revision: 291816

2.24.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-29 20:05:52 UTC (rev 291815)
+++ PKGBUILD2017-03-29 20:07:40 UTC (rev 291816)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.22.0
+pkgver=2.24.0
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -10,11 +10,8 @@
 license=('GPL2')
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('git')
-provides=('at-spi')
-replaces=('at-spi')
-conflicts=('at-spi')
-_commit=372999fb152c847ed4fd8b0a2cb3ceb91040c1ec
-source=("git://git.gnome.org/at-spi2-atk#commit=$_commit")
+_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() {
@@ -24,7 +21,6 @@
 
 prepare() {
   cd $pkgname
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
   NOCONFIGURE=1 ./autogen.sh
 }
 


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2016-09-26 Thread Jan Steffens
Date: Monday, September 26, 2016 @ 18:42:14
  Author: heftig
Revision: 276987

2.22.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-26 18:41:42 UTC (rev 276986)
+++ PKGBUILD2016-09-26 18:42:14 UTC (rev 276987)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.21.91+1+gd559d68
+pkgver=2.22.0
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 provides=('at-spi')
 replaces=('at-spi')
 conflicts=('at-spi')
-_commit=d559d6882dc172628c16d5fd21f457a1695ac490
+_commit=372999fb152c847ed4fd8b0a2cb3ceb91040c1ec
 source=("git://git.gnome.org/at-spi2-atk#commit=$_commit")
 sha256sums=('SKIP')
 


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2016-09-19 Thread Jan de Groot
Date: Monday, September 19, 2016 @ 13:23:44
  Author: jgc
Revision: 276706

upgpkg: at-spi2-atk 2.21.91+1+gd559d68-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |   26 +-
 1 file changed, 17 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-19 13:20:01 UTC (rev 276705)
+++ PKGBUILD2016-09-19 13:23:44 UTC (rev 276706)
@@ -2,26 +2,34 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.20.1
-pkgrel=2
+pkgver=2.21.91+1+gd559d68
+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=('intltool')
+makedepends=('git')
 provides=('at-spi')
 replaces=('at-spi')
 conflicts=('at-spi')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2358a794e918e8f47ce0c7370eee8fc8a6207ff1afe976ec9ff547a03277bf8e')
+_commit=d559d6882dc172628c16d5fd21f457a1695ac490
+source=("git://git.gnome.org/at-spi2-atk#commit=$_commit")
+sha256sums=('SKIP')
 
-build() {
-  cd $pkgname-$pkgver
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/AT_SPI2_ATK_//' -e 's/_/\./g' -e 's/-/+/g'
+}
 
+prepare() {
+  cd $pkgname
   sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
+  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
@@ -29,7 +37,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }
 


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 11:01:42
  Author: jgc
Revision: 269266

upgpkg: at-spi2-atk 2.20.1-2

Provide/replace/conflict at-spi

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 08:58:50 UTC (rev 269265)
+++ PKGBUILD2016-06-10 09:01:42 UTC (rev 269266)
@@ -3,7 +3,7 @@
 
 pkgname=at-spi2-atk
 pkgver=2.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Accessibility;
@@ -10,6 +10,9 @@
 license=('GPL2')
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
+provides=('at-spi')
+replaces=('at-spi')
+conflicts=('at-spi')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('2358a794e918e8f47ce0c7370eee8fc8a6207ff1afe976ec9ff547a03277bf8e')
 


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2016-04-12 Thread Jan de Groot
Date: Tuesday, April 12, 2016 @ 09:59:32
  Author: jgc
Revision: 264691

upgpkg: at-spi2-atk 2.20.1-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 07:58:30 UTC (rev 264690)
+++ PKGBUILD2016-04-12 07:59:32 UTC (rev 264691)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.20.0
+pkgver=2.20.1
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a24b142b6e8f1dd2d57a657447dde3e0ae29df481968c88673a58d4ce44f3ad2')
+sha256sums=('2358a794e918e8f47ce0c7370eee8fc8a6207ff1afe976ec9ff547a03277bf8e')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:48:13
  Author: jgc
Revision: 262486

upgpkg: at-spi2-atk 2.20.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 22:46:54 UTC (rev 262485)
+++ PKGBUILD2016-03-24 22:48:13 UTC (rev 262486)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.19.92
+pkgver=2.20.0
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ca14964ae08a2e57d28ec4f9c9e3edb0507f4e032bef00b27c44e71df1a25fe1')
+sha256sums=('a24b142b6e8f1dd2d57a657447dde3e0ae29df481968c88673a58d4ce44f3ad2')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2016-03-19 Thread Jan de Groot
Date: Wednesday, March 16, 2016 @ 13:44:34
  Author: jgc
Revision: 261859

upgpkg: at-spi2-atk 2.19.92-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-16 12:19:49 UTC (rev 261858)
+++ PKGBUILD2016-03-16 12:44:34 UTC (rev 261859)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 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')
@@ -11,7 +11,7 @@
 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
@@ -21,6 +21,7 @@
 
   ./configure --prefix=/usr --sysconfdir=/etc \
 --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2015-10-13 Thread Jan Steffens
Date: Tuesday, October 13, 2015 @ 09:53:32
  Author: heftig
Revision: 249135

2.18.1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-13 07:53:29 UTC (rev 249134)
+++ PKGBUILD2015-10-13 07:53:32 UTC (rev 249135)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.18.0
+pkgver=2.18.1
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4a6db33453b6efd15fa7d84ef2a3421262a053f57f1df6e7a2536d02bacdf375')
+sha256sums=('c4b15f9386d34d464ddad5f6cc85669742c016df87141ceee93513245979c12d')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 10:23:02
  Author: jgc
Revision: 247115

upgpkg: at-spi2-atk 2.18.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 08:21:11 UTC (rev 247114)
+++ PKGBUILD2015-09-23 08:23:02 UTC (rev 247115)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.16.0
+pkgver=2.18.0
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('78efc45ec36383bf785f8636e64a8d866defeb020e00a08f92978f1fc3772ff9')
+sha256sums=('4a6db33453b6efd15fa7d84ef2a3421262a053f57f1df6e7a2536d02bacdf375')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 10:26:30
  Author: jgc
Revision: 234680

upgpkg: at-spi2-atk 2.16.0-1

GNOME 3.16

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-25 09:26:28 UTC (rev 234679)
+++ PKGBUILD2015-03-25 09:26:30 UTC (rev 234680)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.15.90
+pkgver=2.16.0
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('997c1ff85b7731d4c852ebef20f7bd65f20340823ca6ce1134fbd2efaa234b1e')
+sha256sums=('78efc45ec36383bf785f8636e64a8d866defeb020e00a08f92978f1fc3772ff9')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 13:05:21
  Author: jgc
Revision: 232926

upgpkg: at-spi2-atk 2.15.90-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 12:01:42 UTC (rev 232925)
+++ PKGBUILD2015-03-06 12:05:21 UTC (rev 232926)
@@ -2,16 +2,16 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.14.1
+pkgver=2.15.90
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
-url=http://www.gnome.org;
+url=https://wiki.gnome.org/Accessibility;
 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=('058f34ea60edf0a5f831c9f2bdd280fe95c1bcafb76e466e44aa0fb356d17bcb')
+sha256sums=('997c1ff85b7731d4c852ebef20f7bd65f20340823ca6ce1134fbd2efaa234b1e')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:16:04
  Author: jgc
Revision: 224305

upgpkg: at-spi2-atk 2.14.1-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:13:15 UTC (rev 224304)
+++ PKGBUILD2014-10-14 13:16:04 UTC (rev 224305)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.14.0
+pkgver=2.14.1
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('56b40ef16d9f1b1630d32addb0cc941372a1e97d8ddafd369f912c7d125688e7')
+sha256sums=('058f34ea60edf0a5f831c9f2bdd280fe95c1bcafb76e466e44aa0fb356d17bcb')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 19:47:35
  Author: jgc
Revision: 222689

upgpkg: at-spi2-atk 2.14.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 17:46:59 UTC (rev 222688)
+++ PKGBUILD2014-09-22 17:47:35 UTC (rev 222689)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.13.4
+pkgver=2.14.0
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b20ede423cdf95ae34feca08b1f01afccafd75c37a3c8060b04beed31b18af15')
+sha256sums=('56b40ef16d9f1b1630d32addb0cc941372a1e97d8ddafd369f912c7d125688e7')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:07:13
  Author: jgc
Revision: 220966

upgpkg: at-spi2-atk 2.13.4-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 20:05:52 UTC (rev 220965)
+++ PKGBUILD2014-09-04 20:07:13 UTC (rev 220966)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.12.1
+pkgver=2.13.4
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5fa9c527bdec028e06797563cd52d49bcf06f638549df983424d88db89bb1336')
+sha256sums=('b20ede423cdf95ae34feca08b1f01afccafd75c37a3c8060b04beed31b18af15')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2014-04-18 Thread Jan Steffens
Date: Friday, April 18, 2014 @ 13:04:02
  Author: heftig
Revision: 211208

2.12.1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-18 11:03:21 UTC (rev 211207)
+++ PKGBUILD2014-04-18 11:04:02 UTC (rev 211208)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.12.0
+pkgver=2.12.1
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3b5467c9f169812bc36a4245355b7deedea0a62eb22153df96ced88dcd1c3633')
+sha256sums=('5fa9c527bdec028e06797563cd52d49bcf06f638549df983424d88db89bb1336')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2014-03-24 Thread Jan de Groot
Date: Monday, March 24, 2014 @ 23:02:36
  Author: jgc
Revision: 208683

upgpkg: at-spi2-atk 2.12.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-24 22:00:15 UTC (rev 208682)
+++ PKGBUILD2014-03-24 22:02:36 UTC (rev 208683)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.11.90
+pkgver=2.12.0
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7947104cfa8b9c67db6663d255723fad084d5a07fc4486a28cd68c6841a7b71d')
+sha256sums=('3b5467c9f169812bc36a4245355b7deedea0a62eb22153df96ced88dcd1c3633')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2014-02-23 Thread Jan de Groot
Date: Sunday, February 23, 2014 @ 15:32:57
  Author: jgc
Revision: 206283

upgpkg: at-spi2-atk 2.11.90-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-23 14:29:58 UTC (rev 206282)
+++ PKGBUILD2014-02-23 14:32:57 UTC (rev 206283)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.10.2
+pkgver=2.11.90
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@
 license=('GPL2')
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e348a811c4830251f0c3018019072e7979ef35fb9b7f0b1b0a0dd1e66942d0f5')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7947104cfa8b9c67db6663d255723fad084d5a07fc4486a28cd68c6841a7b71d')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2013-11-11 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 00:18:44
  Author: heftig
Revision: 199407

2.10.2

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-11 23:17:48 UTC (rev 199406)
+++ PKGBUILD2013-11-11 23:18:44 UTC (rev 199407)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.10.0
+pkgver=2.10.2
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('dea7ff2f9bc9bbdb0351112616d738de718b55739cd2511afecac51604c31a94')
+sha256sums=('e348a811c4830251f0c3018019072e7979ef35fb9b7f0b1b0a0dd1e66942d0f5')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2013-09-24 Thread Jan de Groot
Date: Tuesday, September 24, 2013 @ 09:57:59
  Author: jgc
Revision: 194906

upgpkg: at-spi2-atk 2.10.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-24 07:55:37 UTC (rev 194905)
+++ PKGBUILD2013-09-24 07:57:59 UTC (rev 194906)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.9.90
+pkgver=2.10.0
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('94a83c66aca985a14cb859acb2191a19dff357aa215fd499aa93ff74f6942c6b')
+sha256sums=('dea7ff2f9bc9bbdb0351112616d738de718b55739cd2511afecac51604c31a94')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2013-09-02 Thread Jan de Groot
Date: Monday, September 2, 2013 @ 16:24:34
  Author: jgc
Revision: 193826

upgpkg: at-spi2-atk 2.9.90-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-02 14:13:57 UTC (rev 193825)
+++ PKGBUILD2013-09-02 14:24:34 UTC (rev 193826)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.8.1
+pkgver=2.9.90
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eb659b94fde6dc0a2f584c9121a5e6d39a4c8aa297d21d8f9032f7a8a775fd06')
+sha256sums=('94a83c66aca985a14cb859acb2191a19dff357aa215fd499aa93ff74f6942c6b')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2013-04-16 Thread Jan Steffens
Date: Wednesday, April 17, 2013 @ 02:41:50
  Author: heftig
Revision: 183039

2.8.1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 00:38:21 UTC (rev 183038)
+++ PKGBUILD2013-04-17 00:41:50 UTC (rev 183039)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.8.0
+pkgver=2.8.1
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4688acbc1474cda0aa49341f109ad0726603ce3e872cc6521c74931338c7ba20')
+sha256sums=('eb659b94fde6dc0a2f584c9121a5e6d39a4c8aa297d21d8f9032f7a8a775fd06')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:18:22
  Author: jgc
Revision: 180717

upgpkg: at-spi2-atk 2.8.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 23:16:19 UTC (rev 180716)
+++ PKGBUILD2013-03-25 23:18:22 UTC (rev 180717)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.7.91
+pkgver=2.8.0
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d841303572cfdf37d0cc1424ea04f3e82fffa8860469540e02e1ab12cb1eefb7')
+sha256sums=('4688acbc1474cda0aa49341f109ad0726603ce3e872cc6521c74931338c7ba20')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD at-spi2-atk.install)

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 22:11:50
  Author: jgc
Revision: 180436

upgpkg: at-spi2-atk 2.7.91-1

Modified:
  at-spi2-atk/trunk/PKGBUILD
Deleted:
  at-spi2-atk/trunk/at-spi2-atk.install

-+
 PKGBUILD|7 +++
 at-spi2-atk.install |   11 ---
 2 files changed, 3 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 21:05:23 UTC (rev 180435)
+++ PKGBUILD2013-03-21 21:11:50 UTC (rev 180436)
@@ -2,18 +2,17 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.6.2
+pkgver=2.7.91
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
 url=http://www.gnome.org;
 license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk' 'dconf')
+depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
-install=at-spi2-atk.install
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('496c8432e8ab82735145f9af5d45209e9b708bf3c94e527ee091d08641a9bcfa')
+sha256sums=('d841303572cfdf37d0cc1424ea04f3e82fffa8860469540e02e1ab12cb1eefb7')
 
 build() {
   cd $pkgname-$pkgver

Deleted: at-spi2-atk.install
===
--- at-spi2-atk.install 2013-03-21 21:05:23 UTC (rev 180435)
+++ at-spi2-atk.install 2013-03-21 21:11:50 UTC (rev 180436)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2012-11-12 Thread Jan Steffens
Date: Monday, November 12, 2012 @ 16:29:08
  Author: heftig
Revision: 170874

2.6.2

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-12 21:27:40 UTC (rev 170873)
+++ PKGBUILD2012-11-12 21:29:08 UTC (rev 170874)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=at-spi2-atk.install
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0a796c3635b23d094d488ac3aeee1bd785debfde433640687d4b17dfeaeb3398')
+sha256sums=('496c8432e8ab82735145f9af5d45209e9b708bf3c94e527ee091d08641a9bcfa')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2012-10-16 Thread Jan Steffens
Date: Tuesday, October 16, 2012 @ 18:58:51
  Author: heftig
Revision: 168962

2.6.1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-16 22:57:57 UTC (rev 168961)
+++ PKGBUILD2012-10-16 22:58:51 UTC (rev 168962)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=at-spi2-atk.install
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2cfcb5e29aa6db5e8982add072dffecadd81d6ef04845afa2336be1b515bdc1f')
+sha256sums=('0a796c3635b23d094d488ac3aeee1bd785debfde433640687d4b17dfeaeb3398')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2012-09-25 Thread Jan Steffens
Date: Tuesday, September 25, 2012 @ 07:58:30
  Author: heftig
Revision: 167109

2.6.0

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-25 11:58:02 UTC (rev 167108)
+++ PKGBUILD2012-09-25 11:58:30 UTC (rev 167109)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.5.92
+pkgver=2.6.0
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=at-spi2-atk.install
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('982345ab4ac150b99a80d678b48b072f73fb90b123807225c2d1ae2f9d1b5cdc')
+sha256sums=('2cfcb5e29aa6db5e8982add072dffecadd81d6ef04845afa2336be1b515bdc1f')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 17:45:02
  Author: jgc
Revision: 166838

upgpkg: at-spi2-atk 2.5.92-1

Update to 2.5.92

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 19:51:11 UTC (rev 166837)
+++ PKGBUILD2012-09-19 21:45:02 UTC (rev 166838)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.5.91
+pkgver=2.5.92
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=at-spi2-atk.install
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0eeb0ca540c171aa44586c59db52dccb443e4d80acbba719ff6d599350da2c54')
+sha256sums=('982345ab4ac150b99a80d678b48b072f73fb90b123807225c2d1ae2f9d1b5cdc')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2012-09-05 Thread Jan de Groot
Date: Wednesday, September 5, 2012 @ 17:38:15
  Author: jgc
Revision: 166312

upgpkg: at-spi2-atk 2.5.91-1

Update to 2.5.91

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-05 21:32:53 UTC (rev 166311)
+++ PKGBUILD2012-09-05 21:38:15 UTC (rev 166312)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.5.90
+pkgver=2.5.91
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=at-spi2-atk.install
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('373c46988fca380e36530c554bea470e05a2aa311292ee134746f856c5baf57e')
+sha256sums=('0eeb0ca540c171aa44586c59db52dccb443e4d80acbba719ff6d599350da2c54')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2012-08-29 Thread Jan de Groot
Date: Wednesday, August 29, 2012 @ 08:54:31
  Author: jgc
Revision: 165755

upgpkg: at-spi2-atk 2.5.90-1

Update to 2.5.90, adds a libatk-bridge library

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-29 12:15:27 UTC (rev 165754)
+++ PKGBUILD2012-08-29 12:54:31 UTC (rev 165755)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.4.0
+pkgver=2.5.90
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=at-spi2-atk.install
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('28e9c21ec8a76cae4914bdbc011c4f6bf1beeaa27751a88534d87364e6a888bf')
+sha256sums=('373c46988fca380e36530c554bea470e05a2aa311292ee134746f856c5baf57e')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 09:18:39
  Author: heftig
Revision: 154627

2.4.0

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-30 13:18:22 UTC (rev 154626)
+++ PKGBUILD2012-03-30 13:18:39 UTC (rev 154627)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.3.92
+pkgver=2.4.0
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=at-spi2-atk.install
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ad910154504e6db9425fdbe5f2f1f4edd00aac1f0052164397b1314205e88e57')
+sha256sums=('28e9c21ec8a76cae4914bdbc011c4f6bf1beeaa27751a88534d87364e6a888bf')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2012-03-20 Thread Ionut Biru
Date: Tuesday, March 20, 2012 @ 05:09:52
  Author: ibiru
Revision: 153878

update to 2.3.92

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-20 09:06:52 UTC (rev 153877)
+++ PKGBUILD2012-03-20 09:09:52 UTC (rev 153878)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.3.91
+pkgver=2.3.92
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=at-spi2-atk.install
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ba00ec5bbf8647d931be13d06f2bd9e8f82f4db61c1a64ee30c78f985d2aaa49')
+sha256sums=('ad910154504e6db9425fdbe5f2f1f4edd00aac1f0052164397b1314205e88e57')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2012-03-06 Thread Jan Steffens
Date: Tuesday, March 6, 2012 @ 08:11:32
  Author: heftig
Revision: 152276

2.3.91

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-06 13:10:58 UTC (rev 152275)
+++ PKGBUILD2012-03-06 13:11:32 UTC (rev 152276)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.2.2
+pkgver=2.3.91
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=at-spi2-atk.install
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b63b214cec23163bf59239c59b350d55a7fcfab7a95858ea833815e0b16a4041')
+sha256sums=('ba00ec5bbf8647d931be13d06f2bd9e8f82f4db61c1a64ee30c78f985d2aaa49')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2012-03-06 Thread Jan Steffens
Date: Tuesday, March 6, 2012 @ 08:14:14
  Author: heftig
Revision: 152277

cd

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-06 13:11:32 UTC (rev 152276)
+++ PKGBUILD2012-03-06 13:14:14 UTC (rev 152277)
@@ -16,7 +16,7 @@
 sha256sums=('ba00ec5bbf8647d931be13d06f2bd9e8f82f4db61c1a64ee30c78f985d2aaa49')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   sed -i -e '/AC_PATH_XTRA/d' configure.ac
   autoreconf --force --install
@@ -27,7 +27,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
 



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2012-01-16 Thread Ionut Biru
Date: Monday, January 16, 2012 @ 07:56:08
  Author: ibiru
Revision: 146691

update to 2.2.2

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 11:37:07 UTC (rev 146690)
+++ PKGBUILD2012-01-16 12:56:08 UTC (rev 146691)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 makedepends=('intltool')
 install=at-spi2-atk.install
 options=('!libtool')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('6677def34b16c9a28d6ad96473ea56a3c0e13aa968e584df004cd44c8691ea1a')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b63b214cec23163bf59239c59b350d55a7fcfab7a95858ea833815e0b16a4041')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
 
   sed -i -e '/AC_PATH_XTRA/d' configure.ac
   autoreconf --force --install
@@ -27,8 +27,8 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:44:27
  Author: ibiru
Revision: 140725

update to 2.2.1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 14:42:00 UTC (rev 140724)
+++ PKGBUILD2011-10-18 14:44:27 UTC (rev 140725)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -12,9 +12,8 @@
 makedepends=('intltool')
 install=at-spi2-atk.install
 options=('!libtool')
-groups=('gnome')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7fd0e043d2a32f06cab1ca116f36114d9b0c482ca421e26b1d565687db171150')
+sha256sums=('6677def34b16c9a28d6ad96473ea56a3c0e13aa968e584df004cd44c8691ea1a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 07:09:02
  Author: ibiru
Revision: 138569

update to 3.2.0

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-27 11:08:46 UTC (rev 138568)
+++ PKGBUILD2011-09-27 11:09:02 UTC (rev 138569)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.1.92
+pkgver=2.2.0
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!libtool')
 groups=('gnome')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('20cc15ca5230b84d451efe157fc6aeb0908296010bdf68bea31f80ed116addb7')
+sha256sums=('7fd0e043d2a32f06cab1ca116f36114d9b0c482ca421e26b1d565687db171150')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2011-09-20 Thread Jan Steffens
Date: Tuesday, September 20, 2011 @ 03:32:19
  Author: heftig
Revision: 138328

2.1.92

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-20 07:31:23 UTC (rev 138327)
+++ PKGBUILD2011-09-20 07:32:19 UTC (rev 138328)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.1.91
+pkgver=2.1.92
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!libtool')
 groups=('gnome')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0dc9b73d033cb8d774e861c461c128ea7f49273f478cf690be469cbb25532e3b')
+sha256sums=('20cc15ca5230b84d451efe157fc6aeb0908296010bdf68bea31f80ed116addb7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2011-09-06 Thread Ionut Biru
Date: Tuesday, September 6, 2011 @ 04:32:18
  Author: ibiru
Revision: 137173

update to 2.1.91

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-06 08:25:02 UTC (rev 137172)
+++ PKGBUILD2011-09-06 08:32:18 UTC (rev 137173)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.1.90
+pkgver=2.1.91
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!libtool')
 groups=('gnome')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('218090dc38ea5614ec86e3f388c3c504f94d129df4eee6d4c2f5066b257e1faf')
+sha256sums=('0dc9b73d033cb8d774e861c461c128ea7f49273f478cf690be469cbb25532e3b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 08:38:49
  Author: ibiru
Revision: 136675

update to 2.1.90

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 12:38:25 UTC (rev 136674)
+++ PKGBUILD2011-08-31 12:38:49 UTC (rev 136675)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.0.2
+pkgver=2.1.90
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 install=at-spi2-atk.install
 options=('!libtool')
 groups=('gnome')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('4b958d3701afd0c8f83ecf297750032f06a07491007d85173997ce7371688725')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('218090dc38ea5614ec86e3f388c3c504f94d129df4eee6d4c2f5066b257e1faf')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2011-05-24 Thread Jan Steffens
Date: Tuesday, May 24, 2011 @ 03:05:08
  Author: heftig
Revision: 124722

upgpkg: at-spi2-atk 2.0.2-1
Update to 2.0.2

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-24 07:04:06 UTC (rev 124721)
+++ PKGBUILD2011-05-24 07:05:08 UTC (rev 124722)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!libtool')
 groups=('gnome')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('d78a88067a53db479d3c7c1ce31f095b1d4962e44e653800a12599ade397dafc')
+sha256sums=('4b958d3701afd0c8f83ecf297750032f06a07491007d85173997ce7371688725')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2011-04-25 Thread Jan de Groot
Date: Tuesday, April 26, 2011 @ 01:27:06
  Author: jgc
Revision: 120714

upgpkg: at-spi2-atk 2.0.1-1
Update to 2.0.1

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-26 05:25:24 UTC (rev 120713)
+++ PKGBUILD2011-04-26 05:27:06 UTC (rev 120714)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!libtool')
 groups=('gnome')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1c846f1ef11485c49af8eb3850ee379ea5e775a1fc981c99291e6f5d110acc52')
+sha256sums=('d78a88067a53db479d3c7c1ce31f095b1d4962e44e653800a12599ade397dafc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2011-04-05 Thread Jan Steffens
Date: Tuesday, April 5, 2011 @ 02:31:48
  Author: heftig
Revision: 117977

upgpkg: at-spi2-atk 2.0.0-1
Update to 2.0.0

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-05 06:31:19 UTC (rev 117976)
+++ PKGBUILD2011-04-05 06:31:48 UTC (rev 117977)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=1.91.93
+pkgver=2.0.0
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 install=at-spi2-atk.install
 options=('!libtool')
 groups=('gnome')
-source=(http://download.gnome.org/sources/${pkgname}/1.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('9b9afc7631f780748fedd22f5b3980b611ffe55f7e177952452c322e131e8fa7')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1c846f1ef11485c49af8eb3850ee379ea5e775a1fc981c99291e6f5d110acc52')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2011-03-25 Thread Jan Steffens
Date: Friday, March 25, 2011 @ 18:44:20
  Author: heftig
Revision: 116857

upgpkg: at-spi2-atk 1.91.93-1
Update to 1.91.93

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-25 22:44:11 UTC (rev 116856)
+++ PKGBUILD2011-03-25 22:44:20 UTC (rev 116857)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=1.91.92
+pkgver=1.91.93
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -14,13 +14,14 @@
 options=('!libtool')
 groups=('gnome')
 
source=(http://download.gnome.org/sources/${pkgname}/1.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('711b59ceca97933c1549bf2fe2ac65356f20a4f3e50bf25c440304fbcf8eb099')
+sha256sums=('9b9afc7631f780748fedd22f5b3980b611ffe55f7e177952452c322e131e8fa7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   sed -i -e '/AC_PATH_XTRA/d' configure.ac
   autoreconf --force --install
+
   ./configure --prefix=/usr --sysconfdir=/etc \
 --disable-schemas-compile
   make
@@ -28,7 +29,6 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
   make DESTDIR=${pkgdir} install
 }
 



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2011-03-22 Thread Jan Steffens
Date: Tuesday, March 22, 2011 @ 17:24:41
  Author: heftig
Revision: 116294

upgpkg: at-spi2-atk 1.91.92-1
Update to 1.91.92

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-22 21:13:14 UTC (rev 116293)
+++ PKGBUILD2011-03-22 21:24:41 UTC (rev 116294)
@@ -2,19 +2,19 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=1.91.91
+pkgver=1.91.92
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
 url=http://www.gnome.org;
 license=('GPL2')
-depends=('dbus-core' 'dbus-glib' 'libx11' 'atk' 'dconf')
+depends=('at-spi2-core' 'libx11' 'atk' 'dconf')
 makedepends=('intltool')
 install=at-spi2-atk.install
 options=('!libtool')
 groups=('gnome')
 
source=(http://download.gnome.org/sources/${pkgname}/1.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('4adf6b6c1668b68994c8a2c23bb274b211ffaf05270fbd1b470820c6529203e1')
+sha256sums=('711b59ceca97933c1549bf2fe2ac65356f20a4f3e50bf25c440304fbcf8eb099')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 05:24:44
  Author: ibiru
Revision: 113225

upgpkg: at-spi2-atk 1.91.91-1
update to 1.91.91

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-08 10:17:19 UTC (rev 113224)
+++ PKGBUILD2011-03-08 10:24:44 UTC (rev 113225)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=1.91.90
+pkgver=1.91.91
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -12,8 +12,9 @@
 makedepends=('intltool')
 install=at-spi2-atk.install
 options=('!libtool')
+groups=('gnome')
 
source=(http://download.gnome.org/sources/${pkgname}/1.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e8f09ef8963cacdb5ed6c9523895538722ab944d5c4a6de6261f92755445960e')
+sha256sums=('4adf6b6c1668b68994c8a2c23bb274b211ffaf05270fbd1b470820c6529203e1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2011-02-23 Thread Jan de Groot
Date: Wednesday, February 23, 2011 @ 10:10:14
  Author: jgc
Revision: 110986

Update to 1.91.90, remove AC_PATH_XTRA macro from configure.ac

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 14:59:33 UTC (rev 110985)
+++ PKGBUILD2011-02-23 15:10:14 UTC (rev 110986)
@@ -1,7 +1,8 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
+
 pkgname=at-spi2-atk
-pkgver=1.91.6
+pkgver=1.91.90
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -12,11 +13,13 @@
 install=at-spi2-atk.install
 options=('!libtool')
 
source=(http://download.gnome.org/sources/${pkgname}/1.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('711f3c193f525703793ef374aef81ba4ffc0f1e199ea4c5ec3d22f1d94d2a220')
+sha256sums=('e8f09ef8963cacdb5ed6c9523895538722ab944d5c4a6de6261f92755445960e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
   ./configure --prefix=/usr --sysconfdir=/etc \
 --disable-schemas-compile
   make



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD at-spi2-atk.install)

2011-02-13 Thread Ionut Biru
Date: Sunday, February 13, 2011 @ 10:28:17
  Author: ibiru
Revision: 109880

upgpkg: at-spi2-atk 1.91.6-1
update to 1.91.6

Modified:
  at-spi2-atk/trunk/PKGBUILD
  at-spi2-atk/trunk/at-spi2-atk.install

-+
 PKGBUILD|   16 ++--
 at-spi2-atk.install |   12 +++-
 2 files changed, 9 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-13 14:48:31 UTC (rev 109879)
+++ PKGBUILD2011-02-13 15:28:17 UTC (rev 109880)
@@ -1,24 +1,24 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=at-spi2-atk
-pkgver=0.4.0
-pkgrel=2
+pkgver=1.91.6
+pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
 url=http://www.gnome.org;
 license=('GPL2')
-depends=('dbus-core=1.4.0' 'dbus-glib=0.92' 'atk=1.32.0' 'gconf=2.32.0')
+depends=('dbus-core' 'dbus-glib' 'libx11' 'atk' 'dconf')
 makedepends=('intltool')
 install=at-spi2-atk.install
 options=('!libtool')
-source=(http://download.gnome.org/sources/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2e2308cd67fe256e08085e499808f6e41b8d4967d91831ff7f25953898fc5b46')
+source=(http://download.gnome.org/sources/${pkgname}/1.91/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('711f3c193f525703793ef374aef81ba4ffc0f1e199ea4c5ec3d22f1d94d2a220')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr --sysconfdir=/etc \
---disable-schemas-install
+--disable-schemas-compile
   make
 }
 
@@ -26,10 +26,6 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain at-spi2-atk ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }
 
 # vim:set ts=2 sw=2 et:

Modified: at-spi2-atk.install
===
--- at-spi2-atk.install 2011-02-13 14:48:31 UTC (rev 109879)
+++ at-spi2-atk.install 2011-02-13 15:28:17 UTC (rev 109880)
@@ -1,17 +1,11 @@
-pkgname=at-spi2-atk
-
 post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
 }
 
-pre_upgrade() {
-  pre_remove $1
-}
-
 post_upgrade() {
   post_install $1
 }
 
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
+post_remove() {
+  post_install $1
 }



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2010-11-11 Thread Ionut Biru
Date: Thursday, November 11, 2010 @ 19:22:02
  Author: ibiru
Revision: 98652

upgpkg: at-spi2-atk 0.4.0-2
fix dependency

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-12 00:19:44 UTC (rev 98651)
+++ PKGBUILD2010-11-12 00:22:02 UTC (rev 98652)
@@ -2,12 +2,12 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=at-spi2-atk
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
 url=http://www.gnome.org;
 license=('GPL2')
-depends=('dbus-core=1.4.0' 'dbus-glib=0.86' 'atk=1.32.0' 'gconf=2.32.0')
+depends=('dbus-core=1.4.0' 'dbus-glib=0.92' 'atk=1.32.0' 'gconf=2.32.0')
 makedepends=('intltool')
 install=at-spi2-atk.install
 options=('!libtool')



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2010-09-28 Thread Ionut Biru
Date: Tuesday, September 28, 2010 @ 13:00:38
  Author: ibiru
Revision: 92027

upgpkg: at-spi2-atk 0.4.0-1
update to 0.4.0

Modified:
  at-spi2-atk/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-28 16:59:23 UTC (rev 92026)
+++ PKGBUILD2010-09-28 17:00:38 UTC (rev 92027)
@@ -1,18 +1,18 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=at-spi2-atk
-pkgver=0.3.92
+pkgver=0.4.0
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
 url=http://www.gnome.org;
 license=('GPL2')
-depends=('dbus-core=1.4.0' 'dbus-glib=0.86' 'atk=1.30.0' 'gconf=2.31.91')
+depends=('dbus-core=1.4.0' 'dbus-glib=0.86' 'atk=1.32.0' 'gconf=2.32.0')
 makedepends=('intltool')
 install=at-spi2-atk.install
 options=('!libtool')
-source=(http://download.gnome.org/sources/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('cf7ef59ee28d4d98b7faf93f17dc77ee1eb5fa84c21d4e0ca731fc9ca0d5bd53')
+source=(http://download.gnome.org/sources/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('2e2308cd67fe256e08085e499808f6e41b8d4967d91831ff7f25953898fc5b46')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}