pygtk: remove dup builddep.
This commit is contained in:
parent
cef5381336
commit
ac8cd2effd
1 changed files with 4 additions and 6 deletions
|
@ -5,7 +5,9 @@ revision=5
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.24/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/2.24/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
depends="python pygobject2 pycairo"
|
depends="python pygobject2 pycairo"
|
||||||
makedepends="pkg-config python-devel gtk+-devel libxml2-devel pygobject2-devel pycairo-devel"
|
# XXX: missing python-numpy build dep
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="python-devel gtk+-devel libxml2-devel pygobject2-devel"
|
||||||
short_desc="Python bindings for the GTK+ toolkit"
|
short_desc="Python bindings for the GTK+ toolkit"
|
||||||
homepage="http://www.pygtk.org"
|
homepage="http://www.pygtk.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
@ -17,10 +19,6 @@ long_desc="
|
||||||
pycompile_module="gtk-2.0/gtk"
|
pycompile_module="gtk-2.0/gtk"
|
||||||
subpackages="pygtk-devel"
|
subpackages="pygtk-devel"
|
||||||
|
|
||||||
# XXX: missing python-numpy build dep
|
post_install() {
|
||||||
|
|
||||||
|
|
||||||
post_install()
|
|
||||||
{
|
|
||||||
vinstall gtk/gtk-extrafuncs.defs 644 usr/share/pygtk/2.0/defs
|
vinstall gtk/gtk-extrafuncs.defs 644 usr/share/pygtk/2.0/defs
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue