mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
vte290: always enable gir
This commit is contained in:
parent
729e13e5d5
commit
6887076e64
1 changed files with 6 additions and 8 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template build file for 'vte290'.
|
# Template file for 'vte290'
|
||||||
pkgname=vte290
|
pkgname=vte290
|
||||||
version=0.36.5
|
version=0.36.5
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=vte-${version}
|
wrksrc=vte-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
build_helper="gir"
|
||||||
configure_args="--with-gtk=3.0 --disable-gnome-pty-helper --disable-static
|
configure_args="--with-gtk=3.0 --disable-gnome-pty-helper --disable-static
|
||||||
$(vopt_if gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala')"
|
$(vopt_enable gir introspection) $(vopt_enable gir vala)"
|
||||||
hostmakedepends="glib-devel intltool pkg-config
|
hostmakedepends="glib-devel intltool pkg-config
|
||||||
$(vopt_if gir 'gobject-introspection vala-devel')"
|
$(vopt_if gir 'gobject-introspection vala-devel')"
|
||||||
makedepends="gtk+3-devel ncurses-devel vte"
|
makedepends="gtk+3-devel ncurses-devel vte"
|
||||||
depends="vte"
|
depends="vte"
|
||||||
short_desc="Terminal widget with improved accessibility and I18N support"
|
short_desc="Terminal widget with improved accessibility and I18N support"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="LGPL-2.1"
|
|
||||||
distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
|
||||||
checksum=c2c2ce9640f08b07667f1037862fe991081495446b735c0afb98f45e35b64edf
|
checksum=c2c2ce9640f08b07667f1037862fe991081495446b735c0afb98f45e35b64edf
|
||||||
|
|
||||||
|
@ -21,10 +22,7 @@ checksum=c2c2ce9640f08b07667f1037862fe991081495446b735c0afb98f45e35b64edf
|
||||||
CFLAGS="-D_GNU_SOURCE"
|
CFLAGS="-D_GNU_SOURCE"
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
# Disable gir for cross builds.
|
build_options_default="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
build_options_default="gir"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Rename conflicting file
|
# Rename conflicting file
|
||||||
|
|
Loading…
Add table
Reference in a new issue