vte290: update to 0.36.5.
This commit is contained in:
parent
f98ee8d807
commit
6c97a3286d
1 changed files with 8 additions and 13 deletions
|
@ -1,19 +1,21 @@
|
|||
# Template build file for 'vte290'.
|
||||
pkgname=vte290
|
||||
version=0.36.4
|
||||
revision=2
|
||||
version=0.36.5
|
||||
revision=1
|
||||
wrksrc=vte-${version}
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=3.0 --disable-gnome-pty-helper --disable-static"
|
||||
hostmakedepends="pkg-config intltool glib-devel gnome-doc-utils"
|
||||
makedepends="gtk+3-devel ncurses-devel vte vala-devel"
|
||||
configure_args="--with-gtk=3.0 --disable-gnome-pty-helper --disable-static
|
||||
$(vopt_if gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala')"
|
||||
hostmakedepends="pkg-config intltool glib-devel gnome-doc-utils
|
||||
$(vopt_if gir 'gobject-introspection vala-devel')"
|
||||
makedepends="gtk+3-devel ncurses-devel vte"
|
||||
depends="vte"
|
||||
short_desc="Terminal widget with improved accessibility and I18N support"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
|
||||
checksum=aa549b114c80e18791b57031e5c1714aeb4a104405e3ba78dfd4ac374a71e2a1
|
||||
checksum=c2c2ce9640f08b07667f1037862fe991081495446b735c0afb98f45e35b64edf
|
||||
|
||||
# Fix musl build
|
||||
CFLAGS="-D_GNU_SOURCE"
|
||||
|
@ -24,13 +26,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
if [ "$build_option_gir" ]; then
|
||||
configure_args+=" --enable-introspection --enable-vala"
|
||||
hostmakedepends+=" gobject-introspection vala-devel"
|
||||
else
|
||||
configure_args+=" --disable-introspection --disable-vala"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
# Rename conflicting file
|
||||
mv ${DESTDIR}/etc/profile.d/{vte,vte290}.sh
|
||||
|
|
Loading…
Reference in a new issue