summaryrefslogtreecommitdiffstats
path: root/vte3/Pkgfile
blob: 6c62a7221ca6fe171fe1cb568ae1ed68654f334c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Description: Implémentation pour émulateur de terminals
# URL: http://developer.gnome.org/arch/gnome/widgets/vte.html
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gtk3, p5-xml-parser, pygtk, gobject-introspection
# Run on: gtk3,p5-xml-parser,pygtk

name=vte3
version=0.32.2
release=1
_name=vte
source=(http://ftp.gnome.org/pub/gnome/sources/${_name}/${version%.*}/${_name}-$version.tar.xz
	make-alt-work.patch)

build() {
	cd ${_name}-$version
	patch -p1 < ../make-alt-work.patch
	PYTHON=/usr/bin/python2 ./configure --prefix=/usr\
		--libexecdir=/usr/lib/$name \
		--enable-introspection \
		--with-xft2 \
		--with-pangox
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/gtk-doc
}