2010-06-02 22:38:35 +02:00
|
|
|
# Template file for 'gtksourceview'
|
|
|
|
pkgname=gtksourceview
|
2011-11-02 12:28:15 +01:00
|
|
|
version=3.2.3
|
2011-09-30 16:54:11 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-10-16 19:46:38 +02:00
|
|
|
configure_args="--disable-static"
|
2011-11-14 18:12:47 +01:00
|
|
|
revision=2
|
2010-06-02 22:38:35 +02:00
|
|
|
short_desc="Text widget that extends GTK+ GtkTextView widget"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-30 16:54:11 +02:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2"
|
2011-11-02 12:28:15 +01:00
|
|
|
checksum=73d9c6702ccecd06846132cfb50191092cb50a4bcb3ff810a5605868f0855947
|
2010-06-02 22:38:35 +02:00
|
|
|
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."
|
|
|
|
|
2011-03-02 20:36:07 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2010-06-02 22:38:35 +02:00
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
2011-09-30 16:54:11 +02:00
|
|
|
Add_dependency build gobject-introspection
|
2011-03-02 10:28:33 +01:00
|
|
|
Add_dependency build gtk+3-devel
|
2010-06-02 22:38:35 +02:00
|
|
|
Add_dependency build libxml2-devel
|