vte3: update to 0.34.3.
This commit is contained in:
parent
372c5b32cb
commit
83cc4667c5
2 changed files with 4 additions and 8 deletions
|
@ -1,21 +1,21 @@
|
|||
# Template build file for 'vte3'.
|
||||
pkgname=vte3
|
||||
version=0.34.2
|
||||
version=0.34.3
|
||||
revision=1
|
||||
wrksrc=vte-${version}
|
||||
build_style=gnu-configure
|
||||
subpackages="vte3-devel"
|
||||
configure_args="--with-gtk=3.0 --enable-introspection
|
||||
--disable-gnome-pty-helper --disable-static"
|
||||
makedepends="pkg-config intltool gtk+3-devel ncurses-devel
|
||||
gobject-introspection"
|
||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||
makedepends="gtk+3-devel ncurses-devel"
|
||||
fulldepends="vte>=0"
|
||||
short_desc="Terminal widget with improved accessibility and I18N support"
|
||||
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=f40f9fe0bcc6d65bc44b2fab5469b56a9f0631132c6b90e06053e421711159cf
|
||||
checksum=e5f52e505ce6ac66075bd84143f728cba858722753055ff9e64c59fce70822cc
|
||||
long_desc="
|
||||
Terminal widget with improved font, internationalization and
|
||||
accessibility support for the GNOME 3 desktop."
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# Template file for 'vte3-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="gtk+3-devel vte3-${version}_${revision}"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
Loading…
Reference in a new issue