void-packages/srcpkgs/gtksourceview2/template

20 lines
785 B
Plaintext
Raw Normal View History

2012-09-19 05:39:28 +00:00
# Template file for 'gtksourceview2'
pkgname=gtksourceview2
version=2.10.5
revision=3
2012-09-19 05:39:28 +00:00
wrksrc="gtksourceview-${version}"
subpackages="$pkgname-devel"
build_style=gnu-configure
configure_args="--disable-static"
makedepends="pkg-config intltool gtk+-devel 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}/gtksourceview/2.10/gtksourceview-${version}.tar.bz2"
checksum=c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e
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."