vte: update to 0.28.2.
This commit is contained in:
parent
3e2e94a659
commit
2d719a860a
|
@ -1,14 +1,14 @@
|
||||||
# Template build file for 'vte'.
|
# Template build file for 'vte'.
|
||||||
pkgname=vte
|
pkgname=vte
|
||||||
version=0.28.1
|
version=0.28.2
|
||||||
distfiles="${GNOME_SITE}/vte/0.28/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/vte/0.28/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--localstatedir=/var"
|
configure_args="--localstatedir=/var --with-gtk=2.0"
|
||||||
short_desc="Terminal widget with improved accessibility and I18N support"
|
short_desc="Terminal widget with improved accessibility and I18N support"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=0fa6e4872b38fca07d62f5b7d141312a195ba5399a87211b651e721086d8a63a
|
checksum=8d04e202b617373dfb47689e5e628febe2c58840b34cccc4af4feb88c48df903
|
||||||
long_desc="
|
long_desc="
|
||||||
Terminal widget with improved font, internationalization and
|
Terminal widget with improved font, internationalization and
|
||||||
accessibility support for the GNOME 2 desktop."
|
accessibility support for the GNOME 2 desktop."
|
||||||
|
@ -31,12 +31,5 @@ Add_dependency run gtk+
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build gtk+-devel
|
Add_dependency build gtk+-devel
|
||||||
Add_dependency build atk-devel
|
|
||||||
Add_dependency build glib-devel
|
|
||||||
Add_dependency build pango-devel
|
|
||||||
Add_dependency build cairo-devel
|
|
||||||
Add_dependency build freetype-devel
|
|
||||||
Add_dependency build fontconfig-devel
|
|
||||||
Add_dependency build libX11-devel
|
|
||||||
Add_dependency build ncurses-devel
|
Add_dependency build ncurses-devel
|
||||||
Add_dependency build pygtk-devel
|
Add_dependency build pygtk-devel
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'vte3'.
|
# Template build file for 'vte3'.
|
||||||
pkgname=vte3
|
pkgname=vte3
|
||||||
version=0.28.1
|
version=0.28.2
|
||||||
wrksrc=vte-${version}
|
wrksrc=vte-${version}
|
||||||
distfiles="${GNOME_SITE}/vte/0.28/vte-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/vte/0.28/vte-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
@ -10,7 +10,7 @@ short_desc="Terminal widget with improved accessibility and I18N support"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=0fa6e4872b38fca07d62f5b7d141312a195ba5399a87211b651e721086d8a63a
|
checksum=8d04e202b617373dfb47689e5e628febe2c58840b34cccc4af4feb88c48df903
|
||||||
long_desc="
|
long_desc="
|
||||||
Terminal widget with improved font, internationalization and
|
Terminal widget with improved font, internationalization and
|
||||||
accessibility support for the GNOME 3 desktop."
|
accessibility support for the GNOME 3 desktop."
|
||||||
|
@ -33,13 +33,6 @@ Add_dependency run gtk+3
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build gtk+3-devel
|
Add_dependency build gtk+3-devel
|
||||||
Add_dependency build atk-devel
|
|
||||||
Add_dependency build glib-devel
|
|
||||||
Add_dependency build pango-devel
|
|
||||||
Add_dependency build cairo-devel
|
|
||||||
Add_dependency build freetype-devel
|
|
||||||
Add_dependency build fontconfig-devel
|
|
||||||
Add_dependency build libX11-devel
|
|
||||||
Add_dependency build ncurses-devel
|
Add_dependency build ncurses-devel
|
||||||
Add_dependency build gobject-introspection
|
Add_dependency build gobject-introspection
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue