20 lines
824 B
Text
20 lines
824 B
Text
# Template file for 'pygtksourceview'
|
|
pkgname=pygtksourceview
|
|
version=2.10.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --disable-docs"
|
|
depends="pygtk"
|
|
makedepends="pkg-config intltool gtksourceview2-devel>=2.10.5_2 pygtk-devel"
|
|
short_desc="Python bindings for gtksourceview2"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
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)."
|