summaryrefslogtreecommitdiffstats
path: root/vte/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'vte/Pkgfile')
-rwxr-xr-xvte/Pkgfile28
1 files changed, 0 insertions, 28 deletions
diff --git a/vte/Pkgfile b/vte/Pkgfile
deleted file mode 100755
index e3671b72b..000000000
--- a/vte/Pkgfile
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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: gtk, p5-xml-parser, pygtk, gobject-introspection
-# Run on: gtk,p5-xml-parser,pygtk
-
-name=vte
-version=0.28.2
-release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
-
-build() {
- # build package
- cd $name-$version
- sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr\
- --libexecdir=/usr/lib/vte \
- --enable-python \
- --enable-introspection \
- --with-gtk=2.0 \
- --with-xft2 \
- --with-pangox
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/usr/share/gtk-doc
-}
-