diff --git a/srcpkgs/pygtksourceview/template b/srcpkgs/pygtksourceview/template index b526556aa3f..7294008701b 100644 --- a/srcpkgs/pygtksourceview/template +++ b/srcpkgs/pygtksourceview/template @@ -1,10 +1,11 @@ # Template file for 'pygtksourceview' pkgname=pygtksourceview version=2.10.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static --disable-docs" -makedepends="pkg-config intltool gtksourceview2-devel>=2.10.5_2 pygtk-devel" +hostmakedepends="pkg-config intltool python-devel" +makedepends="python-devel gtksourceview2-devel>=2.10.5_2 pygtk-devel" depends="pygtk" short_desc="Python bindings for gtksourceview2" maintainer="Juan RP " @@ -12,9 +13,3 @@ homepage="http://www.gnome.org" license="GPL-2" distfiles="${GNOME_SITE}/${pkgname}/2.10/${pkgname}-${version}.tar.bz2" checksum=b4b47c5aeb67a26141cb03663091dfdf5c15c8a8aae4d69c46a6a943ca4c5974 -long_desc=" - GtkSourceView is a text widget that extends the standard gtk+ 2.x text - widget GtkTextView. It improves GtkTextView by implementing syntax - highlighting and other features typical of a source editor. - - This package contains the python bindings for gtksourceview (GTK+2)."