2010-06-02 22:38:35 +02:00
|
|
|
# Template file for 'gtksourceview'
|
|
|
|
pkgname=gtksourceview
|
2011-10-09 20:53:52 +02:00
|
|
|
version=3.2.1
|
2011-09-30 16:54:11 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
2010-06-02 22:38:35 +02:00
|
|
|
build_style=gnu_configure
|
2011-09-30 16:54:11 +02:00
|
|
|
configure_args="--localstatedir=/var --disable-static"
|
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-10-09 20:53:52 +02:00
|
|
|
checksum=979e967a3e8d64512db5f7466ce71431e0fa8a77958275369fd9061e068585a4
|
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 run glibc
|
|
|
|
Add_dependency run glib
|
|
|
|
Add_dependency run atk
|
|
|
|
Add_dependency run pango
|
|
|
|
Add_dependency run cairo
|
|
|
|
Add_dependency run freetype
|
|
|
|
Add_dependency run fontconfig
|
2010-12-18 02:21:23 +01:00
|
|
|
Add_dependency run gdk-pixbuf
|
|
|
|
Add_dependency run libpng
|
2011-03-02 10:28:33 +01:00
|
|
|
Add_dependency run gtk+3
|
2010-06-02 22:38:35 +02:00
|
|
|
Add_dependency run libxml2
|
|
|
|
|
|
|
|
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
|