New package: pygtksourceview-2.10.1.

This commit is contained in:
Juan RP 2012-09-19 07:47:06 +02:00
parent bc59b409fc
commit b0640d2656
2 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,16 @@
libgtksourceview-2.0.so.0
libgtk-x11-2.0.so.0
libgdk-x11-2.0.so.0
libatk-1.0.so.0
libgio-2.0.so.0
libpangoft2-1.0.so.0
libpangocairo-1.0.so.0
libgdk_pixbuf-2.0.so.0
libcairo.so.2
libpango-1.0.so.0
libfreetype.so.6
libfontconfig.so.1
libgobject-2.0.so.0
libglib-2.0.so.0
libpthread.so.0
libc.so.6

View file

@ -0,0 +1,20 @@
# 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)."