From 605be8f835f94aee09d17de9f1ddc9dbd2def4d0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 4 Feb 2014 19:06:30 +0100 Subject: [PATCH] at-spi2-atk: cross build support. --- srcpkgs/at-spi2-atk/template | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/srcpkgs/at-spi2-atk/template b/srcpkgs/at-spi2-atk/template index f07246fa7fb..f1a73d34a96 100644 --- a/srcpkgs/at-spi2-atk/template +++ b/srcpkgs/at-spi2-atk/template @@ -1,9 +1,9 @@ # Template file for 'at-spi2-atk' pkgname=at-spi2-atk version=2.10.2 -revision=1 +revision=2 build_style=gnu-configure -hostmakedepends="pkg-config intltool" +hostmakedepends="automake libtool pkg-config intltool glib-devel" makedepends="libglib-devel>=2.38 atk-devel>=2.10 at-spi2-core-devel>=2.10" depends="at-spi2-core>=2.10" short_desc="A GTK+ module that bridges ATK to D-Bus at-spi" @@ -12,13 +12,10 @@ homepage="http://www.gnome.org" license="LGPL-2" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" checksum=e348a811c4830251f0c3018019072e7979ef35fb9b7f0b1b0a0dd1e66942d0f5 -long_desc=" - This package includes a gtk-module that bridges ATK to the new D-Bus based - AT-SPI as well as C and Python client libraries. - These libraries depend on the at-spi2-core code that contains the daemon for - registering applications, D-Bus helper libraries and te AT-SPI D-Bus - specifications." +pre_configure() { + autoreconf -fi +} at-spi2-atk-devel_package() { depends="libglib-devel at-spi2-core-devel>=2.10 ${sourcepkg}>=${version}_${revision}"