void-packages/srcpkgs/gtksourceview/template
2012-11-05 10:02:34 +01:00

20 lines
765 B
Plaintext

# Template file for 'gtksourceview'
pkgname=gtksourceview
version=3.6.1
revision=1
subpackages="$pkgname-devel"
build_style=gnu-configure
configure_args="--disable-static"
makedepends="pkg-config intltool gobject-introspection
gtk+3-devel>=3.6.1 libxml2-devel"
short_desc="Text widget that extends GTK+ GtkTextView widget"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
checksum=a9d31df02acc6e9a9547b5ebaee19d1dc4c87b216eb561ee19da69bd1bb1bd0d
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."