void-packages/srcpkgs/gtksourceview/template
2012-03-26 21:29:24 +02:00

24 lines
839 B
Plaintext

# Template file for 'gtksourceview'
pkgname=gtksourceview
version=3.4.0
distfiles="${GNOME_SITE}/$pkgname/3.4/$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=a380b0aaace095568a5b485dd479b61f61f77941d0c02a00246ad4dfe956b655
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