mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/vte: drop python2 bindings
This commit is contained in:
parent
565bac8e12
commit
ef57d8d3f5
@ -1,16 +1,16 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=vte
|
||||
pkgver=0.28.2
|
||||
pkgrel=13
|
||||
pkgrel=14
|
||||
pkgdesc="Virtual Terminal Emulator library"
|
||||
url="http://www.gnome.org"
|
||||
arch="all"
|
||||
license="LGPL-2.0-or-later"
|
||||
options="suid"
|
||||
depends_dev="pango-dev gtk+2.0-dev"
|
||||
makedepends="$depends_dev intltool ncurses-dev python2-dev py-gtk-dev"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang py2-$pkgname:_py2"
|
||||
source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
|
||||
makedepends="$depends_dev intltool ncurses-dev"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
||||
source="https://download.gnome.org/sources/vte/${pkgver%.*}/vte-$pkgver.tar.bz2
|
||||
allow_alt_in_terminal.patch
|
||||
fix-includes.patch
|
||||
vte-0.28.2-paste-fix.patch
|
||||
@ -21,7 +21,6 @@ source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgve
|
||||
# 0.28.2-r12:
|
||||
# - CVE-2012-2738
|
||||
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
prepare() {
|
||||
default_prepare
|
||||
update_config_sub
|
||||
@ -36,7 +35,8 @@ build() {
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib/vte \
|
||||
--localstatedir=/var \
|
||||
--disable-static
|
||||
--disable-static \
|
||||
--disable-python
|
||||
make
|
||||
}
|
||||
|
||||
@ -51,15 +51,6 @@ check() {
|
||||
make check
|
||||
}
|
||||
|
||||
_py2() {
|
||||
cd $builddir
|
||||
pkgdesc="Python 2 bindings for vte"
|
||||
mkdir -p "$subpkgdir"/usr/share
|
||||
mkdir -p "$subpkgdir"/usr/lib
|
||||
mv "$pkgdir"/usr/share/pygtk "$subpkgdir"/usr/share
|
||||
mv "$pkgdir"/usr/lib/python2.7 "$subpkgdir"/usr/lib
|
||||
}
|
||||
|
||||
sha512sums="271aecbc0444c424afb70d81838d0f6f49957a3b74d3952c0b97fadacfe359eab989abae03b9b64a8b598abdb189db00ee534254d8044e496906c51947d314d1 vte-0.28.2.tar.bz2
|
||||
a4786a97a5caa42db3b29808c3542777684fcf7d931a116d4e3d847e859a64fb59a2d5b60927dc8e5c2733efc55c29aa4d30aeb02597aff5f034c172cc528833 allow_alt_in_terminal.patch
|
||||
bf8174189fe842d171c04633ce1f8b920f3a515108db48bfe1fff7e537960a88f7439a55b283b6ade6ebfe78ab8ff2473f3be2d062dc00aa74b93a13624b4d3c fix-includes.patch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user