gtksourceview: update to 3.8.2.

This commit is contained in:
Juan RP 2013-07-08 15:11:35 +02:00
parent 4cda5029a1
commit d396342fca
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gtksourceview'
pkgname=gtksourceview
version=3.8.1
version=3.8.2
revision=1
build_style=gnu-configure
configure_args="--disable-static"
@ -11,14 +11,15 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/3.8/${pkgname}-${version}.tar.xz"
checksum=f08005bfa5ecb71b05c4046d585ae072f084c90003b281a3ced8d882b96fe3cd
checksum=1c2a01f1e04e3c8c9f09ff22f34f73f17b0e4e7ff0d83b2996c209bd02a6501b
gtksourceview-devel_package() {
depends="gtk+3-devel libxml2-devel ${sourcepkg}-${version}_${revision}"
short_desc="${short_desc} - development files"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove "usr/share/gir*"
vmove usr/share/gtk-doc
}