aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-gnome
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2011-10-31 12:04:01 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2011-10-31 12:04:01 +0000
commit44a30f8f9dca523c215a9834379ac3b03beb8c66 (patch)
tree4fc1f77dad957fafd177429166e5cabc634c59f3 /testing/py-gnome
parentd804cede0514e6e27011de3da7c0fdea963103d3 (diff)
downloadaports-44a30f8f9dca523c215a9834379ac3b03beb8c66.tar.bz2
aports-44a30f8f9dca523c215a9834379ac3b03beb8c66.tar.xz
testing/py-gnome: fix typos
Diffstat (limited to 'testing/py-gnome')
-rw-r--r--testing/py-gnome/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-gnome/APKBUILD b/testing/py-gnome/APKBUILD
index af2fb66afb..5517ca7cbc 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