vte3: update to 0.34.1.
This commit is contained in:
parent
853376d254
commit
2a93bb32ca
|
@ -1,19 +1,21 @@
|
|||
# Template build file for 'vte3'.
|
||||
pkgname=vte3
|
||||
version=0.34.0
|
||||
version=0.34.1
|
||||
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"
|
||||
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"
|
||||
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=8b5d4dcd84e36f6a89c7d747978387a3ed3eda5806a383530226dd30b0e4af53
|
||||
checksum=06b78824875545ced8ebaff111b656d0b4ed370f46a4b609f43f88a0ee908f08
|
||||
long_desc="
|
||||
Terminal widget with improved font, internationalization and
|
||||
accessibility support for the GNOME 3 desktop."
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vte3-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="gtk+3-devel vte3>=$version"
|
||||
depends="gtk+3-devel vte3-${version}_${revision}"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ libgdk-3.so.0
|
|||
libatk-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libpango-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
|
@ -14,4 +13,3 @@ libncursesw.so.6
|
|||
libm.so.6
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libutil.so.1
|
||||
|
|
Loading…
Reference in New Issue