36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
# Template file for 'gtksourceview'
|
|
pkgname=gtksourceview
|
|
version=3.2.2
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$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=52447d85b57b1413e699a4a27a8c4ba7df737347e9f5b4c5406e6393ca02982c
|
|
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 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
|
|
Add_dependency run gdk-pixbuf
|
|
Add_dependency run libpng
|
|
Add_dependency run gtk+3
|
|
Add_dependency run libxml2
|
|
|
|
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
|