# $Id: PKGBUILD 215397 2014-06-23 20:16:43Z heftig $ # Maintainer: Jan de Groot pkgname=gnome-terminal pkgver=3.12.3 pkgrel=1 pkgdesc="The GNOME Terminal Emulator" arch=(i686 x86_64) license=(GPL) depends=(vte3 gsettings-desktop-schemas dconf) makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils gconf libnautilus-extension appdata-tools gnome-shell) optdepends=('gconf: settings migration when upgrading from older version') options=('!emptydirs') url="http://www.gnome.org" groups=('gnome') install=gnome-terminal.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) sha256sums=('8450da259fb485289d61fdbe5b59037be068e0dbdd5c7dd8216b60cd49d55528') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension make } check() { cd $pkgname-$pkgver make check } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }