void-packages/srcpkgs/gtksourceview/template
2012-03-22 16:07:13 +01:00

23 lines
839 B
Text

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