#Packager: George Vlahavas pkgname=gtksourceview3 pkgver=3.18.2 pkgrel=1gv source=("https://download.gnome.org/sources/gtksourceview/3.18/gtksourceview-3.18.2.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "hacking") url=http://projects.gnome.org/gtksourceview slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gtksourceview (syntax highlighting library for GTK+)" "GtkSourceView is a portable C library that extends the standard GTK+" "framework for multiline text editing with support for configurable" "syntax highlighting, unlimited undo/redo, UTF-8 compliant caseless" "searching, printing and other features typical of a source code" "editor." ) build() { cd $startdir/src/gtksourceview-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --disable-gtk-doc \ --disable-gtk-doc-html \ --disable-gtk-doc-pdf \ --enable-vala=yes \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }