vte3: update to 0.32.2.
This commit is contained in:
parent
f64a166254
commit
951be833af
2 changed files with 7 additions and 13 deletions
|
@ -1,22 +1,18 @@
|
||||||
# Template build file for 'vte3'.
|
# Template build file for 'vte3'.
|
||||||
pkgname=vte3
|
pkgname=vte3
|
||||||
version=0.32.1
|
version=0.32.2
|
||||||
wrksrc=vte-${version}
|
wrksrc=vte-${version}
|
||||||
distfiles="${GNOME_SITE}/vte/0.32/vte-$version.tar.xz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gtk=3.0 --enable-introspection
|
subpackages="vte3-devel"
|
||||||
--disable-gnome-pty-helper --disable-static"
|
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"
|
makedepends="pkg-config intltool gtk+3-devel ncurses-devel gobject-introspection"
|
||||||
fulldepends="vte>=0"
|
fulldepends="vte>=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=543e489943d439dc82a4ba54871984ea843c3ef0a1fffa24aa65dabc57e7e4da
|
distfiles="${GNOME_SITE}/vte/0.32/vte-$version.tar.xz"
|
||||||
|
checksum=d69ec071f7a380d8b8b981b35a9a0b891f37c4b6b17d08407f66ac98d619486a
|
||||||
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."
|
||||||
|
|
||||||
subpackages="vte3-devel"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,12 @@
|
||||||
# Template file for 'vte3-devel'.
|
# Template file for 'vte3-devel'.
|
||||||
#
|
#
|
||||||
depends="gtk+3-devel vte3>=0.32.1"
|
noarch=yes
|
||||||
|
depends="gtk+3-devel vte3>=$version"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${sourcepkg} development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue