void-packages/srcpkgs/gtksourceview/template

25 lines
850 B
Text
Raw Normal View History

# Template file for 'gtksourceview'
pkgname=gtksourceview
2011-11-02 11:28:15 +00:00
version=3.2.3
2011-09-30 14:54:11 +00:00
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-static"
revision=2
short_desc="Text widget that extends GTK+ GtkTextView widget"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-09-30 14:54:11 +00:00
homepage="http://www.gnome.org"
license="GPL-2"
2011-11-02 11:28:15 +00:00
checksum=73d9c6702ccecd06846132cfb50191092cb50a4bcb3ff810a5605868f0855947
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
2011-09-30 14:54:11 +00:00
Add_dependency build gobject-introspection
Add_dependency build gtk+3-devel
Add_dependency build libxml2-devel