vte3: update to 0.34.7.

This commit is contained in:
Juan RP 2013-07-08 15:13:12 +02:00
parent d396342fca
commit f5e6aa0c73

View file

@ -1,6 +1,6 @@
# Template build file for 'vte3'.
pkgname=vte3
version=0.34.6
version=0.34.7
revision=1
wrksrc=vte-${version}
build_style=gnu-configure
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/vte/0.34/vte-$version.tar.xz"
checksum=e1dcc30ec8df24ec5f7f100ca231ab96da0e560b0bfddec3617c962943d8f3f3
checksum=187e49cca574f548d04ceea701e95a1531ff9dd9cd1953ce6455824720dab932
long_desc="
Terminal widget with improved font, internationalization and
accessibility support for the GNOME 3 desktop."
@ -24,6 +24,7 @@ vte3-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/gir-1.0
vmove usr/share/gtk-doc
}