24 lines
850 B
Text
24 lines
850 B
Text
# Template file for 'gtksourceview'
|
|
pkgname=gtksourceview
|
|
version=3.2.3
|
|
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>"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL-2"
|
|
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
|
|
Add_dependency build gobject-introspection
|
|
Add_dependency build gtk+3-devel
|
|
Add_dependency build libxml2-devel
|