# Description: Standard GNOME terminal application # URL: http://www.gnome.org/softwaremap/projects/gnome-terminal/ # Maintainer: Matt Housh, jaeger at morpheus dot net # Depends on: libglade, libgnomeui, vte, startup-notification, gnome-doc-utils # Group: gnome/desktop name=gnome-terminal version=2.18.3 release=1 source=(http://download.gnome.org/desktop/2.20/2.20.2/sources/$name-$version.tar.bz2) build() { cd $name-$version rm po/*.po sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \ -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure ./configure --prefix=/usr \ --with-widget=vte \ --disable-schemas-install \ --disable-scrollkeeper make make DESTDIR=$PKG install rm -rf $PKG/usr/var }