From 44a30f8f9dca523c215a9834379ac3b03beb8c66 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Mon, 31 Oct 2011 12:04:01 +0000 Subject: testing/py-gnome: fix typos --- testing/py-gnome/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing/py-gnome/APKBUILD') diff --git a/testing/py-gnome/APKBUILD b/testing/py-gnome/APKBUILD index af2fb66af..5517ca7cb 100644 --- a/testing/py-gnome/APKBUILD +++ b/testing/py-gnome/APKBUILD @@ -4,7 +4,7 @@ pkgname=py-gnome _realname=gnome-python pkgver=2.28.1 _basever=2.28 -pkgrel=1 +pkgrel=2 pkgdesc="Python interface to GNOME libraries" url="http://pygtk.org" arch="noarch" @@ -50,7 +50,7 @@ bonobo() { gconf() { pkgdesc="Python bindings for interfacing with GConf" arch="all" - depends="gconf pygtk" + depends="gconf py-gtk" cd "$_builddir" make -C gconf DESTDIR=$subpkgdir install || return 1 find $pkgdir -iname *.la -delete @@ -76,7 +76,7 @@ gnomevfs() { libgnome() { pkgdesc="Python bindings for libgnome" arch="all" - depends="pygtk $pkgname-bonobo $pkgname-gnomecanvas $pkgname-gnomevfs" + depends="py-gtk $pkgname-bonobo $pkgname-gnomecanvas $pkgname-gnomevfs" cd "$_builddir" make -C gnome DESTDIR=$subpkgdir install || return 1 find $pkgdir -iname *.la -delete -- cgit v1.2.3