# Description: Syntax highlighting for the GtkTextView widget # URL: http://mail.gnome.org/mailman/listinfo/gnome-devtools # Maintainer: Matt Housh, jaeger at morpheus dot net # Depends on: gtk, libxml2, libgnomeprint, gnome-vfs # Group: gnome/desktop name=gtksourceview version=2.0.2 release=1 source=(http://download.gnome.org/desktop/2.20/2.20.2/sources/$name-$version.tar.bz2) build() { cd $name-$version rm po/*.po sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \ -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure ./configure --prefix=/usr \ --disable-gtk-doc make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc }