From f77c55c52b7aaa4e4dd5c7d0e5270400970f5338 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 5 Feb 2009 05:56:53 +0100 Subject: [PATCH] atk: update run_depends and remove unused stuff. --HG-- extra : convert_revision : 4c221fe940dda750ad1d4e2ce515498783d91d28 --- templates/atk/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/atk/template b/templates/atk/template index 14d585d8e6..7b0f18e7b7 100644 --- a/templates/atk/template +++ b/templates/atk/template @@ -1,10 +1,8 @@ -# Template build file for 'atk'. pkgname=atk version=1.24.0 distfiles=" http://ftp.gnome.org/pub/GNOME/sources/atk/1.24/$pkgname-$version.tar.bz2" build_style=gnu_configure -pkgconfig_override="atk.pc" short_desc="Set of interfaces for accessibility" maintainer="Juan RP " checksum=03a0b66efb6d69754ca18c133ca4d489dd8675bf366c03f58cc7b39f55a45d56 @@ -21,4 +19,4 @@ long_desc=" additional accessibility information to assistive technology tools." build_depends="glib-2.18.0" -run_depends="$build_depends" +run_depends="glibc-2.8 $build_depends"