2012-09-19 05:39:28 +00:00
|
|
|
# Template file for 'gtksourceview2'
|
|
|
|
pkgname=gtksourceview2
|
|
|
|
version=2.10.5
|
2013-04-12 13:11:12 +00:00
|
|
|
revision=4
|
2012-09-19 05:39:28 +00:00
|
|
|
wrksrc="gtksourceview-${version}"
|
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--disable-static"
|
|
|
|
makedepends="pkg-config intltool gtk+-devel libxml2-devel"
|
|
|
|
short_desc="Text widget that extends GTK+ GtkTextView widget"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2"
|
|
|
|
distfiles="${GNOME_SITE}/gtksourceview/2.10/gtksourceview-${version}.tar.bz2"
|
|
|
|
checksum=c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e
|
|
|
|
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."
|
2013-04-12 13:11:12 +00:00
|
|
|
|
|
|
|
gtksourceview2-devel_package() {
|
|
|
|
depends="gtk+-devel libxml2-devel ${sourcepkg}-${version}_${revision}"
|
|
|
|
short_desc+=" - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gtksourceview2_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|