mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
vte: explicitly use python2
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
cd8903a3ef
commit
a77d44906a
1 changed files with 5 additions and 4 deletions
|
@ -4,13 +4,14 @@ version=0.28.2
|
||||||
revision=14
|
revision=14
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-gtk=2.0"
|
configure_args="--disable-static --with-gtk=2.0"
|
||||||
hostmakedepends="automake gettext-devel gtk-doc gobject-introspection libtool pkg-config intltool python-devel glib-devel pygtk-devel"
|
hostmakedepends="automake gettext-devel gtk-doc gobject-introspection libtool
|
||||||
|
pkg-config intltool python-devel glib-devel pygtk-devel"
|
||||||
makedepends="gtk+-devel ncurses-devel pygtk-devel"
|
makedepends="gtk+-devel ncurses-devel pygtk-devel"
|
||||||
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.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1-or-later"
|
||||||
distfiles="${GNOME_SITE}/vte/0.28/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/vte/0.28/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=8d04e202b617373dfb47689e5e628febe2c58840b34cccc4af4feb88c48df903
|
checksum=8d04e202b617373dfb47689e5e628febe2c58840b34cccc4af4feb88c48df903
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
@ -20,7 +21,7 @@ do_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
ln -s ${XBPS_WRAPPERDIR}/python-config ${wrksrc}
|
ln -s ${XBPS_WRAPPERDIR}/python-config ${wrksrc}
|
||||||
fi
|
fi
|
||||||
env PYTHON=python ./configure ${configure_args}
|
env PYTHON=python2 ./configure ${configure_args}
|
||||||
}
|
}
|
||||||
|
|
||||||
vte-python_package() {
|
vte-python_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue